HLASM Programmer's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Invoking the exit

HLASM Programmer's Guide
SC26-4941-06

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.
Read syntax diagramSkip visual syntax diagram
Parameter string

   .-REFORMAT(0:FFFF)---------------------.   
>>-+--------------------------------------+--------------------><
   |                  .-,-------------.   |   
   |                  V               |   |   
   '-+-REFORMAT---+-(---+-aaaa------+-+-)-'   
     '-NOREFORMAT-'     '-aaaa: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.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014