Displaying information about the JES3 job queue *CALL,DISPLAY

Function

Use the *CALL,DISPLAY command to display detailed information about a single job or all jobs in the JES3 job queue. The *CALL,DISPLAY command obtains the diagnostic information from the JES3 control blocks associated with the jobs in the job queue.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-+-*CALL-+--,--DISPLAY---------------------------------------->
   '-*X----'               

>--+------------------------------------------+----------------->
   +-,--J--=--+-+-jobname-----------+-+-------+   
   |          | |    .-,-------.    | |       |   
   |          | |    V         |    | |       |   
   |          | '-(----jobname-+--)-' |       |   
   |          +-+-jobno-----------+---+       |   
   |          | |    .-,-----.    |   |       |   
   |          | |    V       |    |   |       |   
   |          | '-(----jobno-+--)-'   |       |   
   |          '-+-jj*-----------+-----'       |   
   |            |    .-,---.    |             |   
   |            |    V     |    |             |   
   |            +-(----jj*-+--)-+             |   
   |            '---*-----------'             |   
   +-,--DD--=--+-ddn------------------------+-+   
   |           |    .-,---.                 | |   
   |           |    V     |                 | |   
   |           '-(----ddn-+--)--+---------+-' |   
   |                            '-,--LIST-'   |   
   '-,--P--=--prty----------------------------'   

   .-,--OUT--=--(--PRT--)----------------.   
>--+-------------------------------------+---------------------><
   '-,--OUT--=--+-devname--------------+-'   
                +-ddd------------------+     
                +-(--type--)-----------+     
                +-(--type--,--group--)-+     
                '-(--,--group--)-------'     

Parameters

J=jobname or jobno or jj*
Specifies the job name, the job number, or all jobs whose names begin with the character string that precedes the asterisk (*).
DD=ddn
Displays the number of jobs that have data on the spool data set you specified (ddn).
DD=ddn,LIST
Displays the names of jobs that have data on the spool data set and the number of track groups allocated to each job or data set of a job.
OUT=devname or devnum or /devnum or type or group
Returns output to the device type you specify. If you omit this parameter, PRT is the default.
The device number (devnum or /devnum) can be a 3-digit or 4-digit hexadecimal device number. A slash (/) preceding the device number is not required. Device numbers can be specified by any of the following formats:
ddd dddd /ddd
/dddd
where ddd and dddd represent the device numbers.
P=prty
Displays jobs of the specified priority.
Attention: This command generates many messages for each job specified, so be careful when you issue this command with the jobname parameter. If many jobs match the jobname, you might run into severe performance issues, including possible WTO Buffer shortages and storage problems. This command might force other functions to wait for its completion.

Examples

Display information about all jobs in the JES3 job queue that have names beginning with TAPE.
*X,DISPLAY,J=TAPE*
IAT7762 - 14 JOB32810 TAPE1    SE=(CI-COMPLETE,MAIN-ACTIVE, 
IAT7762 - OUTSERV-NOSTAT,PURGE-NOSTAT),JCTMAINS=(SY1,SY2,SY3,
IAT7762 - SY4,SY5,SY6,SY7,SYLOCAL8),SRVCLASS=WHFOVER, 
IAT7762 - . 
IAT7762 - . 
IAT7762 - . 
IAT7762 - 14 JOB32811 TAPE2    SE=(CI-COMPLETE,MAIN-ACTIVE,
IAT7762 - OUTSERV-NOSTAT,PURGE-NOSTAT),JCTMAINS=(SY1,SY2,SY3, 
IAT7762 - SY4,SY5,SY6,SY7,SYLOCAL8),SRVCLASS=FAST,SCHENV=IMSPROD,
IAT7762 - . 
IAT7762 - . 
IAT7762 - . 
IAT7762 - CRDEST=200,RQJSTAT=(SY1,SCHEDULING ENVIRONMENT NOT AVAILABLE, 
IAT7762 - SY2,MAIN OFFLINE/NOT CONNECTED)