DSNU431I csect-name - ERROR ALLOCATING TEMPORARY FILTER FOR obj-type obj-qual.obj-name DSNUM=name CODE=X'reason-code'

Explanation

An error returned during the dynamic allocation of a temporary filter data set. This message is followed by text that explains reason-code.

The RECOVER utility was run with the CURRENTCOPYONLY option and has detected that the number of data sets to be processed exceeds the DFSMSdss RESTORE command limitation of 255. Db2 dynamically allocates a temporary filter data set for the object and generates a DFSMSdss RESTORE command with the FILT option.

System action

If the utility job step includes an OPTIONS control statement with the EVENT(ITEMERROR,SKIP) option, the utility processes the next item in the list. Otherwise, utility processing stops with return code of 8.

User response

Correct the error that prevents dynamic allocation and resubmit the utility job. If dynamic allocation is not possible, remove be possible, remove the CURRENTCOPYONLY option on the RECOVER utility statement.

Severity

8 (error)