RTSU: Information about TSO users
The RTSU EXEC retrieves information on TSO users in the system.
If a parameter is passed, the information returned is only for the specified TSO user; otherwise, information on all TSO users is returned.
The following statement shows the format of the call from EXEC:
Following table lists the RTSU parameters.
Parameter | Required? | Description |
---|---|---|
OPTS | No | TSO User ID |
Following is a list of return codes from RTSU:
Return code | Description |
---|---|
0 | Request completed successfully |
4 | Specified USER ID not found |
8 | Security failure |
16 | Specified USER ID greater than seven characters |
Following table lists the variables returned by RTSU in the LOCAL POOL.
Variable name | Type | Description |
---|---|---|
RTSUA(XXX) | Data | ASID of TSO user |
RTSUL(XXX) | Data | TCAM line number (0S for VTAM) |
RTSUN(XXX) | Data | Node name used EXEC: N=LOOP CTR T=TSO LINE COUNTER |
RTSUROL1 | Control | Number of output lines |
RTSUS(XXX) | Data | System (TCAM OR VTAM) |
RTSUU(XXX) | Data | TSO user ID |
RTSUUSER | Control | Number OF TSO users logged on |
Related topic