DSNU531I csect-name - dsn EXISTS WITH - VOLUME=vol, FILE SEQUENCE NUMBER=fseq, RBA=rba, DATE=date, TIME=time

Explanation

Db2 issues this message two or more times to document the duplicate data sets detected by the RECOVER utility during TOCOPY processing, or by the COPYTOCOPY utility during FROMCOPY processing. See the explanation for message DSNU530I.

System action

RECOVER completes unsuccessfully with a return code of 8.

For COPYTOCOPY, if the utility job step includes an OPTIONS control statement with the EVENT(ITEMERROR,SKIP) option, the next item in the list will be processed.

User response

Use the information provided in all of the DSNU531I messages to determine the correct data set for this recovery. 'rba', 'date' and 'time' are provided for each data set to assist in the selection. The DSNU531I message for the data set you select will provide the correct 'vol' and 'fseq' values to be specified on the TOVOLUME and TOSEQNO keywords respectively.

Rerun the RECOVER job specifying TOCOPY and TOVOLUME(vol-ser). Include the TOSEQNO(fseq) keyword if it is necessary to distinguish an unique data set.

Rerun the COPYTOCOPY job specifying FROMCOPY and FROMVOLUME(vol-ser). Include the FROMSEQNO(fseq) keyword if it is necessary to distinguish a unique data set.

Severity

8 (error)