NONUMBER / NUMBER / LINENUMBER
- NONUMBER indicates that the source-file
sequence numbers are used for reference numbers. NONUMBER is the default value.
- NUMBER indicates that the user-supplied sequence
numbers (columns 1 through 6) are used for reference numbers.
- LINENUMBER indicates that the sequence numbers created
by the compiler are used for reference numbers. This option combines COBOL
program source code and source code introduced by COPY statements into one
consecutively numbered sequence. Use this option if you specify FIPS (Federal
Information Processing Standards) flagging or SAA flagging.