Previous Topic: Example 3—Disable an Archive tape IndexNext Topic: Example 5—Delete a Copy Volume from its Primary Volume


Example 4—Create and Update an Entry for an Archive Tape

Create an ARCHVOLS entry (entry for an archive tape) for tape DMS222 that is named DMS.ARCHCOPY. Then update the entry for DMS221 to indicate DMS222 as its duplicate copy tape.

//jobname JOB (acct,info),etc.
//         EXEC IXUPDATE
//SYSIN     DD  *
BUILDARC VOL=DMS222,DSN=DMS.ARCHCOPY,TYPE=TAPE,ARCTYPE=COPY,EXPDT=87031
RESET KEY=DMS221,COPY=DMS222