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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Tape File Management Utilities<br />

Normally, all ASSGNs can be made to the same dummy device by using UPSI<br />

01. However, when per<strong>for</strong>ming the <strong>CA</strong> SORT MERGE function, you must use<br />

different dummy devices to satisfy all of the checks of the MERGE function.<br />

Note: Specifying S:nnn on the TLBL causes an assignment to a dummy device<br />

at JCL time. This method would avoid the need, in some cases, of executing<br />

TDYNASN.<br />

Format Two<br />

The second <strong>for</strong>mat of the ASSGN statement assigns the first SYS number to<br />

the same device as the second SYS number.<br />

// ASSGN SYS004,SYS005<br />

Example:<br />

This JCL assigns SYS004 to the same device as SYS005.<br />

// EXEC TDYNASN<br />

// ASSGN SYS004,SYS005<br />

/*<br />

Issuing the ASSGN Command<br />

This command locates the proper tape and makes the logical unit assignment:<br />

ASSGN filename,SYSxxx{,INPUT|OUTPUT}[,S|U]<br />

You must include a TLBL <strong>for</strong> the file name be<strong>for</strong>e executing TDYNASN.<br />

INPUT<br />

OUTPUT<br />

S<br />

U<br />

locates the data set specified in the TLBL statement and makes the logical unit<br />

assignment to that drive.<br />

locates a scratch tape and makes the assignment to that drive.<br />

creates a DTF with standard labels <strong>for</strong> input or output. S is the default.<br />

creates an unlabeled DTF <strong>for</strong> input or output.<br />

Example:<br />

// TLBL SORTOUT,'DSN'<br />

// TLBL SORTIN1,'DSN'<br />

// EXEC TDYNASN<br />

ASSGN SORTOUT,SYS001,OUTPUT<br />

ASSGN SORTIN1,SYS002,INPUT<br />

/*<br />

Chapter 3: Supporting Tape File Management 3–3

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

Saved successfully!

Ooh no, something went wrong!