CA JCLCheck gets error CAY6329E access denied even though option BYPRUNT(DSE) to bypass checking data set existence is specified. Error message is:
CAY6329E ACCESS DENIED TO dataset_name BY SECURITY RC=08 ACCESS LEVEL=READ FOR ACID=userid
The security error occurs because the dataset is allocated to the SYSTSIN input DD statement. The JCLCheck option CTLSCAN is the default. With this option JCLCheck tries to read and interpret the input control statements of certain utility programs. In this case JCLCHECK is trying to read the SYSTSIN dataset to validate the input control statements.
To resolve the problem add the option NOCTL to JCLCheck.