When promoting an element getting a C1G0259E error
search cancel

When promoting an element getting a C1G0259E error

book

Article ID: 98117

calendar_today

Updated On:

Products

Endevor Endevor Natural Integration Endevor - ECLIPSE Plugin Endevor - Enterprise Workbench

Issue/Introduction

We are experiencing a problem with promoting a element and are receiving the following messages.
C1G0259E  NO ESD RECORD FOUND IN DATASET SPECIFIED
C1G0000I     ELEMENT TPEDCNT1
C1G0000I     DATA SET SYS18137.T144637.RA000.AID0NDM.ELMOUT.H02 
C1G0134W  ELEMENT TPEDCNT1 FOOTPRINTED WITH WARNING IN DATA SET SYS18137.T144637.RA000.AID0NDM.ELMOUT.H02 

Environment

Release:
Component: ENDBAS

Cause

FOOTPRNT=CREATE was specified on the temporary sequential dataset used by CONWRITE to write out the element:
 
C1G0249I  //**************************************************************
C1G0249I  //* READ SOURCE AND EXPAND INCLUDES                             
C1G0249I  //**************************************************************
C1G0249I  //CONWRITE EXEC PGM=CONWRITE,COND=(0,LT),MAXRC=0,               
C1G0249I  // PARM='EXPINCL(&EXPINC)'                                      
C1G0249I  //ELMOUT   DD DSN=&&ELMOUT,DISP=(,PASS),                        
C1G0249I  //            UNIT=&WRKUNIT,SPACE=(6160,(100,100),RLSE),        
C1G0249I  //            DCB=(RECFM=FB,LRECL=80,BLKSIZE=6160),             
C1G0249I  //            FOOTPRNT=CREATE                                   
C1G0249I  //**************************************************************

Resolution

Endevor cannot Footprint the element written to the CONWRITE sequential data set.
The only sequential data set members that Endevor can Footprint are for OBJECT modules.
 
Remove the CREATE=FOOTPRNT from the CONWRITE &ELMOUT sequential data set