JCLCheck is not using SIGNON USERID when validating JCL with ENDEVOR
search cancel

JCLCheck is not using SIGNON USERID when validating JCL with ENDEVOR

book

Article ID: 15468

calendar_today

Updated On:

Products

JCLCheck Workload Automation

Issue/Introduction

The SIGNON userid value is ignored when running JCLCheck under the Endevor processor with the Endevor's Alternate ID feature activated. 

How to turn off the Endevor's ID when running JCLCheck? 

Environment

Release: 12.0
Component: JCLCheck Workload Automation

Resolution

Specifying ALTID=N on the ENDEVOR processor step that invokes JCLCheck.  

Example:
//JCLC EXEC PGM=JCLCHECK,ALTID=N 

 

Additional Information

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 

-  JCLCheck USER(userid) runtime option 

-  JCLCheck SECURITY runtime option  

-  Endevor Alternate ID Support