A slash (/) in the indicator area (column 7) of a line results in page ejection of the source program listing. You can also enter comment text after the slash (/) on this line. The slash (/) comment line prints on the first line of the next page.
If you specify the EJECT statement in your program, the next source statement prints at the top of the next page in the compiler listing. This statement may be written anywhere in Area A or Area B and must be the only statement on the line.
The SKIP1/2/3 statement causes blank lines to be inserted in the compiler listing. A SKIP1/2/3 statement can be written anywhere in Area A or B. It must be the only statement on the line.
Each of the above SKIP statements causes a single insertion of one, two, or three lines.
A TITLE statement places a title on each indicated page.
You can selectively list or suppress your ILE COBOL source statements by using the *CONTROL, *CBL, or COPY statements:
Refer to the WebSphere Development Studio: ILE COBOL Reference for additional information about the EJECT, SKIP1/2/3, *CONTROL, *CBL, COPY, and TITLE statements.
The TIMSEP parameter of job-related commands (such as CHGJOB) now specifies the time-separation character used in the time stamps that appear on compiler listings. In the absence of a TIMSEP value, the system value QTIMSEP is used by default.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.