Endevor Package Ship not deleting remote output
search cancel

Endevor Package Ship not deleting remote output

book

Article ID: 124092

calendar_today

Updated On:

Products

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

Issue/Introduction

Package Ship not deleting remote output -- 

. DELETE 'iprfx.iqual.CICS.LOADLIB(ITAA9006)' NONVSAM 
.IKJ56225I DATA SET iprfx.iqual.CICS.LOADLIB ALREADY IN USE, TRY LATE 
.IKJ56225I DATA SET IS ALLOCATED TO ANOTHER JOB OR USER 
.IEFA110I DATA SET CONTENTION


Can the DELETE command issued be changed to --

//PDS DD DSN=input-dsn,DISP=SHR 
//SYSIN DD * 
DELETE input-dsn(TEMP) FILE(PDS) 

Resolution

The DELETE command is hard coded internally and cannot be changed.  

To get around this, you may need to hold the delete jobs on the remote LPAR and run them when the Application (CICS/DB2/IMS) are down.