Repro VSAM to Tape problem

2005-10-26 Thread Ed. Benoit
Hello, I am attempting to copy repro a vsam file to tape and back. On the copy to tape I am getting IEC141I 013-34 The manual give me several options. What am I doing incorrect to copy to tape and back to disk. Any one have a jobstreamt to repro vsam to tape and back to disk. The followi

Re: Repro VSAM to Tape problem

2005-10-26 Thread Staller, Allan
Provide approiate DCB parameters for DD OUTPU1 on copystep //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=n,BLKSIZE=n),INSE

Re: Repro VSAM to Tape problem

2005-10-26 Thread Mike Bell
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 > > > //COPYSTEP EXEC PGM=IDCAMS,REGION=0K > //SYSPRINT DD SYS

Re: Repro VSAM to Tape problem

2005-10-26 Thread Tom Savor
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),

Re: Repro VSAM to Tape problem

2005-10-26 Thread Galambos, Robert
s les copies du présent message. -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Ed. Benoit Sent: October 26, 2005 11:46 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Repro VSAM to Tape problem Hello, I am attempting to copy repro a vsam file to tape and

Re: Repro VSAM to Tape problem

2005-10-27 Thread R.S.
Galambos, Robert wrote: Ed Depending on what exactly you want to do, and if you have File-AID MVS. You can probably get The File-AID MVS Batch to do your mentioned steps. In fact chances are that it would run more efficiently as well. Just a thought DO you suggest to File-AID as a solutio

Re: Repro VSAM to Tape problem

2005-10-27 Thread Ron and Jenny Hawkins
Message- > From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On > Behalf Of Galambos, Robert > Sent: Thursday, 27 October 2005 4:38 AM > To: IBM-MAIN@BAMA.UA.EDU > Subject: Re: Repro VSAM to Tape problem > > > Ed > > Depending on what exactly you want to d