Endevor ADD action failing with a C1U0919E error
search cancel

Endevor ADD action failing with a C1U0919E error

book

Article ID: 100543

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

Having an issue with an abending Add job  --

C1G0202I  ACTION #1 / STMT #2                                                   
C1G0203I     ADD      ELEMENT PELEMNT1                                           
C1G0205I        FROM DSNAME:  iprfx.iqual.JCLLIB                                
C1G0204I        TO   ENVIRONMENT: environ SYSTEM: system  SUBSYSTEM: subsys       TYPE: TYPE4   STAGE ID: 1
C1G0232I        OPTIONS:  CCID: CCID123                                           
C1G0232I                  COMMENT: RETREIVE    xxxxxxxx by xxxxxxx               
C1G0265I  PROCESSOR GROUP *NOPROC* FOR THIS ELEMENT WAS OBTAINED FROM PRIMARY ELEMENT TYPE 
C1U0919E  CCID CCID123        IS DEFINED, BUT YOU CANNOT USE IT FOR THAT ELEMENT  
C1G0277I  ADD PROCESSING TERMINATED BECAUSE OF THE PREVIOUS ERROR
C1G0200I  ELEMENT ACTION REQUEST PROCESSING COMPLETED, HIGHEST ENDEVOR RC WAS 0012
END OF EXECUTION LOG - HIGHEST ENDEVOR RC = 0012                                 
              

 
What is the resolution for this issue?

Environment

Release: All Supported Releases

Cause

The CCID specified in the ADD action is not eligible for use with the element.

The CCID Validation file used in the above ADD SCL example contained the following entries for CCID CCID123: 

1 3            16       25      34 36       45       54       63
* CCID         USERID   ENVIRON  # SYSTEM   SUBSYS   TYPE     ELEMENT
  CCID123        *                 system   subsys   TYPE1       
  CCID123        *                 system   subsys   TYPE2       
  CCID123        *                 system   subsys   TYPE3        
  CCOD123        *                 system   subsys   TYPE4   R*   


For System <system> ; Subsystem <subsys> ; Type TYPE4,  Elements must start with R.
The Element being added starts with P, so the CCID CCID123 is not allowed. 

Resolution

To determine what CCIDs are eligible, check the CCID Validation Data Set.

  • Log on to Endevor and on the Environment Selection List panel
  • select one of the Environments
  • Go to    1  DISPLAY   
  • Select   3  SITE   
  • go to the second Site Information from C1DEFLTS panel
  • In the Control Data Set Names section in the middle of the panel, look for the  CCID Validation Data Set  line and get the name of the CCID Validation data set  
  • Review the definitions in the CCID Validation data set and use the appropriate CCID as defined in the data set
  • update an existing CCID definition or add a new CCID definition if needed. 
     

Additional Information