z/OS DFSMShsm Implementation and Customization Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


FVPCLEAN job

z/OS DFSMShsm Implementation and Customization Guide
SC23-6869-01

This job creates a new member, FVPCLEAN, in HSM.SAMPLE.CNTL (Figure 1). Run the FVPCLEAN job after a successful run of the FVP to remove data sets allocated by the FVP and to remove all DFSMShsm-owned DASD volumes that are added by the FVP. Remove tapes from DFSMShsm’s control with the DELVOL PURGE command.

Figure 1. Sample JCL That Creates the Job That Cleans Up the Environment after a Successful Run of the FVP
//******************************************************************** 
//* THIS STEP CREATES THE MEMBER FVPCLEAN IN THE HSM.SAMPLE.CNTL     * 
//* DATA SET.                                                        * 
//******************************************************************** 
//*                                                                    
//UPDSTEP EXEC PGM=IEBGENER                                            
//SYSPRINT DD SYSOUT=*                                                 
//SYSUT2   DD UNIT=SYSDA,                                              
//            DSN=HSM.SAMPLE.CNTL(FVPCLEAN),                           
//            DISP=OLD                                                 
//SYSIN    DD DUMMY                                                    
//SYSUT1   DD DATA,DLM='$A'                                            
//*                                                                    

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014