Previous Topic: REPLACE Instruction of the EDIT ClauseNext Topic: SEQUENCE Instruction of the EDIT Clause


LIST Instruction of the EDIT Clause

LIST requests the DDDL compiler to list the specified line or range of lines from existing comment text or module source at the terminal or on the Integrated Data Dictionary Activity List.

Syntax: LIST Instruction of EDIT

►►─── LISt ─┬───────────────────────────────────────────┬─────────────────────►◄
            └─┬─ FIRst ───────┬─ TO ─┬─ LASt ────────┬──┘
              └─ line-number ─┘      └─ line-number ─┘

Parameters

LISt

Lists all lines of existing text.

LISt FIRst

Lists the first line of text or initiates the LIST function at the first line of existing text.

LISt line-number

Lists the specified line of text or initiates the LIST function at the specified line or first existing line after the specified line.

TO LASt

Continues the LIST function through the last line of text.

TO line-number

Continues the LIST function through the line identified by line-number or the last existing line in the specified range. The ending line number must be greater than the beginning line number.