The SIGNON userid value is ignored when running JCLCheck under the Endevor processor with the Endevor's Alternate ID feature. How to turn off the Endevor's ID when invoking JCLCheck?
Release: 12.0
Component: JCLCheck Workload Automation
Specifying ALTID=N on the ENDEVOR processor step that invokes JCLCheck.
Example:
//JCLC EXEC PGM=JCLCHECK,ALTID=N
The Endevor's ALTID=N option will prevent Endevor from applying the Endevor alternate ID during the processing of JCLCheck. This allows JCLCheck to use the USER= value on the JOB statement of the validating JCL, or the USER(userid) in the JCLCheck runtime option for security validation.
Recommended reading:
- JCLCheck SIGNON runtime option:
https://techdocs.broadcom.com/us/en/ca-mainframe-software/automation/ca-jclcheck-workload-automation/12-0/reference/jclcheck-runtime-options/description-of-runtime-options/signon.html
- JCLCheck USER(userid) runtime option:
https://techdocs.broadcom.com/us/en/ca-mainframe-software/automation/ca-jclcheck-workload-automation/12-0/reference/jclcheck-runtime-options/description-of-runtime-options/user.html
-JCLCheck SECURITY runtime option:
https://techdocs.broadcom.com/us/en/ca-mainframe-software/automation/ca-jclcheck-workload-automation/12-0/reference/jclcheck-runtime-options/description-of-runtime-options/security.html
- Endevor Alternate ID feature:
https://techdocs.broadcom.com/us/en/ca-mainframe-software/devops/ca-endevor-software-change-manager/18-0/securing/data-set-security.html#DataSetSecurity-HowtoActivatetheAlternateID