Running JCLCheck - Foreground Invocation gets the following error:
ALLOC FI(&TYPE) DA('&THEPRFX..JCLCHECK.&TYPE') &DSP CATALOG USING(&SUBST R(1:5,&TYPE)) &REUSE
THIS STATEMENT HAS CAUSED A RECURSIVE CLIST ERROR
Release: 12.0
Component: JCLCheck Workload Automation
The error occurs when the TSO Userid (&SYSUID) is different from the TSO Prefix (&SYSPREF)
Modify Clist member JCKSPF2 as follows:
- Locate the statement :
SET &THEPRFX = &SYSPREF
- Change it to :
SET &THEPRFX = &str(&syspref..&sysuid)
Clist JCKSPF2 is in the JCLCheck CAZ2CLS0 library, and is allocated to SYSPROC DD in the TSO/ISPF session.