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

Searching 2 lakh records abended with U0850


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Ganesh Kalam
Warnings : 1

New User


Joined: 11 Aug 2005
Posts: 45
Location: India

PostPosted: Sat Oct 14, 2006 6:50 pm
Reply with quote

I took 2lakh records in an input file and tried searching a database. The process went fine till 1lakh records, after that the program abended with U0850.

Can anyone explain what this abend means ?
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Sat Oct 14, 2006 7:53 pm
Reply with quote

U0850 is a user abend code. Check your shop manual for that.

Type "QW" at command line and place your cursor on the abend code and press ENTER... If your shop has Quick Reference, It'll show up all messages related to U0850.
Back to top
View user's profile Send private message
Ganesh Kalam
Warnings : 1

New User


Joined: 11 Aug 2005
Posts: 45
Location: India

PostPosted: Fri Oct 20, 2006 11:10 am
Reply with quote

Hi Priyesh,

After analysis i found that some other program is trying to update the segment while my program is reading that..... I think this is the reason for the U0850 abend..

I have one question...what happens when one program is reading the segment and the other program is updating the same segment simultaneously ? Will the read program waits until the update program completes its task..or the read program reads the old copy...

I dont know whether i am putting the question in the right manner...Please let me know if you are not clear with what i am mentioning.
Back to top
View user's profile Send private message
View previous topic : : View next topic  
Post new topic   Reply to topic All times are GMT + 6 Hours
Forum Index -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts Sort SMF records? SYNCSORT 6
No new posts To Sort detail records in a file with... SYNCSORT 5
No new posts Identify and write records containing... SYNCSORT 11
No new posts Filter records where condition is in ... SYNCSORT 6
No new posts Extract records for a specific condit... DFSORT/ICETOOL 25
Search our Forums:


Back to Top