How to use DISK, DFHSM, or FDR ABR and FAVER together for automatic recalls when necessary?
Release: 4.5
Component: FastDASD
The standard default setting for FAVER is NORECALL so archived files will not be recalled for every FAVER EXPORT process. For FAVER to perform recalls for EXPORT processing, add the control statement of RECALL to the FAVER EXPORT parameters.
To allow reloads from archive you must setup the default files in GVPARMS.
Here is a sample setup for using DISK and still maintaining the default option of NORECALL so not all FAVER EXPORT processes will require reloads. The process is similar for FDR ABR and DFHSM
// JOB statement
//* GVPRMS JCL FOR FAVER 4.5
//GVPARMS EXEC PGM=GVPARMS
//STEPLIB DD DISP=SHR,DSN=your.FAVR45.CBSVLINK
//SYSLIB DD DISP=SHR,DSN=your.FAVR45.CBSVLINK
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
SMGR=DMS
NORECALL
SMGRDDN(1)=FILES
SMGRDSN(1)='CADISK.FILES'
SMGRDDN(2)=PARMLIB
SMGRDSN(2)='CADISK.PARMLIB'