And if the VSAM file is not defined as REUSE, you will need a delete/define for the VSAM before the repro back
Mike On 10/26/05, Staller, Allan <[EMAIL PROTECTED]> wrote: > > Provide approiate DCB parameters for DD OUTPU1 on copystep > > <snip> > //COPYSTEP EXEC PGM=IDCAMS,REGION=0K > //SYSPRINT DD SYSOUT=* > //INPUT1 DD DSN=RKI.CSI,DISP=OLD > //OUTPU1 DD DSN=RKI.CSI.TAPECOPY, > // DISP=(NEW,PASS),LABEL=(1,,RETPD=5), > // DCB=(RECFM=xx,LRECL=nnnnn,BLKSIZE=nnnnn), INSERT DCB INFO HERE..... > // UNIT=(3480,,DEFER),VOL=(,RETAIN) > //SYSIN DD * > REPRO - > INFILE(INPUT1) - > OUTFILE(OUTPU1) > </snip> > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO > Search the archives at http://bama.ua.edu/archives/ibm-main.html > -- Mike ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

