We want to duplicate a FAVER2 STORE tape (COPYOUT). How can we do that?
search cancel

We want to duplicate a FAVER2 STORE tape (COPYOUT). How can we do that?

book

Article ID: 54532

calendar_today

Updated On:

Products

FAVER VSAM Data Protection

Issue/Introduction

Question:

Normally, additional FAVER2 COPYOUT tapes may be generated at STORE time, but these tapes may also be duplicated later using FAVER2 COPY.

Answer:

To generate additional COPYOUTs at STORE time, see the Faver II for z/VSE User Guide, 3-46, the section called "Multiple COPYOUTs to TAPE". FAVER2 COPYOUT tapes may also be duplicated later however, by using FAVER2 COPY;

// ASSGN SYS002,582
// TLBL COPY2,'FAVER2.BACKUP.DUP'
// ASSGN SYS001,581
// TLBL COPYIN,'FAVER2.BKUP'
// EXEC FAVER2,SIZE=AUTO
   COPY DDN(COPYIN/SYS001) -
   TO_DDN(COPY2/SYS002)
/*

 

Additional Information:

Note that the assignments for COPYIN and COPY2 may be handled by a tape management system.
Customers should be running release 3.5, Service Pack x or 'genlevel' 200411 - 350411SLH01 plus PTFs QO87218 Error f2026 (1,4,0) fsdin, and QO83945 COPY/MOVE multi-tape problem.

 

 

Environment

Release:
Component: FAVER2