Displaying DJC networks *INQUIRY,N

Function

Use the *INQUIRY,N command to list or display the status of all active DJC networks. If none of the optional parameters is specified, this command provides statistics for each defined DJC network in the JES3 system. The statistics include network ID, total number of jobs in the DJC network, the number of completed jobs in the DJC network (including jobs which have abended) and the number of jobs which have abended and are eligible for re-submission. The display also indicates whether there are missing successor jobs or sub-networks.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-+-*INQUIRY-+--,--N------------------------------------------->
   '-*I-------'         

>--+----------------------------------------------------------------------------+-><
   '-,--ID--=----+-djcnet-----------+----+------------------------------------+-'   
                 |    .-,------.    |    +-,--J--=--+-+-jobname-----------+-+-+     
                 |    V        |    |    |          | |    .-,-------.    | | |     
                 '-(----djcnet-+--)-'    |          | |    V         |    | | |     
                                         |          | '-(----jobname-+--)-' | |     
                                         |          '-+-jobno-----------+---' |     
                                         |            |    .-,-----.    |     |     
                                         |            |    V       |    |     |     
                                         |            '-(----jobno-+--)-'     |     
                                         '-,--LIST----------------------------'     

Parameters

ID =(djcnet[,djcnet]...)
Specifies that the status of the designated DJC networks is to be displayed; if omitted, the status of all DJC networks is displayed.
J =jobname or jobno
Specifies that status of the designated job in the designated DJC network is to be displayed. The status information provided includes:
  • DJC network identification.
  • Job name and job number.
  • Hold/release count for the job; that is, the number of predecessor jobs still pending for the specified job.
  • Successor job count; that is, the number of successor jobs awaiting the completion of the specified job.
  • Release-schedule count for the job; that is, the count of the number of predecessor jobs remaining before DJC releases a job to main service processing. Main device scheduling occurs, but the job is not released for processing until all predecessor jobs are complete.
  • Status of the job indicated as follows:
    • Completed (C)
    • Abnormally completed (AC)
    • In network hold (H)
    • Failed at converter/interpreter (F)
    • In DJC operator hold (OH)
    • Null job no longer an active or participating member of the DJC network (N)
    • Job eligible for scheduling and might be active (E)
LIST
Specifies that status of each job in each of the specified DJC networks is to be displayed.

Examples

Display status for DJC networks PAYROLL1 and ACCT1:
*I,N,ID=(PAYROLL1,ACCT1)
Display status for job OVERTIME in DJC network PAYROLL1:
*I,N,ID=PAYROLL1,J=OVERTIME