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.

Sample JCL<br />

NOREW | NOREWIN | NOREWOUT<br />

Specifies that all input and output tapes are not to be rewound at open or at<br />

close. If this parameter is not specified and the RUN or RUNIN parameter is<br />

also not specified, the tape file(s) will be rewound at open and at close.<br />

NOREWIN only applies to input files and NOREWOUT only applies to output<br />

files, NOREW can be used with both input and output files.<br />

NOPLINE | NOS<strong>CA</strong>LE<br />

Specifies that no "positioning" line is to be printed beneath the records<br />

printed. If this parameter is not specified, a positioning line will be printed<br />

under each record printed.<br />

{LABEL=YES|NO} | UNLBLIN<br />

Specifies whether the input tape file contains standard labels. LABEL=YES<br />

indicates that the input tape contains standard labels. LABEL=NO or UNLBLIN<br />

indicates that the input tape(s) are unlabeled.<br />

UNLBLOUT<br />

FILEIN= | INNAME=<br />

Defines the output as an unlabeled tape.<br />

Specifies the input DTFname to override the default name of TAPEIN, DISKIN,<br />

or INPUT.<br />

FILEOUT= | OUTNAME=<br />

Specifies the output DTFname to override the default name of TAPEOUT,<br />

DISKOUT, or OUTPUT.<br />

HDRINFO<br />

NOTPMK<br />

Causes <strong>VSE</strong> to display the tape header in<strong>for</strong>mation on the operator console<br />

when opening the input data sets.<br />

Suppresses the leading tape marks normally written be<strong>for</strong>e the data on<br />

unlabeled output tapes.<br />

Sample JCL<br />

Example 1: Produce a hex and character dump of all records having a<br />

customer code of 0211 or 0212. The record is 120 bytes long and the<br />

customer code is in positions 47 of the record.<br />

// TLBL TAPEIN,'ORDER.FILE'<br />

// EXEC DYNCOPY,SIZE=22K<br />

LRECL=120,RECFM=F,PRINT<br />

SEL=47,4,EQ,C,0211<br />

SEL=47,4,EQ,C,0212<br />

/*<br />

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

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

Saved successfully!

Ooh no, something went wrong!