1 /BATCH
/BATCH (default)
/NOBATCH
Displays all batch jobs for the local system. When used with the
/CLUSTER qualifier, the /BATCH qualifier displays all batch jobs
in the OpenVMS Cluster environment. When you use the /NOBATCH
qualifier, all batch jobs are excluded from the display.
2 /CLUSTER
Displays the specified processes on all nodes in an OpenVMS
Cluster.
3 /EXACT
Use with the /PAGE=SAVE and /SEARCH qualifiers to specify a
search string that must match the search string exactly and must
be enclosed with quotation marks (" ").
If you specify the /EXACT qualifier without the /SEARCH
qualifier, exact search mode is enabled when you set the search
string with the Find (E1) key.
4 /FULL
Displays the user identification code (UIC), the processor type,
and the process size, in addition to the default information. The
UIC is displayed below the process name.
5 /GRAND_TOTAL
/GRAND_TOTAL
/NOGRAND_TOTAL (default)
Displays a trailing line with the total of all processes matching
the selection criteria and the total number of all processes on
all systems displayed by the command. (See also /TOTAL.)
6 /HEADING
/HEADING
/NOHEADING
Displays a heading line above the system output. When you use
the /NOHEADING qualifier, the heading line is excluded from the
display.
7 /IMAGE
Lists all processes with their current image. (Requires WORLD
privilege.)
8 /HIGHLIGHT
/HIGHLIGHT[=keyword]
Use with the /PAGE=SAVE and /SEARCH qualifiers to specify the
type of highlighting you want when a search string is found. When
a string is found, the entire line is highlighted. You can use
the following keywords: BOLD, BLINK, REVERSE, and UNDERLINE. BOLD
is the default highlighting.
9 /IDENT
/IDENT=pid
Displays all processes on the system that have the specified
process identification (PID) code number.
10 /INTERACTIVE
/INTERACTIVE
/NOINTERACTIVE
Displays all interactive processes on the system. When you use
the /NOINTERACTIVE qualifier, all interactive processes are
excluded from the display.
11 /MULTITHREAD
Displays all multithreaded processes for the local system.
When used with the /FULL qualifier, the /MULTITHREAD qualifier
displays information about each kernel thread in a multithreaded
process.
For more information on kernel threads, see the VSI OpenVMS
Programming Concepts Manual.
12 /NETWORK
/NETWORK
/NONETWORK
Displays all network processes on the system. When you use the
/NONETWORK qualifier, all network processes are excluded from the
display.
13 /NODE
/NODE[=(name,...)]
Displays all the processes on the specified node or nodes. If
you enter the /NODE qualifier without a value, the qualifier
displays all the processes on the local node of an OpenVMS
Cluster environment.
14 /OUTPUT
/OUTPUT[=filespec]
/NOOUTPUT
Controls where the output of the command is sent. By default,
the output of the SHOW SYSTEM command is sent to the current
SYS$OUTPUT device (usually your terminal). To send the output
to a file, use the /OUTPUT qualifier followed by a file
specification.
The file specification may not include the asterisk (*) and the
percent sign (%) wildcard characters. If you enter a partial
file specification (for example, specifying only a directory),
SHOW is the default file name and .LIS is the default file type.
If you enter the /NOOUTPUT qualifier, output is suppressed.
15 /OWNER_UIC
/OWNER_UIC=uic
Displays all processes on the system that have the specified user
identification code (UIC) number.
16 /PAGE
/PAGE[=keyword]
/NOPAGE (default)
Controls the display of system information on the screen.
You can use the following keywords with the /PAGE qualifier:
CLEAR_SCREEN Clears the screen before each page is displayed.
SCROLL Displays information one line at a time.
SAVE[=n] Enables screen navigation of information, where n
is the number of pages to store.
The /PAGE=SAVE qualifier allows you to navigate through screens
of information. The /PAGE=SAVE qualifier stores up to 5 screens
of up to 255 columns of information. When you use the /PAGE=SAVE
qualifier, you can use the following keys to navigate through the
information:
Key Sequence Description
Up arrow key, Ctrl/B Scroll up one line.
Down arrow key Scroll down one line.
Left arrow key Scroll left one column.
Right arrow key Scroll right one column.
Find (E1) Specify a string to find when the
information is displayed.
Insert Here (E2) Scroll right one half screen.
Remove (E3) Scroll left one half screen.
Select (E4) Toggle 80/132 column mode.
Prev Screen (E5) Get the previous page of information.
Next Screen (E6), Get the next page of information.
Return, Enter, Space
F10, Ctrl/Z Exit. (Some utilities define these
differently.)
Help (F15) Display utility help text.
Do (F16) Toggle the display to oldest/newest
page.
Ctrl/W Refresh the display.
The /PAGE qualifier is not compatible with the /OUTPUT qualifier.
17 /PROCESS
/PROCESS[=name] (default)
/NOPROCESS
Displays all specified processes on the system. If you do not
specify a process name with the /PROCESS qualifier, all processes
are displayed.
When you use the /NOPROCESS qualifier with the /CLUSTER
qualifier, only the node or nodes available on the cluster are
displayed with their respective uptimes and operating system
version.
You can include the asterisk (*) and the percent sign (%)
wildcard characters in the process name.
18 /SCHEDULING_CLASS
/SCHEDULING_CLASS[=class_name]
/NOSCHEDULING_CLASS
Displays processes that belong to a specific scheduling class
(class_name). If the class name is not specified, all class
scheduled processes are displayed along with the name of their
scheduling class.
19 /SEARCH
/SEARCH="string"
Use with the /PAGE=SAVE qualifier to specify a string that you
want to find in the information being displayed. Quotation marks
are required for the /SEARCH qualifier, if you include spaces in
the text string.
You can also dynamically change the search string by pressing the
Find key (E1) while the information is being displayed. Quotation
marks are not required for a dynamic search.
20 /STATE
/STATE=process-state
Displays all processes with the specified process state. You
can include the asterisk (*) and the percent sign (%) wildcard
characters in the process-state name. The following process
states are available:
CEF COLPG COM COMO
CUR FPG HIB HIBO
LEF LEFO MUTEX PFW
PSXFR RWAST RWBRK RWCAP
RWCLU RWCSV RWIMG RWLCK
RWMBX RWMPB RWMPE RWNPG
RWPAG RWPFF RWQUO RWSCS
RWSWP SUSP SUSPO
21 /SUBPROCESS
/SUBPROCESS
/NOSUBPROCESS
Displays all subprocesses on the system. When you use the
/NOSUBPROCESS qualifier, all subprocesses are excluded from the
output.
22 /TOTAL
/TOTAL
/NOTOTAL (default)
Displays a trailer after the system process list containing the
total number of processes matching the selection criteria and the
total number of processes on a system.
23 /WRAP
/WRAP
/NOWRAP (default)
Use with the /PAGE=SAVE qualifier to limit the number of columns
to the width of the screen and to wrap lines that extend beyond
the width of the screen to the next line.
The /NOWRAP qualifier extends lines beyond the width of the
screen and can be seen when you use the scrolling (left and
right) features provided by the /PAGE=SAVE qualifier.