RCU input
Run the RCU function by issuing the RECONCOPY supporting function keyword and the RCU function keyword.
RCU function syntax
RCU ( TIME(timestamp)
DELDISABLEDPART(YES | Y | NO | N)
SOURCE(PRI | SEC | PRIIC | SECIC)
)
Parameter reference
- TIME( timestamp )
- Use the TIME parameter to specify the cleanup time. The TIME parameter is required.
The timestamp variable has no default value.
The format of the timestamp specification can be found in Timestamp format reference.
- DELDISABLEPART( Y | YES | N | NO )
- Use the optional DELDISABLEPART parameter to specify whether to delete partitions that have been
marked as disabled.
The default value is YES.
- SOURCE(PRI | SEC | SECIC | SECLOG)
- Use the optional SOURCE parameter to specify whether to use only primary or secondary log data
sets and image copy data sets for subsequent recovery.Important: If SOURCE is not specified, RCU uses both primary and secondary logs and image copies.
- PRI
- Use this option to indicate that only primary logs and primary image copies are used for
recovery.
If secondary logs and secondary image copy data sets exist, RCU marks them in error.
- SEC
- Use this option to indicate that only secondary logs and secondary image copies are to be used
for recovery.
In this case, RCU marks the primary logs and primary image copies in error.
If secondary logs and secondary image copies do not exit, this condition is indicated in the Extended Functions RECON Cleanup Report.
- SECIC
- Use this option to indicate that only secondary image copies are to be used for recovery.
In this case, RCU marks the primary image copies in error whether or not a secondary image copy exists.
If secondary image copies do not exist, this condition is indicated in the Extended Functions RECON Cleanup Report.
Both primary and secondary logs are used.
- SECLOG
- Use this option to indicate that only secondary logs are to be used for recovery.
In this case, RCU marks the primary logs in error whether or not a secondary log data set exists.
If secondary logs do not exist, this condition is indicated in the Extended Functions RECON Cleanup Report.
Note: If either SEC, SECIC, or SECLOG is specified and secondary data sets do not exist, the RCU function ends with return code = 8 and reason code = C3200001.