DFS3296A DBRC=C REQUIRES BYPASS LOGVER
Explanation
You specified DBRC=C in an attempt to back out a successfully completed job that used DBRC. Since the job completed successfully, a subsequent job might have modified the databases. The logs you provided might not be the last logs used by this subsystem and log verification will fail. The Batch Backout utility and DBRC cannot verify that you provided the correct logs and cannot protect your database from being damaged if it was modified after the job completed.
System action
Batch Backout terminates without performing any backouts.
Programmer response
You must ensure that no other program has modified the databases to be backed out before running the Batch Backout utility using DBRC=C. If you are certain that no other job has modified the database and you still want to back out this completed job, you must include the BYPASS LOGVER utility control statement in your SYSIN data set. Batch Backout will back out the completed job if all other necessary conditions are met.
Module
DFSBACK0