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 diagram   .-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 will be 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 will not be altered. They will 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 will take 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) will have the same result as NOREFORMAT(0030) alone.


[ Top of Page | Previous Page | Next Page | Contents | Index ]