HLASM Programmer's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


LIST

HLASM Programmer's Guide
SC26-4941-06

Read syntax diagramSkip visual syntax diagram
   .-LIST(121)------------.   
>>-+----------------------+------------------------------------><
   +-LIST-+-------------+-+   
   |      '-(-+-133-+-)-' |   
   |          '-MAX-'     |   
   '-NOLIST---------------'   

Default
LIST(121)
Abbreviations
None
Restrictions
You cannot specify this option on *PROCESS statements.
LIST
Instructs the assembler to produce a listing. Specifying LIST without a suboption is equivalent to specifying LIST(121).
121 (z/OS and CMS)
Instructs the assembler to produce a listing, and print the Source and Object section in the 121-character format.
133 (z/OS and CMS)
Instructs the assembler to produce a listing, and print the Source and Object section in the 133-character format. Use this option when you specify the GOFF option.
MAX (z/OS and CMS)
Instructs the assembler to produce a listing, and print the Source and Object section in either the 121-character format or the 133-character format. If the logical record length (LRECL) of the listing data set is less than 133 then the assembler selects the 121-character format. If the LRECL of the listing data set is 133 or more then the assembler selects the 133-character format.
NOLIST
Instructs the assembler to suppress the assembly listing. When you specify NOLIST the assembler ignores the following options:
        DXREF             PCONTROL
        ESD               RLD
        EXIT(PRTEXIT)     RXREF
        INFO              USING(MAP)
        MXREF(MAP)        XREF

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014