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.
►►─┬─ /*NODMLIST*/ ◄ ──┬───────────────────────────────────────────────────────►◄ └─ /*DMLIST*/ ──────┘ Begin this Syntax in column 2.
Tells the DML precompiler not to generate the source listing for the statements that follow. NODMLIST is the default.
Tells the DML precompiler to generate the source listing for the statements that follow.
|
Copyright © 2014 CA.
All rights reserved.
|
|