Syntax
<infile_spec> ::= INFILE <'valFILE_NAME'> [<
file_format_spec>] [<file_extract_spec>] [<noheader_spec>]
'valFILE_NAME' |
Name and path of source file |
Use
This is a
syntax rule for describing data access.When data is loaded (
command for loading and unloading data), you describe the source file.The rules file_extract_spec and noheader_spec are only evaluated for FASTLOAD and DATALOAD commands. If you use these rules in other commands, they are ignored.