Using the NOTIFY.RECOV command
Use the DBRC NOTIFY.RECOV command to add information about recovery of a specified DBDS or DEDB area to the RECON data set.
NOTIFY.RECOV provides an optional parameter called point-in-time recovery (PITR) on the NOTIFY.RECOV DBRC command. If you use the PITR parameter, you must also use the RCVTIME parameter.
In the following example, information about recovery of a specified DBDS will be added to the RECON data set.
- The RUNTIME parameter specifies the time stamp of the recovery of the DBDS.
- The RCVTIME parameter specifies the time stamp to which the specified DBDS was recovered.
The PITR parameter specifies a point-in-time recovery.
//NFYRECOV JOB
//S01 EXEC PGM=DSPURX00,...
.
.
.
//SYSIN DD *
NOTIFY.RECOV DBD(DB1) DDN(DDN1)-
RUNTIME(202671015366)-
RCVTIME(202670905297)-
PITR
/*
Note: The NOTIFY.RECOV command does not need to be used when performing database recoveries using
IMS Database Recovery
Facility. Recovery information will be
updated after successful recovery.