Start of change

Updating the DFSMShsm control data sets

You can use the UPDTCDS command to update specific fields within the control data sets. Specifically, you can update the expiration date of copy pool dump copies. DFSMShsm updates all of the corresponding control data set records with the value specified on the UPDTCDS command.

To display the current versions, dump classes and expiration dates for existing dump copies associated with a copy pool, use the LIST COPYPOOL(cpname) command. You can then use this information to issue the UPDTCDS command to update an expiration date for a dump copy.

The following command updates the expiration date for copy pool COPYPOOL1, version 124, class ONSITE to 2050/12/31.
UPDTCDS COPYPOOL(COPYPOOL1) VERSION(124) DUMPEXPIRATION(DUMPCLASS(ONSITE) NEWDATE(2050/12/31))
End of change