DISPLAY TSOUSER command

Read syntax diagramSkip visual syntax diagram
>>-DISPLAY-- --NET--,--TSOUSER--,--ID--=--user_id--------------><

Abbreviations

Operand Abbreviation
DISPLAY D
TSOUSER U

Purpose

The DISPLAY TSOUSER (TSO user) command displays the status of a TSO user ID.

Operands

ID=user_id
Specifies the TSO user ID about which information is to be displayed. Data for all address spaces started by a TSO user is shown if ID is specified.
Tip: Add the CODEPAGE parameter in TSOKEY00 (the PARMLIB member of the system) as follows:
CODEPAGE=YES
TSO/VTAM queries the device during the logon process to obtain the code page information if CODEPAGE=YES is coded in TSOKEY00. This enables the display code page function for the client.

Resulting display

The resulting display shows:
  • The name and status of the TSO user ID
  • An indication of whether the TSO trace is active for this user ID
  • The application program name associated with the TSO user space
  • The secondary logical unit (SLU) the TSO user is using
  • If the SLU is a Telnet client, the IP address, the IP port number, and (if it exists) the DNS name

Examples

Displaying a TSO user ID:
d net,tsouser,id=user1
IST097I DISPLAY ACCEPTED
IST075I NAME = USER1, TYPE = TSO USERID
IST486I STATUS= ACTIV, DESIRED STATE= N/A
IST576I TSO TRACE = OFF
IST1212I ACBNAME = TSO0001 STATUS = ACT/S
IST1212I LUNAME  = NETA.A50A722 STATUS = ACT/S
IST314I END
Displaying a TSO user ID when the SLU is a Telnet client:
d net,tsouser,id=user1
IST097I DISPLAY ACCEPTED                      
IST075I NAME = USER1, TYPE = TSO USERID
IST486I STATUS= ACTIV, DESIRED STATE= N/A     
IST576I TSO TRACE = OFF                       
IST262I ACBNAME = TSO0001, STATUS = ACT/S     
IST262I LUNAME = TCPM1011, STATUS = ACT/S----Y
IST1727I DNS NAME: VIC127.TCP.RALEIGH.IBM.COM 
IST1669I IPADDR..PORT 9.67.113.83..1027
IST2203I CHARACTER SET 0065 CODE PAGE 0025       
IST314I END