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


TRMEXIT

HLASM Installation and Customization Guide
SC26-3494-05

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

name
the user-supplied terminal (SYSTERM) exit. This module is invoked for TERM exit type processing.

This exit might be used, for example, to write variable-length assembler terminal records.

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(TRMEXIT(mod6(str6))) 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