JCLCheck Batch Submit job failed with message CAI.CAZ2LOAD is not found.
How to resolve this error?
Release: 12.0
Component: JCLCheck Workload Automation
JCLCheck Clist JCKUSR contains load libraries definitions. This Clist is in the CAZ2CLS0 library.
If the JCLCheck load library is in the linklist, make the following changes:
FROM
SET &JCLOAD = &STR(CAI.CAZ2LOAD)
SET &JCLOAD1 = &STR()
SET >LOAD = &STR(CAI.CD51LOAD)
TO
SET &JCLOAD = &STR()
SET &JCLOAD1 = &STR()
SET >LOAD = &STR()
If JCLCheck is not in the linklist, change the CAI.CAZ2LOAD and CAI.CD51LOAD to your hlq.CAZ2LOAD and hlq.CD51LOAD data set names.