Can the ERO table be validated prior to running a View backup cycle?
SARVERO can be run as a batch program, to validate the ERO Table in the same manner as the Backup Cycle, and to produce the same error messages and return codes.
The program will terminate with a return code of zero, if no errors are found.
The program will terminate with a User Abend U'0001' with error messages in the Job Log, if errors are found.
JCL Requirements:
--------------------
//STEP EXEC PGM=SARVERO,PARM='.....db_hlq......' //STEPLIB DD DISP=SHR,DSN=VIEW.CVDELOAD //SARPATAB DD DISP=SHR,DSN=.........parm_library(..ERO_table..) //