IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

u4087 Abend - not able to resolve.


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Jun 13, 2012 6:50 pm
Reply with quote

Hello,

Quote:
if I had money to spend I would bet on an internal table overflow!
Yup, that or possibly a called module overwriting some of the caller's memory. . .

Has any of the called modules been changed since the last successful run?
Back to top
View user's profile Send private message
shankarm

Active User


Joined: 17 May 2010
Posts: 175
Location: India

PostPosted: Fri Jun 15, 2012 5:55 pm
Reply with quote

All of you.... Thanks for helping out..

I skipped 100k records and ran the job. the job completed fine.

This is a monthly Job and i have to reprocess the 100K records next month. I am working on this, i will update the forum after this is resolved..

Thanks again..
Back to top
View user's profile Send private message
shankarm

Active User


Joined: 17 May 2010
Posts: 175
Location: India

PostPosted: Tue Aug 28, 2012 10:12 pm
Reply with quote

All,

Am writing this post for others to use in future.

I got a 4087, as discussed previously this was a s0c4 abend. The output file for this job was a VBS file (Recordsing mode spanned).

LRECL:1 to 25452.

The output data exceeded the maximum length and hence it caused a boundary violation.

The module was developed a very long time back and there was no file status variable defined. I have modified the program with file status defined it shows a status of 44 now (boundary violation). I have handled this in the code, now it is working file.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Aug 28, 2012 10:26 pm
Reply with quote

Good to hear it is resolved - thank you for the follow up info icon_smile.gif

d
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Tue Aug 28, 2012 10:30 pm
Reply with quote

Yes, also a useful warning for those too lazy to code FILE-STATUS. Down the line, it costs time and money.
Back to top
View user's profile Send private message
shankarm

Active User


Joined: 17 May 2010
Posts: 175
Location: India

PostPosted: Tue Aug 28, 2012 10:35 pm
Reply with quote

One more thing i want to add is,

We cannot try to skip a record in this case.

E.G

If there are 50 records in a file, if the job abends in 36th record, skipping 36th record will not solve the problem.
Issue record can be on of the 35 records already processed.

Sometimes, if we split the file into smaller files the job runs fine.

The job will not abend in the same statement all the time. every time the job will abend in a different statement and in a different record.

The root cause is that, the program is stepping on storage.

Sometimes its the table overflow, sometimes its boundary violation in file. It could be anything.

Hope this info helps the reader.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> ABENDS & Debugging Goto page Previous  1, 2

 


Similar Topics
Topic Forum Replies
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts Need help to resolve a hard edit COBOL Programming 8
This topic is locked: you cannot edit posts or make replies. Need help to resolve a hard edit COBOL Programming 4
No new posts Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
No new posts WER999A - UNSUCCESSFUL SORT 8ED U Ab... SYNCSORT 5
Search our Forums:

Back to Top