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


LIBEXIT

HLASM Installation and Customization Guide
SC26-3494-05

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

name
identifies the name of a module that is loaded and called by the assembler to obtain macro library or copy library statements, or to monitor the macro library or copy library statements read by the assembler from the file defined by the SYSLIB DD statement (z/OS), the GLOBAL MACLIB command (CMS), or the LIBDEF SOURCE statement (z/VSE). Macro library statements are macro definition statements contained in a macro library. Copy library statements are source program statements contained in a copy library.
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(LIBEXIT(mod2(str2))) option. For more information, see the HLASM Language Reference.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014