Why is the batch JCLCheck job generated via ISPF panel failing with message that CAI.CAZ2LOAD is not found
search cancel

Why is the batch JCLCheck job generated via ISPF panel failing with message that CAI.CAZ2LOAD is not found

book

Article ID: 103339

calendar_today

Updated On:

Products

JCLCheck Workload Automation

Issue/Introduction

JCLCheck Batch Submit job failed with message CAI.CAZ2LOAD is not found. 

How to resolve this error? 

Environment

Release: 12.0
Component: JCLCheck Workload Automation

Resolution

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 &GTLOAD = &STR(CAI.CD51LOAD)


TO 
  SET &JCLOAD = &STR()               
  SET &JCLOAD1 = &STR()              
  SET &GTLOAD =  &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.