Specifies that the first row of the source file is a heading that contains field names for the XDB Server table being created. The syntax is:
HEADING = {Y | N}
Set HEADING equal to N if there is no heading in the source file. Set HEADING equal to Y if the first row is to be considered a heading in the source file. All other rows are treated as data.
For example:
HEADING = N;
specifies that there is no heading in the source file.