z/OS Console Display Commands
The z/OS console display command is used to get the information about an executing address space.
- The started task or job name and the step name
- Whether the job is swapped in, swapped out, or non-swappable
- The user ID assigned to the job
- The started task or job number
- Numbers of the performance group, address space, and domain
To check if the Platform Server is up and running, the console operator must type
D A,jobname.
See the following sample for the console display:
JOBS M/S TS USERS SYSAS INITS ACTIVE/MAX VTAM OAS
00002 00015 00005 00022 00022 00005/00010 00000
MFTSTC MFTSTC STEP1 NSW S A=005A PER=NO SMC=000
PGN=005 DMN=006 AFF=NONE
CT=011.304S ET=02.34.54
WUID=STC08893 USERID=MFTSTC
ADDR SPACE ASTE=07763680
DSPNAME=OSIQUEUE ASTE=07791100
DSPNAME=OSIQLOOK ASTE=01C0A900
DSPNAME=OSINODES ASTE=01C0A980
DSPNAME=OSILOGDS ASTE=01C0A800
DSPNAME=OSIWMSGS ASTE=01C0A780Platform Server VTAM Tracing
z/OS console operators can turn the VTAM tracing facility on and off by using modify commands. For more information, see Appendix B. Running Traces.
The following DD statement must be included in the startup JCL to enable the tracing facility:
//VTAMTRAC DD SYSOUT=X
z/OS console operators can turn the SNA packet tracing facility on and off by using the following modify commands:
TRON: To start the SNA packet tracing facilityF MFTSTC,TRON
TROF: To stop the SNA packet tracing facilityF MFTSTC,TROF
Platform Server TCP/IP Tracing
z/OS console operators can turn the TCP/IP tracing facility on and off by using modify commands. The following DD statement must be included in the startup JCL to enable the tracing facility:
//TCPTRAC DD SYSOUT=X
z/OS console operators can turn the TCP/IP tracing facility on and off by using the following modify commands:
TCPTRON: To start the TCP/IP packet tracing facilityF MFTSTC,TCPTRON
TCPTROF: to stop the TCP/IP packet tracing facilityF MFTSTC,TCPTROF
Platform Server Node Tracing
z/OS console operators can turn the TCP/IP tracing facility on and off by using modify commands. The following DD statement must be included in the startup JCL to enable the tracing facility:
//TCPTRAC DD SYSOUT=X
z/OS console operators can turn the node tracing on for a particular node defined in the CONFIG by using the following modify commands:
TCPTRON: To start the node tracing facilityF MFTSTC,TCPTRON,NODENAMETCPTROF: To stop the node tracing facilityF MFTSTC,TCPTROF,NODENAME