JCLCheck CAY6488W doing LJCK after upgrade from CA 7 11.3 to CA 7 12.1
search cancel

JCLCheck CAY6488W doing LJCK after upgrade from CA 7 11.3 to CA 7 12.1

book

Article ID: 271731

calendar_today

Updated On:

Products

JCLCheck Workload Automation CA 7 Workload Automation

Issue/Introduction

Upgraded from CA 7 r11.3 to 12.1.  When a user executes LJCK in CA7, several CAY6488W messages are returned.

Example: 

CAY6488W PROCLIB 'hlq.PROCLIB' NOT DEFINED. READ ACCESS DENIED BY SECURITY.  
CAY6629W CA JCLCHECK INPUT FILE IS EMPTY                                       

SYN1-00 JCL SYNTAX COMPLETED. PRESS ENTER TO CONTINUE.    

CA 7 started task job log shows:

 CA-7.IJCK - THE FOLLOWING JCLCHECK OPTIONS IN EFFECT :     
CA-7.IJCK - O(JCLCHECK),AU,ER(I),F,LIS,SP(NOR),LIN(25)     
CA-7.IJCK - CA-JCLCHECK LOADED.                            
CA-7.IJCK - JCLCHECK INTERFACE BUFFER SIZE IS 08000 .

 

 

Environment

JCLCheck Workload Automation r12.0

CA 7 Workload Automation r12.1

Cause

JCLCheck runtime option AU is in effect which means that the JCLCheck "AUTOPROC" feature is enabled, and a security call is made for each PROCLIB returned by JES2.

If READ access of a proclib fails, JCLCheck issues message "CAY6488W PROCLIB "data set name" NOT DEFINED. READ ACCESS DENIED BY SECURITY", and the proclib is omitted from allocation.

Resolution

The CA 7 started task ID needs to have READ access to all the procedure libraries that are defined in the JES2 start up.

Additional Information