DWW0505S

Delete of a record on an ESDS is requested. The data set name is dddd. Processing terminates.

CICS® VR is requested to back out a record add on the entry-sequenced data set (ESDS) dddd, which means performing a delete on the data set. Because a physical delete cannot be performed on an ESDS, the user must supply a CICS® VR ESDS delete exit, which decides how to process it.

CICS® VR stops the recovery and prints the reports.

  • Batch
    1. Supply a correct ESDS exit, using the DEFEXIT command.
    2. Restore a new copy of the VSAM data set from the backup.
    3. Resubmit the job.
  • Online
    1. Provide a valid exit name in the CICS® VR exits secondary window.
    2. Restore a new copy of the VSAM data set from the backup.
    3. Resubmit the job.