z/OS Console Display Commands
The z/OS console display command is used to get the information about an executing address space.
Using the console display commands, you can get the following information:
- 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=01C0A780
Platform 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
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
Copyright © Cloud Software Group, Inc. All rights reserved.