In my JCL, i have an IEBRF14 step to create two datasets. PFB for your reference.
//HMSTRTUP1 DD DSN=YRHMLNB.TEMP.HMSTRATM,DISP=(,CATLG,DELETE),
DCB=(RECFM=FB,LRECL=2571,BLKSIZE=0),
UNIT=SYSDA,SPACE=(CYL,(10,5),RLSE)
//HMSTRTUP2 DD DSN=YRHMLNB.HMSTRTGY.MONTHLY.BKP1223,DISP=(,CATLG,DELETE),
DCB=(RECFM=FB,LRECL=2571,BLKSIZE=0),
UNIT=SYSDA,SPACE=(CYL,(10,5),RLSE)
DCB=(RECFM=FB,LRECL=2571,BLKSIZE=0),
UNIT=SYSDA,SPACE=(CYL,(10,5),RLSE)
//HMSTRTUP2 DD DSN=YRHMLNB.HMSTRTGY.MONTHLY.BKP1223,DISP=(,CATLG,DELETE),
DCB=(RECFM=FB,LRECL=2571,BLKSIZE=0),
UNIT=SYSDA,SPACE=(CYL,(10,5),RLSE)
While copying data from first to second, i have encountered SB37 ABEND. While looking in 3.4 listing the first dataset was created as MULITI VOLUME dataset but the second did not...
YRHMLNB.HMSTRTGY.MONTHLY.BKP1223 SDD257
YRHMLNB.TEMP.HMSTRATM SDW016+
Can you please anyone tell me , how to create MULTIVOL dataset? Here i am wondering although all the parameter were same except the name, one got created as MULTIVOLUME dataset and other wont..