

Using the Schema and Subschema Compilers › Output From the Compilers › Schema and Subschema Listings
Schema and Subschema Listings
Running the schema and subschema batch compile programs produces hardcopy listings, as follows:
- IDMSCHEM produces the Schema Compiler Activity List
- IDMSUBSC produces the Subschema Compiler Activity List
Contents of a Listing
The Schema Compiler Activity List and the Subschema Compiler Activity List each contain the following information:
- Heading—The top of each page of the listing contains the name of the software component (IDMSCHEM or IDMSUBSC), release number, name of the listing, date, time, and page number.
- Input listing—The body of the printout contains a line for each line of source code you entered. Column 1 shows the compiler-assigned line number. Column 10 shows the text of schema source code.
- Warning and error messages—These messages are interspersed in the body of the report, as needed. See the CA IDMS Messages and Codes Guide for descriptions of the compiler messages.
- Transaction summary—The transaction summary indicates the number of schemas/subschemas compiled and the number of error and warning messages issued
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.
Copyright © 2014 CA.
All rights reserved.
 
|
|