Previous Topic: Comment GenerationNext Topic: Log Suppression


List Generation

You can turn on or off the source statement listing output by the DML precompiler by inserting a list generation option in the source program.

Syntax

 ►─┬───────────────┬──────────────────────────────────────────────────────────►
   ├─ *NODMLIST ◄ ─┤
   └─ *DMLIST ─────┘

The asterisk (*) must be in column 1.

Parameters

*NODMLIST

Specifies that no source code listing is to be generated for the DML statements that follow.

*DMLIST

Generates the source code listing for all the DML statements that follow.

In general, you would include one of these entries at the beginning of the input source code before any standard DML or Assembler statements. However, generation of the list can be turned on or off any number of times within one source program by inserting appropriate *DMLIST/*NODMLIST entries in the code.

Note: The DML precompiler always produces a listing of error messages. The *DMLIST option controls listing of the DML source code.