Hi, A user is running a job that copies a file from one 3590B to another. The file is an ADABAS backup. We've just upgraded to ADABAS v7.4.4. We are running z/OS 1.7. As the subject says we are using IEBGENER. We started out with a REGION of 4M, increased it to 8M and then 0M. All ended with the same abend. This is the job we are using: //B155B1DM JOB (00,P,305),COPY-DRIVE-1,CLASS=X,PRTY=9, // MSGCLASS=X,NOTIFY=V120KBY //COPY EXEC PGM=IEBGENER,TIME=100,REGION=0M //SYSPRINT DD SYSOUT=* //SYSUT1 DD DSN=B306.PDBN.GBYOMI.DRIVE1(0),DISP=OLD,DCB=BUFNO=30 //SYSUT2 DD DSN=B279.PBKK.OFFSITE.ADABAS.DRIVE1(+1), // DISP=(,CATLG,DELETE), // UNIT=3590-1, // VOL=(,,,90),DCB=(MODEL,BUFNO=30) //SYSIN DD DUMMY //*
The DCB for the input file is LRECL=32756, BLKSIZE=229376,RECFM=VB, The DCB has changed from our previous version of ADABAS. In the previous version it was 32760 Gadi ---------------------------------------------------------------------- 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

