Previous Topic: Source Code and Load ModulesNext Topic: Compiler-Directive Statements


Schema and Subschema Listings

Running the schema and subschema batch compile programs produces hardcopy listings, as follows:

Contents of a Listing

The Schema Compiler Activity List and the Subschema Compiler Activity List each contain the following information:

Format-Control Statements for Listings

You can use the SKIP and EJECT statements to format the schema and subschema listings.

SKIP

Use the SKIP1/2/3 statement to insert 1, 2, or 3 blank lines after the line on which you entered the statement.

Do not use a terminating period with SKIP and leave no space between SKIP and the number you specify. For example, code SKIP2, not SKIP 2.

EJECT

Use the EJECT statement to force a new page. Printing on the new page begins with the statement following the EJECT statement.

Do not use a terminating period with EJECT.