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.

Changing File Characteristics<br />

/*<br />

SET SORTCORE=50000<br />

// ASSGN SYS012,DISK,VOL=3350WK,SHR<br />

// ASSGN SYS013,DISK,VOL=3350WK,SHR<br />

// ASSGN SYS040,DISK,VOL=3380WK,SHR<br />

// DLBL WORK1,'WORK.FILE'<br />

// EXTENT SYS040,3380WK,1,0,1,150<br />

// DLBL FILEIN,'FILE.IN'<br />

// EXTENT SYS012,3350WK,1,0,1,10<br />

// DLBL FILEOUT,'FILE.OUT',,,SORTOUT=(1,50,CH,A),SRTCORE=30000, X<br />

SORTWRK=(WORK1,SYS040)<br />

// EXTENT SYS013,3350WK,1,0,1,10<br />

// EXEC PL1001<br />

/*<br />

Changing File Characteristics<br />

TLBL/DLBL Extensions and Format<br />

<strong>CA</strong> <strong>Dynam</strong> provides a Job Control exit which enhances the existing <strong>VSE</strong> TLBL<br />

and DLBL statements.<br />

Operands are either keywords and values (BLKSZ=1210) or positional<br />

operands (NODISK). A distinction is made between keywords and operands <strong>for</strong><br />

IBM and those <strong>for</strong> <strong>CA</strong> <strong>Dynam</strong>/FI. Note that all <strong>CA</strong> <strong>Dynam</strong>/FI positional and<br />

keyword operands are optional. However, if not specified there may be a<br />

system default.<br />

<strong>CA</strong> <strong>Dynam</strong>/FI operands must follow all standard <strong>VSE</strong> Job Control operands. For<br />

example, the following is invalid since the <strong>CA</strong> <strong>Dynam</strong>/FI operand BLKSZ=160<br />

precedes the <strong>VSE</strong> Job Control retention period operand 2099/365:<br />

// TLBL TEST01,'TAPE LABEL',BLKSZ=160,2099/365 The correct statement is:<br />

// TLBL TEST01,'TAPE LABEL',2099/365,BLKSZ=160<br />

<strong>CA</strong> <strong>Dynam</strong>/FI keyword operands (keyword=value) and optional operands may<br />

appear in any order. Each of the following is correct.<br />

// DLBL FILE01,'TEST FILE ONE',0,SD,BLKSZ=OPT<br />

// DLBL FILE01,'TEST FILE ONE',0,SD,FIOPT=(DB),BLKSZ=OPT<br />

// DLBL FILE01,'TEST FILE ONE',0,SD,BLKSZ=OPT,FIOPT=(SB,VERIFY)<br />

6–10 <strong>User</strong> <strong>Guide</strong>

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

Saved successfully!

Ooh no, something went wrong!