Entering content frame

 restore_spec 

Syntax Rules for Table Descriptions

Syntax

<restore_spec> ::= FOR DATALOAD| FOR FASTLOAD| FOR DATAUPDATE

Use

You use this syntax rule in a DATAEXTRACT command to specify which command is to be generated for loading data in the command file.

If a FASTLOAD command is generated this command contains the value of 80% for the fill level of the database (<usage_spec>). This is the default used by the Loader.

DATAEXTRACT FOR DATALOAD TABLE article
OUTFILE 'article.control'
OUTFILE 'article.data'

 

Leaving content frame