How to duplicate a FAVER2 STORE tape (COPYOUT)
search cancel

How to duplicate a FAVER2 STORE tape (COPYOUT)

book

Article ID: 54532

calendar_today

Updated On:

Products

FAVER VSAM Data Protection

Issue/Introduction

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

 

Environment

Component: FAVER2

Resolution

To generate additional COPYOUTs at STORE time, see  CA-FAVER 2 for VSE User Guide page 3-46  "Multiple COPYOUTs to TAPE".

FAVER2 COPYOUT tapes may also be duplicated later 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)
/*

 

Note that the assignments for COPYIN and COPY2 may be handled by a tape management system.
Users 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.