MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

fileaid abend U012

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL)
View previous topic :: View next topic  
Author Message
Aswin
Beginner


Joined: 12 Jun 2007
Posts: 22
Topics: 6

PostPosted: Mon Jul 09, 2007 6:03 pm    Post subject: fileaid abend U012 Reply with quote

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
Code:
RC=0 
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
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12369
Topics: 75
Location: San Jose

PostPosted: Mon Jul 09, 2007 6:13 pm    Post subject: Reply with quote

Aswin,

Are you using the same file for both input & output?

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Aswin
Beginner


Joined: 12 Jun 2007
Posts: 22
Topics: 6

PostPosted: Mon Jul 09, 2007 6:20 pm    Post subject: Reply with quote

Yes,I am using the same file for input and output.
Back to top
View user's profile Send private message
Aswin
Beginner


Joined: 12 Jun 2007
Posts: 22
Topics: 6

PostPosted: Tue Jul 10, 2007 11:20 am    Post subject: Reply with quote

Any update on this issue iam not able to slove it out. Rolling Eyes

thanks
Aswin
Back to top
View user's profile Send private message
dbzTHEdinosauer
Supermod


Joined: 20 Oct 2006
Posts: 1411
Topics: 26
Location: germany

PostPosted: Tue Jul 10, 2007 1:23 pm    Post subject: Reply with quote

What does the SYSPRINT error log say?
_________________
Dick Brenholtz
American living in Varel, Germany
Back to top
View user's profile Send private message
Aswin
Beginner


Joined: 12 Jun 2007
Posts: 22
Topics: 6

PostPosted: Wed Jul 11, 2007 10:27 am    Post subject: Reply with quote

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
View user's profile Send private message
Bill Dennis
Advanced


Joined: 03 Dec 2002
Posts: 579
Topics: 1
Location: Iowa, USA

PostPosted: Wed Jul 11, 2007 2:01 pm    Post subject: Reply with quote

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
View user's profile Send private message
Aswin
Beginner


Joined: 12 Jun 2007
Posts: 22
Topics: 6

PostPosted: Thu Jul 12, 2007 9:05 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL) All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group