A statement number described in the subsequent explanation indicates the following expression:
line-number[. verb-sequence-number-in-line-number]
Refer to "SOURCE(Whether a source program listing should be output)" in the "NetCOBOL User's Guide".
When compiler option NUMBER is selected, the format is "[COPY-qualification-value-]user-line-number" and when NONUMBER is selected, the format is "[COPY-qualification-value-]sequence-number-in-file."
The sequence number in the file is the value assigned in ascending order by the compiler, starting from "1" as the first line in the file and incrementing by 1 for each line.