In the COPYBACK step, doesn't the Referback need to point to OUTPU1, not INPUT1 ??
>> I abend on this step. >> //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), >> // UNIT=(3480,,DEFER),VOL=(,RETAIN) >> //SYSIN DD * >> REPRO - >> INFILE(INPUT1) - >> OUTFILE(OUTPU1) >> >>Later in the jobstream I will copy back to disk. >> //COPYBACK EXEC PGM=IDCAMS,COND=(0,LT),REGION=0K >> //SYSPRINT DD SYSOUT=* >> //INPUT1 DD DSN=RKI.CSI.TAPECOPY, >> // DISP=OLD,LABEL=1,UNIT=(3480,,DEFER), >> // VOL=(,RETAIN,REF=*.COPYSTEP.INPUT1) >> //OUTPU1 DD DSN=RKI.CSI,DISP=OLD >> //SYSIN DD * >> REPRO - >> INFILE(INPUT1) - >> OUTFILE(OUTPU1) Tom Savor Certegy Card Services 11720 Amber Park Drive, Suite 500 Alpharetta, GA 30004 Phone: 770-576-1167 cell: 404-660-6898 E-Mail: [EMAIL PROTECTED] /\/\_00_/\/\ ------------------------------------------------------------------------------ This message contains information from Certegy, Inc which may be confidential and privileged. If you are not an intended recipient, please refrain from any disclosure, copying, distribution or use of this information and note that such actions are prohibited. If you have received this transmission in error, please notify by e:mail [EMAIL PROTECTED] ============================================================================== ---------------------------------------------------------------------- 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

