No recall for Vsam dataset. GV325 NO ENTRY FOUND FOR DATA SET IN FILES
search cancel

No recall for Vsam dataset. GV325 NO ENTRY FOUND FOR DATA SET IN FILES

book

Article ID: 38605

calendar_today

Updated On:

Products

FAVER VSAM Data Protection for z/OS

Issue/Introduction

Problem:

Running GVEXPORT with CA DISK or DFHSM and using the EXPORT parm  RECALL results in the job running but no recalls performed. The following messages are issued in the job:

 GV325 NO ENTRY FOUND FOR DATA SET IN FILES;

 

Resolution:

Use GVPARMS (Documented in Chapter 9 of the Faver User Guide) 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 remember to 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'                        

 

Environment

Release: FASTDA00200-4.5-CA-FastDASD
Component: