AUTHUSER
AUTHUSER authorizes a list of user IDs.
Operands
- userid
- is a CICS signon user ID that becomes REXX/CICS authorized.
Return codes
- 0
- Normal return
- 2602
- Invalid operand or operand missing
- 2621
- Specified user ID invalid length
- 2642
- Error storing user ID
Example
'AUTHUSER USER2 SYSPGMR'This example makes USER2 and SYSPGMR REXX/CICS authorized users.
Note:
- If you are an authorized user you can use REXX/CICS authorized commands, regardless of whether you are running in an exec that was loaded from an authorized REXX/CICS library.
- If an error is detected in the list of user IDs, the user ID with the error is placed in the REXX special variable RESULT and processing of the list stops.
- AUTHUSER commands are cumulative; previous AUTHUSER command definitions remain in effect until the CICS region is recycled.
