noheader_spec 

Syntax

<noheader_spec> ::= NOHEADER <valRECORD_LENGTH>

valRECORD_LENGTH

Length of an individual data record in the source file

Use

This is a syntax rule for describing data access.

When you load data (Command for loading or unloading data) with a FASTLOAD or DATALOAD command, you define in infile_spec that a file in FORMATTED BINARY format does not contain a special header. At the same time, you specify the length of an individual data records in the source file.

This is an optional entry.

If the source file was generated with the DATAEXTRACT command, it contains a special header with the length of an individual data record in the file.
If this header is missing, the REPM Server can use
noheader_spec to specify the length of an individual data record.
If this rule is missing, the REPM Server calculates the length of an individual data records using the information on the column positions in the load command.