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


INEXIT

HLASM Installation and Customization Guide
SC26-3494-05

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

name
identifies the name of a module that is loaded and called by the assembler to obtain source program statements, or to monitor the source program statements read by the assembler from SYSIN (z/OS and CMS), or from SYSIPT (z/VSE).
string
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(INEXIT(mod1(str1))) 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