HLASM Installation and Customization Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


PRTEXIT

HLASM Installation and Customization Guide
SC26-3494-05

Read syntax diagramSkip visual syntax diagram
>>-PRTEXIT=--+---------------------+---------------------------><
             '-(name-+---------+-)-'   
                     '-,string-'       

name
identifies the name of a module that is loaded and called by the assembler to receive assembler listing records, or to monitor the assembler listing records written by the assembler to SYSPRINT (z/OS and CMS) or SYSLST (z/VSE).
string
the character string that is passed to the exit module as part of the parameter list built by the assembler. The character string is up to 64 characters in length. Any character can be included in the string, subject to the rules for building character strings defined in HLASM Language Reference. If the string includes blanks, commas, or parentheses, it must be enclosed in apostrophes.
Default
No exit specified.
Note: This option can be specified as an assembler invocation parameter by specifying the EXIT(PRTEXIT(mod3(str3))) option. For more information, see the HLASM Programmer's Guide.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014