Why does JCLCheck issue error CAY6089E DATA SET "data.set.name" IS NOT A PDS when a Librarian data set is used in the validating JCL?
Release: All
Component: JCLCheck Workload Automation
Add parameter SUBSYS=LAM. JCLCheck will only validate Librarian dataset(s) in your JCL when the dataset is coded with SUBSYS=LAM.
Example:
//SYSUT1 DD DSN=LIBSYS.SAMPJCL.LIBR,DISP=SHR,SUBSYS=LAM