Validate ERO table prior to running an OM View backup cycle
search cancel

Validate ERO table prior to running an OM View backup cycle

book

Article ID: 27712

calendar_today

Updated On:

Products

View

Issue/Introduction

Can the ERO table be validated prior to running a View backup cycle?

Environment

  • View®
  • OM View for z
  • Output Management View® for z/OS

Resolution

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..)
//