A SERVICE OF

logo

578 Chapter 7
Command Definitions S-SO
SHOWIN
PRI The outpriority of the device file, requested by the user or adjusted by the
system operator. Specified for spooled output device files only.
#C The number of copies needed, specified for spooled output device files only.
Use
This command may be issued from a session, job, program, or in BREAK. Pressing Break
aborts the execution of this command.
Examples
The following is an example of how to determine the status of an individual input device
file:
SHOWIN #I80
DEV/CL DFID JOBNUM FNAME STATE FRM SPACE RANK PRI #C
43 #I43 #S37 $STDIN OPENED 8
If you do not know the device file identification number (DFID) of the device file whose
status you want to determine, you may request the status display by entering either the
logical device number or the device class name of the device on which the file originated:
SHOWIN DEV=43
DEV/CL DFID JOBNUM FNAME STATE FRM SPACE RANK PRI #C
43 #I43 #S37 $STDIN OPENED
You may also request displays of device file information using various combinations of
qualifications (devices, jobs/sessions, and states). For example, to display information
about all OPENED input device files used by all sessions (but not jobs) in the system,
enter:
SHOWIN JOB=@S;OPENED
DEV/CL DFID JOBNUM FNAME STATE FRM SPACE RANK PRI #C
7 #I7 #S38 MASTER OPENED
26 #I26 #S18 $STDIN OPENED
32 #I32 #S41 $STDIN OPENED
34 #I34 #S26 $STDIN OPENED
42 #I42 #S28 $STDIN OPENED
43 #I43 #S37 $STDIN OPENED
50 #I50 #S40 $STDIN OPENED
51 #I51 #S17 $STDIN OPENED
8 FILES (DISPLAYED):
0 SPOOFLES: 0 SECTORS
Related Information
Commands SHOWOUT, LISTSPF
Manuals Performing System Operation Tasks (32650-90137)