IXUPDATE DELETE action on Vantage object DSNINDEX for a DSN is abending. The dumps showing the error
CCSR010E GENESTAE S0C4 at 00DB215A LMOD IGC00020 CSECT .
The error is happening on a CLOSE on the dataset CADISK.CUSLIB which is failing with a S0C4 error.
Vantage 14.1
The Vantage Host proc is configured for CA Disk and performed the IXUPDATE DELETE action on Vantage object DSNINDEX
Please make sure that the Disk library CCUWPARM is added to the PARMS DD in the Vantage (SAMS) STC proc as shown below. Please change it to the correct CCUWPARM library.
//PARMS DD DISP=SHR,DSN=&DSNPFX..PARMLIB USER'S PARMLIB
// DD DISP=SHR,DSN=&SMPPFX..CCTUPARM VANTAGE CCTUPARM
// DD DISP=SHR,DSN=&SMPPFX..CCUWPARM DISK CCUWPARM
After adding the CCUWPARM library, please stop the Vantage Host STC task and restart again. Perform the IXUPDATE DELETE action on Vantage object DSNINDEX again.