Displaying the status of a procedure library *INQUIRY,PROCLIB

Function

To determine why a job is delayed in C/I service, you can display the status of a procedure library. The *INQUIRY,PROCLIB command displays whether all procedure library concatenations are enabled or disabled, and the job number of the job that is updating a particular data set.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-+-*INQUIRY-+--,--PROCLIB--+----------------------+----------><
   '-*I-------'              +-,--ID--=--procid-----+   
                             '-,--DDNAME--=--ddname-'   

Parameters

ID=procid
Specifies the procedure library id Start of change(procid)End of change. Start of changeUse the two digit suffix of the procedure library when entering a value for the ID= keyword. This value is appended to IATPLB to form the ddname for the procedure library whose status is requested.End of change
Start of changeDDNAME=ddnameEnd of change
Start of changeSpecifies the ddname of the procedure library whose status is requested.End of change
Note: Start of changeIf no parameters are specified, the status of all procedure libraries will be displayed.End of change

Example

Display the status of individual data sets for procedure library IATPLB08:
*I,PROCLIB,ID=08
Start of changeDisplay the status of individual data sets for procedure library IATPLBST:
*I,PROCLIB,ID=ST
IAT8952 PROCLIB IATPLBST IS ENABLED
IAT8954 IATPLBST, DSN=SYS1.PROCLIB NOT BEING UPDATED
End of change
Start of changeDisplay the status of individual data sets for procedure library PROCRJ:
*I,PROCLIB,DDNAME=PROCRJ
IAT8952 PROCLIB PROCRJ IS ENABLED
IAT8954 PROCRJ, DSN=SYS1.PROCLIB NOT BEING UPDATED
IAT8954 PROCRJ, DSN=SYS2.TEST.JCL NOT BEING UPDATED
End of change