If DYNALMNT=YES, you can stack files on a volume or tape.
To stack files on a volume or tape
Use the following sample JCL in SYSIN01:
TYPE=SEND IPNAME=123.456.78.90 IPPORT=8044 CKPT=0 TAPE=YES FILEOPT=CREATE FILETYPE=FILE SECURE_SOCKET=NO LFILE=your.dataset FILE=your.tape.dataset LABEL=(1,SL) UNIT=VTAPE HOLD=NO XTCNET=TAPE XTCJOB=VTAPE XTCGOODREL=VTAPE1 * NEWXFER LFILE=your.dataset FILE=your.tape.dataset1 LABEL=(2,SL) VOL=296934 HOLD=YES XTCNET=TAPE XTCJOB=VTAPE1
This parameter identifies if the dataset can have extended attributes if the dataset be allocated on an Extended Address Volume (EAV).
Specifies that a dataset can optionally have extended attributes.
Specifies that a dataset cannot have extended attributes.
Default: NO
Note: This parameter is applicable only for data set creation.
| Copyright © 2012 CA. All rights reserved. |
|