DUMPCLASS(FASTREPLICATIONRECOVER): Specifying whether a dump class copy is immediately available to be mounted for recovery

Explanation: DUMPCLASS(FASTREPLICATIONRECOVER) is an optional keyword. When specified, the AVAILABLEFORMOUNT parameter must also be specified as YES or NO, as follows:

AVAILABLEFORMOUNT(YES)
Specifies that a dump class copy is available for recovery and does not need to be specified on the FRRECOV command to be used.
AVAILABLEFORMOUNT(NO)
Specifies that a dump class copy is not available for immediate recovery and must be specifically specified on the FRRECOV command to be used.

If multiple dump copies are created for a backup version and AVAILABLEFORMOUNT(YES) is specified for more than one of the dump classes, the first dump copy found with YES specified will be used.

If AVAILABLEFORMOUNT(NO) is specified for all dump classes, you must specify DUMPCLASS or DUMPVOLUME on the FRRECOV command, otherwise the command will fail. The DUMPCLASS and DUMPVOLUME keywords of the FRRECOV command override the DUMPCLASS FASTREPLICATIONRECOVER setting.

The FASTREPLICATIONRECOVER dump class setting applies to tape processing at the data set and volume level.

Defaults: If FASTREPLICATIONRECOVER is not specified for a dump class, the default value is AVAILABLEFORMOUNT(YES).