OBJEXIT

Read syntax diagramSkip visual syntax diagramOBJEXIT=( name, string)
name
identifies the name of a module that is loaded and called by the assembler to receive object module records, or to monitor the object module records written by the assembler to SYSPUNCH or SYSLIN (z/OS® and CMS), or SYSPCH (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(OBJEXIT(mod4(str4))) option. For more information, see the HLASM Programmer's Guide.