Data Definition Language (DDL) Reference Manual
DDL Compiler Commands
Data Definition Language (DDL) Reference Manual—529431-004
9-6
Table 9-11. Listing Commands
Command Description
[NO]CLISTIN
Includes [excludes] subsequent user-defined comments in [from] the
compiler listing (S)
[NO]DEFLIST
Includes in [excludes from] the compiler listing a description of each
definition that is referenced by a DEFINITION or RECORD statement (S)
LINECOUNT
Specifies the number of lines for each page for all source code files (S)
[NO]LIST
Includes [excludes] subsequent DDL source lines in [from] the compiler
listing (S)
OUT
Specifies the destination for compiler output (source lines, warnings, and
error messages) (A)
PAGE
Writes the next line of the compiler listing at the top of the next page (A)
Optionally specifies a page title (S)
[NO]REPORT
Opens [closes] a report file (A)
Starts [stops] writing a schema report to the report file (S)
SPACING
Specifies the number of blank lines to insert between lines of a printed
report (S)
[NO]WARN
Includes [excludes] warnings in [from] the compiler listing (S)
Table 9-12. Other DDL Commands
Command Description
EDIT
Suspends compilation, starts an EDIT process, opens the specified file,
executes the specified commands, closes the file, and resumes compilation
when the EDIT process stops (A)
HELP
Briefly describes a specified command or all commands (A)
RESET
Stops compiling the current statement and returns to the state before
compilation of that statement began (A)
TEDIT
Suspends compilation, starts a PS Text Edit process, opens the specified
file, executes the specified commands, closes the file, and resumes
compilation when the TEDIT process stops (A)