VERIFY input
Run the Verify Recovery Assets (VERIFY) function by running VERIFY.
VERIFY function syntax
VERIFY( TYPE(LIST | ALLOC | OPEN)
TIME(timestamp)
RCVTYPE(TSR | PITR)
SOURCE(PRI | SEC)
)
Parameter reference
The VERIFY parameters are described in the following list:
- TYPE(LIST |ALLOC | OPEN)
- Use the TYPE parameter to specify the verification level that VERIFY
will perform.
TYPE(LIST) provides a list of all log, image copy, and change accumulation data sets that are required for recovery. The list contains information that is extracted from DBRC about each data set.
TYPE(ALLOC) provides the same detail as TYPE(LIST), but TYPE(ALLOC) also allocates each data set with a deferred mount for tape data sets to verify the existence and physical accessibility of each data set.
TYPE(OPEN) provides the same detail as TYPE(LIST) and TYPE(ALLOC) but TYPE(OPEN) also opens each data set to verify its availability and usability.
The default is TYPE(LIST).
- TIME(timestamp)
- The TIME parameter provides a way to obtain information about
recovery assets for a timestamp recovery, including recoveries to
any prior point in time. TIME specifies the timestamp value that
determines how much log and change accumulation data would be processed
during recovery. Only log data sets that contain data from before
the recovery timestamp will be reported. Only change accumulation
data sets from before an allocation boundary, as defined by DBRC,
will be reported. TIME() is an optional parameter. If TIME() is
not specified, the VERIFY function will process recovery assets for
performing a full recovery.
You must supply the timestamp value within an interval where the databases and fast path areas in the input list are unallocated if you specified RCVTYPE(TSR). The timestamp value can be any earlier point-in-time if RCVTYPE(PITR) is specified.
The format of the timestamp specification can be found in TIME and RANGE parameter processing.
- RCVTYPE(TSR | PITR)
- Use the RCVTYPE parameter to specify the type of recovery that
is being requested.
RCVTYPE is an optional parameter.
- SOURCE(PRI | SEC)
- Use the SOURCE parameter to specify the source of image copies and log data sets for the recovery process.