SELECT WS

List a workstation.
ACTION=SELECT,RESOURCE=WS,WSAUTO=automation_workstation,
                          WSNAME=workstation_name,
                          WSTYPE=workstation_type,
                          WSREP=workstation_rep_att,
                          WSVIRT=virtual_workstation,
                          WSWAIT=wait_workstation,
                          WSZCENTR=z-centric_workstation,
                          WSRETYPE=remotengine_workstation;
automation_workstation
Y or N (char(1))
remote-engine_workstation
Z or D (char(1))
virtual_workstation
Y or N (char(1))
wait_workstation
Y or N (char(1))
workstation_name
Character (char(4))
workstation_rep_attri
A, S, C, or N (char(1))
workstation_type
C, G, R, or P (char(1))
z-centric_workstation
Y or N (char(1))
Note:
  1. At least one of the operands starting with WS must be specified.
  2. If you specify WSNAME, this setting supersedes all the other arguments.