If your RCDS is damaged

Assume that your DWWCON3 RCDS is damaged and you want to delete it and create a new replacement RCDS.

The AMS commands to delete the damaged RCDS and define a new one:
Figure 1. AMS command to delete and define DWWCON3
//DELETE   EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//SYSIN    DD *
  DELETE 'DWW.DWWCON3'

  DEFINE CLUSTER               -
      (NAME(DWW.DWWCON3 )  -
       VOLUMES(TSOL02)         -
       CYLINDERS(30,20)       -
       LINEAR                  -
       SHR(3 3))
/*