Displaying main processors *INQUIRY,MAIN=main

Function

Use the *INQUIRY,MAIN=main command to display information about a main processor, the global processor, or all main processors.

There are two forms of the command, short and extended. The short command displays the following information:
  • FMID, provided the processor is attached to JESXCF.
  • Status, consisting of the following:
    • Whether the processor is on line or off line.
    • Whether the processor is connected, not connected, or flushed.
    • The status of JES3 and JESXCF on the processor.
    • Whether the processor is global or local.
The extended command displays the short information plus the following extended information:
  • JES3 Product level
  • JES3 Service level
  • Message prefix identifier
  • Message destination
  • Select mode
  • Spool partition
  • Primary and secondary track group allocation
  • Message limit and interval
  • Number of pages fixed at initialization time
  • Number of pages in CSA and JES3AUX
  • Number of pages used for open SYSOUT data sets

Syntax

Read syntax diagramSkip visual syntax diagram
>>-+-*INQUIRY-+--,--MAIN=--+-main----+----,--X ----------------><
   '-*I-------'            +-ALL-----+             
                           '-JGLOBAL-'             

Parameters

MAIN=main
Specifies the name of the main processor for which information is to be displayed.
ALL
The information is displayed for all main processors.
JGLOBAL
The information is displayed for the global processor.
X
If X is specified, short and extended information are displayed. If X is not specified, only short information is displayed.

Example

In the examples below assume that the JES3 complex contains three processors named SY1, SY2, and SY3 and that SY1 is the global.

Display short information for main processor SY1:
*I,MAIN=SY1
IAT8643 MAIN INQUIRY INFORMATION
INFORMATION FOR MAINPROC SY1
  FMID=HJS7707, STATUS=(ONLINE,CONNECTED,ATTACHED,GLOBAL)
Display short information for all main processors:
*I,MAIN=ALL
IAT8643 MAIN INQUIRY INFORMATION
INFORMATION FOR MAINPROC SY1
  FMID=HJS7707, STATUS=(ONLINE,CONNECTED,ATTACHED,GLOBAL)
INFORMATION FOR MAINPROC SY2
  FMID=HJS7707, STATUS=(ONLINE,NOT-CONNECTED,NOT-ATTACHED,LOCAL)
INFORMATION FOR MAINPROC SY3
  STATUS=(OFFLINE,NOT-CONNECTED,DOWN,LOCAL)
Display extended information for SY3:
*I,MAIN=SY3,X
IAT8643 MAIN INQUIRY INFORMATION
INFORMATION FOR MAINPROC SY3
  STATUS=(ONLINE,NOT-CONNECTED,DOWN,LOCAL), PLEVEL=00, SLEVEL=00
  ID='SY3=', MDEST=M1, SELECT=Z, SPART=PARTX, TRKGRPS=(1,2),
  JESMSGLMT=(00012345,00010), FIXPAGE=00005, PRTPAGE=(00030,00030),
  USRPAGE=00004
Display short information for the global:
*I,MAIN=JGLOBAL
IAT8643 MAIN INQUIRY INFORMATION
INFORMATION FOR MAINPROC SY1
  FMID=HJS7707, STATUS=(ONLINE,CONNECTED,ATTACHED,GLOBAL)
Display extended information for the global:
*I,MAIN=JGLOBAL,X
IAT8643 MAIN INQUIRY INFORMATION
INFORMATION FOR MAINPROC SY1
  FMID=HJS7707, STATUS=(ONLINE,CONNECTED,ATTACHED,GLOBAL), PLEVEL=15,
  SLEVEL=00, ID='SY1 R=', MDEST=M1, SELECT=Z, SPART=NONE,
  TRKGRPS=(1,2), JESMSGLMT=(00000000,00010), FIXPAGE=00005,
  PRTPAGE=(00030,00030), USRPAGE=00004
Display extended information for all mains:
*I,MAIN=ALL,X
IAT8643 MAIN INQUIRY INFORMATION
INFORMATION FOR MAINPROC SY1
  FMID=HJS7707, STATUS=(ONLINE,CONNECTED,ATTACHED,GLOBAL), PLEVEL=15,
  SLEVEL=00, ID='SY1 R=', MDEST=M1, SELECT=Z, SPART=NONE,
  TRKGRPS=(1,2), JESMSGLMT=(00000000,00010), FIXPAGE=00005,
  PRTPAGE=(00030,00030), USRPAGE=00004
INFORMATION FOR MAINPROC SY2
  STATUS=(ONLINE,NOT-CONNECTED,NOT-ATTACHED,LOCAL), ID='SY2 R=',
  MDEST=M1, SELECT=Z, SPART=NONE, TRKGRPS=(1,2),
  JESMSGLMT=(00000000,00010), FIXPAGE=00005, PRTPAGE=(00030,00030),
  USRPAGE=00004
INFORMATION FOR MAINPROC SY3
  STATUS=(ONLINE,NOT-CONNECTED,DOWN,LOCAL), ID='SY3=', MDEST=M1,
  SELECT=Z, SPART=PARTX, TRKGRPS=(1,2), JESMSGLMT=(00012345,00010),
  FIXPAGE=00005, PRTPAGE=(00030,00030), USRPAGE=00004