- UnloadSchemaFile
 
is the name of the schema file where SQLGEN places the commands that UNLOAD the
data into data files.
- LoadSchemaFile
 
is the name of the schema file where SQLGEN places the commands that LOAD
the data back into tables.
- UNLDPrefix
 
is the prefix used to name files containing the unloaded data (max: 11
bytes).
- NO or YES
 
respond NO if no
UPDATE is desired; respond   YES to UPDATE STATISTICS after the
LOAD.
- INTERNAL or EXTERNAL
 
indicates the format you want the UNLOAD/LOAD to use.
- NULLIndicator
 
is the symbol you choose to use for the NULL indicator.  The default is a
question mark  (external format only).
- DESCPrefix
 
is the prefix used to name description files (external format only; max: 11
bytes).
- OwnerName
 
is the name of the owner whose tables you wish to LOAD/UNLOAD.
- NO or YES
 
respond NO to select all table names for the owner;
respond  YES to specify certain tables for the named owner.
- TableName
 
is the name of a table you wish to UNLOAD/LOAD.