Data Definition Language (DDL) Reference Manual
DDL Compiler Commands
Data Definition Language (DDL) Reference Manual—529431-004
9-71
LIST
Example 9-34 on page 9-71 sets the number of lines per page for a schema report to
24.
LIST
The LIST command includes [excludes] subsequent DDL source lines in [from] the
compiler listing.
Default: LIST
LIST
includes subsequent DDL source lines in the compiler listing.
NOLIST
excludes subsequent DDL source lines from the compiler listing.
You can specify the DDL listing destination either:
•
With the OUT run option of the RUN DDL Command on page 3-1
•
With the command OUT on page 9-82
The NOLIST command does not suppress the listing of error and warning messages.
Messages are listed regardless of the LIST command setting. If NOLIST is in effect
and an error is encountered, the line containing the error is listed.
The NOLIST command does not suppress production comments. Production
comments describe such things as the total length of records and definitions and also
describe actions taken by the compiler such as adding a record to the dictionary.
Example 9-33. LINECOUNT Command
37> DDL/IN myschema,OUT $S.#printer/LINECOUNT 60
Example 9-34. LINECOUNT Command
38> DDL
!?REPORT $S.#printer
!?LINECOUNT 24
!?SOURCE myschema
!EXIT
[NO]LIST