View previous topic :: View next topic |
Author |
Message |
Aswin Beginner
Joined: 12 Jun 2007 Posts: 22 Topics: 6
|
Posted: Mon Jul 09, 2007 6:03 pm Post subject: fileaid abend U012 |
|
|
I am using fileaid pgm in jcl to remove lowvalues and replace spaces it is 25 step in my jcl.
the sysin card is as follows.
COPY REPLALL=(1,0,X'00',X'40'),OUT=0
Their are totally 15 input and output file but one file it giving rc=12
sysout for the file with normal retur code.
PS,
DD01O DSN=xxxx.xxx.xxx OPENED AS PS,
RECFM=FB,LRECL=80,BLKSIZE=8000,VOL=TSO005
$$DD01 COPY REPLALL=(1,0,X'00',
X'40'),OUT=0
ABOVE FUNCTION ENDED ON NORMAL EOD [b RECORDS-READ=496710,COPIED=496710
the 13th file give me a return code 12 . if run seprately its giving me return code 4.
DD13 DSN=xxxxx.xxx.xxxxxx OPENED AS PS,
RECFM=FB,LRECL=8,BLKSIZE=80,VOL=TSO071
DD13O DSN=xxxxxxx.xxx.xxxxx OPENED AS PS,
RECFM=FB,LRECL=8,BLKSIZE=80,VOL=TSO071
$$DD13 COPY REPLALL=(1,0,X'00',
X'40'),OUT=0
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * *
* * AN ABEND HAS OCCURRED: S001 U0000 * *
* * * *
* * PSW: 078D1000 00C81B64 RELEASE: 8.9.5 02/27/2006 * *
* * * *
* * LOCATION: IGG019AQ+000000BA EP=00C81AA8 * *
* * * *
* * R0 000DB6A8 R1 000D3BC0 R2 000F8000 R3 000D5698 * *
* * * *
* * R4 000F0020 R5 00000001 R6 000D3BC0 R7 000F8104 * *
* * * *
* * R8 000A9900 R9 00065440 RA 00032800 RB 0006E5C2 * *
* * * *
* * RC 00033800 RD 00036ED0 RE 00C81B56 RF 0004DB48 * *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
QSAM GET I/O ERROR "NO RECORD FOUND" ON DD13-TSO071 DS BLOCK CCHHR=00FE00004A!
the same is reppeted for 12 page and then
ABOVE FUNCTION ENDED ON I/O ERROR THRESHOLD REACHED RC=12
BLKS-SKIPPED=25,RECORDS-READ=12440,COPIED=12440
- - - - - - - - - - - - - - - - ACTIONS TAKEN MAP - - - - - - - - - - - - - - -
RPL#1----------
12,440 RECORDS WRITTEN TO DD13O-LUA5400.TMS.DTBLKPOS
VOL=TSO071
Can you help me in finding whats the problem |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Mon Jul 09, 2007 6:13 pm Post subject: |
|
|
Aswin,
Are you using the same file for both input & output?
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
Aswin Beginner
Joined: 12 Jun 2007 Posts: 22 Topics: 6
|
Posted: Mon Jul 09, 2007 6:20 pm Post subject: |
|
|
Yes,I am using the same file for input and output. |
|
Back to top |
|
|
Aswin Beginner
Joined: 12 Jun 2007 Posts: 22 Topics: 6
|
Posted: Tue Jul 10, 2007 11:20 am Post subject: |
|
|
Any update on this issue iam not able to slove it out.
thanks
Aswin |
|
Back to top |
|
|
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Tue Jul 10, 2007 1:23 pm Post subject: |
|
|
What does the SYSPRINT error log say? _________________ Dick Brenholtz
American living in Varel, Germany |
|
Back to top |
|
|
Aswin Beginner
Joined: 12 Jun 2007 Posts: 22 Topics: 6
|
Posted: Wed Jul 11, 2007 10:27 am Post subject: |
|
|
ABOVE FUNCTION ENDED ON I/O ERROR THRESHOLD REACHED RC=12
BLKS-SKIPPED=25,RECORDS-READ=12440,COPIED=12440
I found what was wrong, this was a file with 2laks record and when i increased the directory blkss and run the job. I dint give any abend.
thanks
Aswin |
|
Back to top |
|
|
Bill Dennis Advanced
Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Wed Jul 11, 2007 2:01 pm Post subject: |
|
|
Aswin wrote: | Yes,I am using the same file for input and output. |
Why use the same file? This seems like a recipe for trouble! _________________ Regards,
Bill Dennis
Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity. |
|
Back to top |
|
|
Aswin Beginner
Joined: 12 Jun 2007 Posts: 22 Topics: 6
|
Posted: Thu Jul 12, 2007 9:05 am Post subject: |
|
|
I dont't think it would create any problem.
Its running fine.
The problem was with the block size of the file which lead to
"I/O ERROR THRESHOLD REACHED "
Thanks,
Aswin |
|
Back to top |
|
|
|
|