List columns

The LSTCOLM process statement selects a range of columns to be listed in the output. This statement overrides the defaults that SuperC generates. Column selections must be contiguous and can be no wider than the output listing line allocated (55/80/106/176).

Compare Types: LINE and Search

Read syntax diagramSkip visual syntax diagramLSTCOLMstart_column:last_start_column
start_column
The starting column to be listed.
last_start_column
The ending column to be listed. (Must be separated from the start_column by a colon.)
Example Description
LSTCOLM 275:355 Lists columns 275 through 355 in the output.