Delete a Endevor Element with missing Base (and/or) Delta files.
search cancel

Delete a Endevor Element with missing Base (and/or) Delta files.

book

Article ID: 399311

calendar_today

Updated On: 06-04-2025

Products

Endevor

Issue/Introduction

When trying to access the Element getting the message ENDE092E

when trying to delete the element getting the message  C1E0116E  RC=1708-0002 ALLOCATION ERROR  - <lvl1>.<lvl2>.DELTA   

Environment

z/OS any Endevor release

Cause

The BASE and/or the DELTA files are missing. They may have been deleted. 

Resolution

Run a SCL DELETE. This is the Endevor standard delete:

 SET STOPRC 16.                                 
 DELETE ELEMENT "<element>"                         
    FROM ENVIRONMENT "<env>"                     
         SYSTEM "<system>"  SUBSYSTEM "<subsystem>"        
         TYPE "<type>"  STAGE "<stage>"                  
    OPTIONS.      

This will cause the Element to delete. Expect error messages and a non zero condition code.       

This part of the output:

C1G0202I  ACTION #1 / STMT #2                                                                               
C1G0203I     DELETE   ELEMENT <element>                                                                         
C1G0204I        FROM ENVIRONMENT: <env>     SYSTEM: <system>     SUBSYSTEM: <subsystem>     TYPE: <type>      STAGE ID: <stage>  
C1G0265I  PROCESSOR GROUP *NOPROC* FOR THIS ELEMENT WAS OBTAINED FROM PRIMARY ELEMENT RECORD                
C1E0116E  RC=1708-0002 ALLOCATION ERROR  - <lvl1>.<lvl2>.DELTA                                            
C1E0116E  RC=1708-0002 ALLOCATION ERROR  - <lvl1>.<lvl2>.DELTA                                 
SMGR112I  ELEMENT VVLL 0101 DELETED FROM LOCATION <env>/1/<system>/<subsystem>/<type>                                      
C1G0277I  DELETE 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                                                                                 

Additional Information

If the problem is that output component datasets are missing. Then change the existing processor group's delete processor to *NOPROC*

for example:

DELETE PROCESSOR   ===> *NOPROC*