Running GVEXPORT with DISK or DFHSM and using the EXPORT parm RECALL results in the job running but no recalls are performed. The following messages are issued in the job:
GV325 NO ENTRY FOUND FOR DATA SET IN FILES;
Release: 4.5
Component: FastDASD
Use GVPARMS to display the default parms being used in the job.
Sample:
//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 DUMMY
This will provide a list of global default parms being used. Review the correct names of the files being used for your data management process and make sure they are correct. If they are not, use GVPARMS to make the correct updates. Once the changes are completed, STEPLIB to the correct library or refresh LLA.
Sample:
//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'
SMGR=HSM
NORECALL
SMGRDDN(3)=FILES
SMGRDSN(3)='DFHSM.FILES'
SMGRDDN(4)=PARMLIB
SMGRDSN(4)='DFHSM.PARMLIB'