Syntax Rules for Table Descriptions
<restore_spec> ::= FOR DATALOAD| FOR FASTLOAD| FOR DATAUPDATE
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'