What is the difference in the JCLCheck runtime option AUTOPROC and NO AUTOPROC?
search cancel

What is the difference in the JCLCheck runtime option AUTOPROC and NO AUTOPROC?

book

Article ID: 45754

calendar_today

Updated On:

Products

JCLCheck Workload Automation

Issue/Introduction

When the JCLCheck runtime option AUTOPROC is specified, procedures and include members are resolved automatically from the proclibs that are defined in the JES2/JES3 address space.

Also runtime option OPROC or OPROCLIB may be used for JCLCheck to search a user-defined proclib before the system proclibs. 

What happens when option NOAUTOPR (NOAU) is used?

 

Environment

Release: All
Component: JCLCheck Workload Automation

Resolution

NOAU bypasses the allocation of the JES2 or JES3 cataloged procedure libraries to the JCLCheck address space. 

When NOAU is used, JCLCheck requires a SYSPROC DD

If SYSPROC DD is not allocated, runtime option PROC(ddname) may be used instead. 

Example:  

  NOAU PROC(ALTPROC)

  //ALTPROC   DD  DISP=SHR,DSN=SYS1.PROCLIB
  //                    DD  DISP=SHR,DSN=SYS2.PROCLIB 

 

 

 


 

Additional Information

- AUTOPROC/NOAUTOPR are documented here: 

https://techdocs.broadcom.com/us/en/ca-mainframe-software/automation/ca-jclcheck-workload-automation/12-0/reference/jclcheck-runtime-options/description-of-runtime-options/autoproc.html

- To help diagnose AUTOPROC issues, execute JCLCheck with runtime option CAISUPT(7,38), and provide the JCLCheck job listing to Broadcom Technical Support.