
outfile_spec
Syntax
<outfile_spec> ::= OUTFILE '<valFILE_NAME>'
<file_format_spec> [APPEND]|
‘<valFILE_NAME>’ |
Name and path of the target fileIn a DATAEXTRACT command, also the name of the generated command file |
|
APPEND |
An existing target file is not overwritten. This means that data or generated load statements are added to the end of the file.
This does not apply to TABLEEXTRACT commands. A TABLEEXTRACT command overwrites an existing target file. |
Use
This is a
syntax rule for describing data access.Use it to describe the target file or command file when you
unload data.