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.