How to Move Reports that are in an Active CA View Database to New Media using SARPAC.
View, Deliver
For an active database, when it becomes necessary to move all reports to new media, the report movement should only be done using SARPAC.
In STORGRPn=.../.../nnnnn/unit-p,unit-d/, --- set the Units to use the esoteric for the new tape system
Note: At the next View backup, reports will automatically be written to a new tape from the new media.
//XXXXXXXX JOB ...
//SARPAC EXEC PGM=SARPAC,PARM='view_hlq,REPORT' <=== Modify DB name
//STEPLIB DD DISP=SHR,DSN=VIEW.CVDELOAD <=== Modify, if used
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//SYSIN DD DUMMY
//
//XXXXXXXX JOB ...
//SARPAC EXEC PGM=SARPAC,PARM='view_hlq' <=== Modify DB name
//STEPLIB DD DISP=SHR,DSN=VIEW.CVDELOAD <=== Modify, if used
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//SYSIN DD *
TAPESEQ=nnnnn-nnnnn
/*
//
* At the next View backup, the tapes from the old media will be expired.
See Run SARPAC in our online View 14.0 documentation.