132 VM/HSC 6.0 System Programmer’s Guide
1st ed., 6/30/04 - 312579601
Example
The following example illustrates how to use TAPEREQ statements to specify tape
request attributes.
Set Tape Request Attributes
Note: In the example above, the last TAPEREQ statement specifies a user-defined default
for all data sets that do not match one of the first three statements.
TAPEREQ DSN(BACKUP.**) MEDIA(ECART) RECTECH(36TRACK)
TAPEREQ DSN(PAYROLL.**) MED(DD3A) RECTECH(DD3)
TAPEREQ MED(STANDARD) RECTECH(36TRACK)
TAPEREQ MED(STK1R) RECTECH(STK1)
TAPEREQ