JCLCheck ISPF Foreground Invocation returns message CAY6109S DDNAME 'SYSIN' DOES REFERENCE A PDS, and processing stops.
Release: All
Component: JCLCheck Workload Automation
This is most likely due to missing skeleton member JCLOPTZ1. This member is in the JCLCheck skeleton library CAZ2SKL0 which must be allocated to the TSO/ISPF session via DD name ISPSLIB.
1. Confirm that missing skeleton member is the cause:
ISPEXEC FTINCL JCLOPTZ1 /* JCKB097 */ DO DO SET &LCE = &LASTCC SET &LCE = 8 ...
The return code 8 indicates a failure to retrieve JCLOPTZ1.
2. Allocate the JCLCheck CAZ2SKL0 library to ISPSLIB DD in your TSO logon proc or logon CLIST.