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.

Tape File Management Utilities<br />

Make sure to specify the correct volume serial and sequence numbers when<br />

entering the parameters; the Catalog is updated as soon as the numbers are<br />

verified. Define each tape file to be restarted under <strong>CA</strong> <strong>Dynam</strong>/T control to<br />

TDYNRST. When the last tape file has been defined, enter EOB/END to<br />

terminate TDYNRST processing.<br />

TDYNRST Control Statement Format<br />

filename,volser,volseq,{I|O}<br />

filename<br />

volser<br />

volseq<br />

I|O<br />

Indicates the 1- to 7-character file name.<br />

Specifies the 1- to 6-character volume serial number.<br />

Identifies the 1- to 4-numeric volume sequence number.<br />

Symbolizes whether the file is to be used as Input or Output.<br />

Example:<br />

Original JCL <strong>for</strong> checkpointed program<br />

// JOB UPDATE<br />

// ASSGN SYS010,283 CHECKPOINT FILE<br />

// TLBL TAPEIN,'MASTER FILE' USES SYS008<br />

// TLBL TAPEOUT,'MASTER FILE' USES SYS009<br />

// EXEC UPDATE<br />

/&<br />

The data set MASTER FILE is a <strong>CA</strong> <strong>Dynam</strong>/T-controlled data set. TAPEIN uses<br />

SYS008 and TAPEOUT uses SYS009. The checkpoint file is SYS010 on drive<br />

283. Checkpoint number 0007 was taken in volume two of TAPEIN, serial<br />

number 000817, and volume three of TAPEOUT, serial number 000243. The<br />

restart JCL might be:<br />

// JOB UPDATE<br />

// ASSGN SYS010,283 CHECKPOINT FILE<br />

// ASSGN SYS008,280<br />

// TLBL TAPEIN,'MASTER FILE' USES SYS008<br />

// ASSGN SYS009,281<br />

// TLBL TAPEOUT,'MASTER FILE' USES SYS009<br />

// EXEC TDYNRST<br />

TAPEIN,817,2,I<br />

TAPEOUT,243,3,O<br />

/&<br />

Chapter 3: Supporting Tape File Management 3–15

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

Saved successfully!

Ooh no, something went wrong!