ALL
Information is to be displayed about all processes that exist in
the system.
process-name
Name of the process for which information is to be displayed.
Use of the process-name parameter or one of the /ADDRESS, /ID,
/INDEX, /NEXT, or /SYSTEM qualifiers causes the SHOW PROCESS
command to perform an implicit SET PROCESS command, making
the indicated process the current process for subsequent SDA
commands.
When you analyze a crash dump from a multiprocessing system,
changing process context may require a switch of CPU context as
well. When you issue a SET PROCESS command, SDA automatically
changes its CPU context to that of the CPU on which that process
is, or was most recently, current. You can determine the names of
the processes in the system by issuing a SHOW SUMMARY command.
The process-name can contain up to 15 uppercase letters,
numerals, the underscore (_), dollar sign, colon (:), and some
other printable characters. If it contains any other characters
(including lowercase letters), you may need to enclose the
process-name in quotation marks (" ").