Hi,

I have a set of jobs that orinally were meant to copy many files to a multifile 
tape volume
They used UNIT=TAPEC to tell SMS to write the file on tape.
Now, the output files need to be written to disk.
The goal is not to change the JCL.
I created a Data Class called TAPEC that assigns space parameters to the 
dataset.
This works file for the first file, but the next ones do not work.
I get a message saying IGD17045I SPACE NOT SPECIFIED FOR ALLOCATION OF DATA SET
The problem is caused by the VOL= parameter. Probably the REF subparameter.
Is there a way 'delete' the REF subparameter using the ACS routine?
Thanks

This is an example of the original job.


//STEP120  EXEC PGM=FASTGENR,COND=(4,LT)
//SYSPRINT DD SYSOUT=*
//SYSIN    DD DUMMY
//SYSUT1   DD DSN=KVPO.ZROROT.NIKUV.REGILOT.L108,DISP=OLD
//SYSUT2   DD DSN=KVPO.LGDM01.ZROROT.NIKUV.REGILOT.D1180610,
//         DISP=(,CATLG,DELETE),UNIT=TAPEC,
//         VOL=(,RETAIN,,99),LABEL=1
//*----------------------------------------------------------
//STEP130  EXEC PGM=FASTGENR,COND=(4,LT)
//SYSPRINT DD SYSOUT=*
//SYSIN    DD DUMMY
//SYSUT1   DD DSN=KVPO.ZROROT.NIKUV.ZCHUIOT.L160,DISP=OLD
//SYSUT2   DD DSN=KVPO.LGDM01.ZROROT.NIKUV.ZCHUIOT.D1180610,
//         DISP=(,CATLG,DELETE),UNIT=TAPEC,
//         VOL=(,RETAIN,REF=*.STEP120.SYSUT2),LABEL=2
//*----------------------------------------------------------
//STEP140  EXEC PGM=FASTGENR,COND=(4,LT)
//SYSPRINT DD SYSOUT=*
//SYSIN    DD DUMMY
//SYSUT1   DD DSN=KVPO.ZROROT.NIKUV.STORNO.L108,DISP=OLD
//SYSUT2   DD DSN=KVPO.LGDM01.ZROROT.NIKUV.STORNO.D1180610,
//         DISP=(,CATLG,DELETE),UNIT=TAPEC,
//         VOL=(,RETAIN,REF=*.STEP130.SYSUT2),LABEL=3

Thanks,
Gadi



????? ?? ????? ???? ???? ???? ?????? ??? ??? ?????? ???? ????? ??? ?????? 
??????. ?? ????, ???????? ?? ??? ???? ?????, ??????? ???? ???? ????? ?? ??? 
????? ?????? ?? ?????. ????? ????? ???? ?? ?????? ?????? ?????? ???? ?? ???? 
??????? ??? ???, ?/?? ?????, ????? ?? ????? ????? ????? ????? ?????? ?? ????? 
??????? ?/?? ?????? ?? ??????.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to