AUTHUSER

Note:
This is an authorized command.
Read syntax diagramSkip visual syntax diagram             .-;------.
             V        |
>>-AUTHUSER----userid-+----------------------------------------><
 

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.

Notes

  1. 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.
  2. 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.
  3. AUTHUSER commands are cumulative, that is, previous AUTHUSER command definitions remain in effect until the CICS region is recycled.