z/OS Security Server RACF System Programmer's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Registers at exit

z/OS Security Server RACF System Programmer's Guide
SA23-2287-00

Upon return from this exit, the register contents must be:
Register
Contents
0-14
Restored to contents at entry
15
One of the following return codes:
Value
Meaning
0
The new password phrase field is copied back into the calling function. Continue with processing.
4
The new-password-phrase request is not accepted and is to be failed. RACROUTE REQUEST=VERIFY processing terminates with a return code indicating a new password phrase that is not valid. The ADDUSER and ALTUSER commands ignore the request and continue processing. The PASSWORD command terminates processing.
8
The new-password-phrase request is not accepted and is to be failed. This return code is the same as return code 4, except that error messages issued by the ADDUSER, ALTUSER, and PASSWORD commands are suppressed because the exit itself has already issued an appropriate message.
Note:
  1. For RACROUTE REQUEST=VERIFY, return codes 0 and 4 are valid; if register 15 contains any other values, processing ends with an abend.
  2. For the ADDUSER, ALTUSER, and PASSWORD commands, return codes 0, 4, and 8 are valid; if register 15 contains any other value, it is treated like return code 4.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014