z/OS JES2 Installation Exits
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Register contents when Exit 42 passes control back to JES2

z/OS JES2 Installation Exits
SA32-0995-00

Upon return from this exit, the register contents must be:
Register
Contents
0
N/A
1
Pointer to a parameter list mapped by $XPL:
Field Name
Description
XPLRESP
This response byte must be set by the exit before returning to JES2. Set the response byte as follows:
X042CANC
This bit setting turned on in the response byte indicates that the notify message is to be canceled. Otherwise, the notify message is to be issued. This bit will be turned off on entry if no errors exist before the installation exit gets control, but will be turned on entry if errors are found before the installation exit gets control. If the exit corrects the errors detected, this bit setting should be reset to be off.
X042SETR
This bit setting turned on in the response byte indicates that both a return code and a reason code were specified in the parameter list. If this bit setting is not on, neither reason code nor return code are present.
X042NOCH
This bit setting turned on in the response byte indicates that the node has been changed. If this bit setting is not turned on, there has been no change to the destination node.
X042RMCH
This bit setting turned on in the response byte indicates that the remote has been changed. If this bit setting is not turned on, there has been no change to the destination remote.
X042USCH
This bit setting turned on in the response byte indicates that the userid has been changed. If this bit setting is not turned on, there has been no change to the userid.
X042MSGC
This bit setting turned on in the response byte indicates that the message text and length have been changed. If this bit setting is not turned on, there has been no change to the message text and length.
X042MEMC
This bit setting turned on in the response byte indicates that the member number in X042MEMB was changed by the exit.
X042MAIN
This bit setting turned on in the response byte indicates that the notify request should be unconditionally queued to the JES2 main task for processing. This allows the message to be seen by $EXIT 10.
X042NEWN
New node identifier, in binary form, to be returned from exit, if there was a change in the node.
X042NEWR
New remote identifier, in binary form, to be returned from exit, if there was a change in the remote.
X042NEWU
New userid to be returned from the exit, if there was a change in the userid.
X042NEWM
New message text pointer. Note that if the text is updated, the message length in X042NWML must be updated.
X042NWML
New message text length to be returned, if there was a change to the message text.
X042REAS
Exit-supplied reason code
X042RC
Exit-supplied return code
2-14
N/A
15
Return Code
A return code:
0
Tells JES2 that if additional exit routines are associated with this exit, call the next consecutive exit routine.
4
Tells JES2 that even if additional exit routines are associated with this exit, ignore them.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014