Previous Topic: Comment GenerationNext Topic: Log Suppression


List Generation

The list generation option determines whether or not a DML source listing is generated.

You can turn source listing generation on or off any number of times in your source program. Do this by inserting appropriate NODMLIST/DMLIST entries in the code.

Note: DML always produces a listing of error messages. The DMLIST option controls output of the processor source listing only.

Syntax
►►─┬─ /*NODMLIST*/ ◄ ──┬───────────────────────────────────────────────────────►◄
   └─ /*DMLIST*/ ──────┘

Begin this Syntax in column 2.
Parameters
NODMLIST

Tells the DML precompiler not to generate the source listing for the statements that follow. NODMLIST is the default.

DMLIST

Tells the DML precompiler to generate the source listing for the statements that follow.