Show active z/OS UNIX processes
The SDSF PS view is an easy way of seeing z/OS® UNIX processes (active and zombie), but there are other options.
A super user (UID 0) can run ps -ef from
the OMVS shell to see all active processes, or ps -fu <userid>
for those processes belonging to a specific user. For more information,
see http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/BPXZA5B0/PS
)
(z/OS 1.12).
Operator commands D OMVS,A=ALL and D
OMVS,U=<userid> give similar output as the ps
shell command. See http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2G1B1/4.10.48
(z/OS 1.12).