DDL Compiler Commands
Data Definition Language (DDL) Reference Manual — 426798-002
9- 19
CLISTIN Command
CLISTIN Command
The CLISTIN command instructs the DDL compiler to list (or suppress) dictionary
comments specified by the user on the compiler listing.
CLISTIN
lists all subsequent dictionary comments specified by the user on the compiler
listing. CLISTIN is the default setting.
NOCLISTIN
halts listing of user comments on the listing from NOCLISTIN to any subsequent
CLISTIN.
CLISTIN Command Guidelines
The following points are guidelines for using the CLISTIN command:
•
You can suppress comments on the output listing with NOCLISTIN and
subsequently resume listing comments with CLISTIN.
•
Regardless of the setting of CLISTIN, the compiler listing always includes any
production comments. The DDL compiler generates production comments to
provide such information as the total length of records and definitions and to
document such compiler actions as adding a record to the dictionary.
•
CLISTIN and NOCLISTIN work independently of the COMMENTS and
NOCOMMENTS commands that control output of comments to the dictionary and
of the CLISTOUT and NOCLISTOUT commands that control reproduction of
comments on source-code files.
CLISTIN Command Example
The following example illustrates the selective listing of dictionary comments specified
by the user. Assume the source file is defined as:
[ NO ] CLISTIN
*Comment for AA
DEF aa PIC X(24).
?NOCLISTIN
*Comment for BB
DEF bb PIC X(10).
?CLISTIN
*Comment for CC
DEF cc PIC 9(6).
List comments by default
Stop listing comments
Start listing comments again
VST901.vsd
Содержание DDL D40
Страница 36: ...Introduction to DDL Data Definition Language DDL Reference Manual 426798 002 1 14 Examining a Dictionary ...
Страница 66: ...Named Constants Data Definition Language DDL Reference Manual 426798 002 4 10 Standard SPI Constants ...
Страница 230: ...Dictionary Manipulation Statements Data Definition Language DDL Reference Manual 426798 002 8 14 SHOW USE OF Statement ...
Страница 370: ...Dictionary Maintenance Data Definition Language DDL Reference Manual 426798 002 10 24 Converting a Dictionary ...
Страница 456: ...Sample Schemas Data Definition Language DDL Reference Manual 426798 002 B 12 ASSNDDL Statements ...
Страница 470: ...DDL Data Translation Data Definition Language DDL Reference Manual 426798 002 C 14 ...
Страница 528: ...Dictionary Reports Data Definition Language DDL Reference Manual 426798 002 E 8 Requesting Reports ...
Страница 552: ...DDL Alignment Rules Data Definition Language DDL Reference Manual 426798 002 H 4 FIELDALIGN_SHARED8 Alignment Rules ...
Страница 576: ...Index Data Definition Language DDL Reference Manual 426798 002 Index 22 Special Characters ...