DU Shipping Rule with ERROR,delete
search cancel

DU Shipping Rule with ERROR,delete

book

Article ID: 95243

calendar_today

Updated On:

Products

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

Issue/Introduction



I have a Destination for USS ship mapping rule, that I suspect is causing VSI0503I messages and I cannot SELECT it ,
thus I cannot DELETE it. How can I proceed to Get Rid of this entry.?
------------------------ USS MAPPING SELECTION LIST

I want to delete the EXCLUDED that has no mapping.

MAPPED /valid/path/for/shipping/1 11FEB16 
EXCLUDED 
MAPPED /valid/path/for/shipping/2 02APR15 

Environment

Release: ENDAE.00200-18.0-Endevor-Software Change Manager
Component:

Resolution

Use  the build jcl/scl - 

//ENBE1000 EXEC PGM=NDVRC1,PARM=ENBE1000,DYNAMNBR=1500 
//STEPLIB  DD DISP=SHR,DSN=&TESTAUTH 
//         DD DISP=SHR,DSN=iprfx.iqual.CSIQAUTU 
//         DD DISP=SHR,DSN=iprfx.iqual.CSIQAUTH 
//CONLIB   DD DISP=SHR,DSN=iprfx.iqual.CSIQLOAD 
//C1MSGS1  DD SYSOUT=* 
//SYSPRINT DD SYSOUT=* 
//SYSOUT   DD SYSOUT=* 
//SYSTERM  DD SYSOUT=* 
//ENESCLIN DD * 
  BUILD SCL FOR SHIPMENT DESTINATION "destination"
    TO DDNAME "SCLOUT" . 
//





this will produce define statements that you can modify for the bad scl commands. 

the define statements will use the same ENBE1000 job also.
just add the scl commands after the ENESCLIN command.