You can submit this batch job (member SARDSK2B of CAI.CAIOPTN) to perform a single pass of the CA View disk database, then migrate reports:
//EXAMPLE JOB ACCOUNT,PROGRAMMER //SARDSK2B EXEC PGM=SARDSK2B,PARM='VIEW.SYSTEM1' //STEPLIB DD DSN=CAI.CVDELOAD,DISP=SHR // DD DSN=CAI.CEN31544.PROGLIB.OPT,DISP=SHR //SARD2LST DD SYSOUT=X,DCB=BLKSIZE=3990 //SARPATAB DD DSN=VIEW.SYSTEM1.SARPATAB(ERO),DISP=SHR
In the SARDSK2B statement, specify your CA View database as:
PARM='dbase.name'
The SARPATAB DD statement specifies the name of the data set that contains your ERO (Expanded Retention Option) table.
This statement is required if you specify DSK2DAYS retention in your ERO table. The migration subtask then reads the ERO table to determine migration options.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|