I need to add additional space to our existing databases. I’m running test JCL at the moment, but it doesn’t recognise the new volume, and tried to add the space on the last volume of the existing dataset.
Any ideas? JCL examples and messages below.
//DDDATAR1 DD DSN=ADABASDE.DB40.DATARX,
// DISP=(MOD,CATLG,KEEP),
// SPACE=(CYL,(0,2800)),UNIT=3390,
// DCB=(RECFM=F,BLKSIZE=5064,DSORG=DA),
// STORCLAS=DATABASE,
// VOL=SER=(DVDB28,DVDB32)
fails with
IEC030I B37-04,IFG0554A,FUJSXNB1,ADAFRM,DDDATAR1,5025,DVDB28,04210011,
ADABASDE.DB40.DATARX
and
//DDDATAR1 DD DSN=ADABASDE.DB40.DATARX,
// DISP=(MOD,CATLG,CATLG),
// SPACE=(CYL,(0,2800)),UNIT=3390,
// DCB=(RECFM=F,BLKSIZE=5064,DSORG=DA),
// STORCLAS=DATABASE,
// VOL=(,2,SER=(DVDB28,DVDB32))
Fails with
IEC145I 413-1C,IFG0193A,USERIDB1,ADAFRM,DDDATAR1,5025,DVDB28,
ADABASDE.DB40.DATARX