Invoking the exit

To invoke the exit, specify the EXIT assembler option as follows:
             EXIT(ADEXIT(ASMAXADR(parameter-string)))
where parameter-string controls what action the exit performs.

Parameter string

Read syntax diagramSkip visual syntax diagramREFORMAT(0:FFFF)REFORMATNOREFORMAT(,aaaaaaaa:zzzz)
Default
REFORMAT(0:FFFF)
Abbreviations
R, N The abbreviations shown here are the minimum number of characters allowed. You can, for example, specify REF or NORE.
REFORMAT(aaaa:zzzz)
Specifies that these associated data record types are reformatted from the High Level Assembler Release 5 format back to the Release 4 format. Record types are specified as one to four character hex values, in the form of a list of single record types aaaa, or record type ranges aaaa:zzzz
NOREFORMAT(aaaa:zzzz)
Specifies that these associated data record types are not altered. They remain in the High Level Assembler Release 5 format. Record types are specified the same as for REFORMAT.
Note: The parameter-string is processed left to right, so where a conflict occurs for a particular record type the last occurrence takes precedence.

The default processing is to allow all associated data record types to be reformatted. This means, for example, that a parameter-string of REFORMAT(0:FFFF),NOREFORMAT(0030) has the same result as NOREFORMAT(0030) alone.