03.03.2015 Views

CA Dynam for VSE User Guide

CA Dynam for VSE User Guide

CA Dynam for VSE User Guide

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Processing Predefined Multifile Volume Data Sets<br />

Redefining Retention Characteristics<br />

Retention attributes defined <strong>for</strong> the first file are automatically defined <strong>for</strong> all<br />

subsequent files. Use the DYN<strong>CA</strong>T ALTER command to assign different<br />

retention characteristics to any but the first file.<br />

Keep in mind that predefined multifile data sets are listed alphabetically on<br />

<strong>CA</strong> <strong>Dynam</strong>/T reports. Name these data sets so that they will appear together<br />

on the reports.<br />

Examples:<br />

Defining a multifile-volume<br />

This job stream catalogs four files <strong>for</strong> a multifile-volume, each with 3-cycle<br />

retention. The files will always be written in the specified sequence: FILE 1 is<br />

the first file on the tape and FILE 4 is the last.<br />

// JOB DEFINE MULTI-FILE SET TO <strong>CA</strong>TALOG<br />

// EXEC DYN<strong>CA</strong>T<br />

DEFINE 'FILE 1' NGEN=003<br />

DEFINE 'FILE 2' PREVFILE='FILE 1'<br />

DEFINE 'FILE 3' PREVFILE='FILE 2'<br />

DEFINE 'FILE 4' PREVFILE='FILE 3'<br />

/*<br />

/&<br />

You can add a file to the end of the tape.<br />

Example:<br />

// JOB DEFINE ADDITIONAL FILE<br />

// EXEC DYN<strong>CA</strong>T<br />

DEFINE 'FILE 5' PREVFILE='FILE 4'<br />

/*<br />

/&<br />

Note:<br />

• You cannot directly catalog a file between two existing files on a multifilevolume<br />

data set. Delete the first data set, which deletes all following data<br />

sets. Then catalog all data sets correctly.<br />

• <strong>CA</strong> <strong>Dynam</strong>/T takes the file sequence number from the Catalog. Do not<br />

include it on the TLBL statement—it will be ignored.<br />

• Creating versions of the same multifile data set simultaneously can lead to<br />

errors and is unsupported.<br />

Chapter 2: Maintaining Tape Files 2–63

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!