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 .
JCLCheck Workload Automation r12.0
CA 7 Workload Automation r12.1
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.
The CA 7 started task ID needs to have READ access to all the procedure libraries that are defined in the JES2 start up.