SARBCH Archival Date and Time Change for Reports - OM View.
search cancel

SARBCH Archival Date and Time Change for Reports - OM View.

book

Article ID: 446748

calendar_today

Updated On:

Products

OM Deliver OM View

Issue/Introduction

Modify the archival date of a specific report instance within a CA View database using the SARBCH (SARBATCH) utility.

Environment

  • OM View 14.0
  • OM Deliver 14.0

Resolution

To update the archival date and/or archival time, execute the SARBCH utility with the /CHANGE control statement.
 

Identify the exact ID, Generation (GEN), and Sequence (SEQ) of the report from the CA View primary selection list.


JCL Example:

//STEP1 EXEC PGM=SARBCH
//STEPLIB DD DISP=SHR,DSN=VIEW.LOAD.LIBRARY
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
/DBASE NAME=VIEW.DATABASE.HLQ
/CHANGE ID=report-id GEN=nn SEQ=nn ARCHDATE=mm/dd/yyyy ARCHTIME=hh:mm:ss
/*
 
Important Considerations:
 
- ARCHTIME: Defaults to 12:00:00 if not specified.
- Retention: Users should review retention parameters before back-dating, as reports may be deleted during the next backup cycle if they exceed their limits.
- EROPRO: The EROPRO initialisation parameter must be set to YES for back-dated reports to be re-evaluated for retention.

Additional Information

To learn more about the SARBCH Utility see the [OM View - Use SARBCH utility to collect output Documentation] (https://techdocs.broadcom.com/us/en/ca-mainframe-software/traditional-management/ca-view/14-0/administrating/use-sarbch-utility-to-collect-output.html).
 
For more information regarding the ERO options  see the [OM View - Expanded retention option Documentation] (https://techdocs.broadcom.com/us/en/ca-mainframe-software/traditional-management/ca-view/14-0/administrating/retention-processing/expanded-retention-option.html)
 
For additional guidance on Retention see the [Knowledge Article - SARBCH /Change ARCHDATE and report retention] (https://knowledge.broadcom.com/external/article/242570).