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

What is the difference between System Abend and User Abend?


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
mandator10

New User


Joined: 20 May 2007
Posts: 7
Location: Mumbai

PostPosted: Fri Jun 15, 2007 11:33 pm
Reply with quote

What is the difference between System Abend and User Abend?

Savvy
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Sat Jun 16, 2007 12:42 am
Reply with quote

A user abend is when the program abends because you tell it to.

A system abend is when the system detects an error and abends.
Back to top
View user's profile Send private message
mandator10

New User


Joined: 20 May 2007
Posts: 7
Location: Mumbai

PostPosted: Sat Jun 16, 2007 1:09 am
Reply with quote

Thank you so much expat. I couldnt understand user abend. can u please explain it.
I saw your replies to various questions. Excellent.

Savvy
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Sat Jun 16, 2007 1:20 am
Reply with quote

A user abend is when a certain condition is encountered that is a known error condition, and the programmer then requests that the program abends with a given user code (abend).
Back to top
View user's profile Send private message
sasikumar_84

New User


Joined: 12 Mar 2007
Posts: 2
Location: chennai

PostPosted: Sun Jun 17, 2007 6:36 am
Reply with quote

User abend u need to handle... for eg: when ur giving a GU call to some IMS Database, if the calls fails then in the else part u can handle this user abend by calling abend routines and move necessary values to Data areas. so when u see the dumps after abending it will give more details.. in general every company as per the standards user abend must handle....
Back to top
View user's profile Send private message
mramesh

New User


Joined: 19 Feb 2005
Posts: 6

PostPosted: Tue Jun 19, 2007 9:12 am
Reply with quote

Hi,
The System Abend are start with S (For example Soc4, Soc7, etc.)
The User Abend are start with U (For example U0040, U0012, etc.)

Regards,
Ramesh.
Back to top
View user's profile Send private message
mandator10

New User


Joined: 20 May 2007
Posts: 7
Location: Mumbai

PostPosted: Fri Jun 22, 2007 9:15 pm
Reply with quote

Thank u expat for ur useful answer.
Ramesh, user abend starts with U, ok. But my question is how will u define / explain user abend?
Expat, how will u relate ur definition with U4038/U0012... Can u please answer to this? 'If any given condition, move 4038 to the field name'? is this the procedure?
Already u gave me valuable info. Please ans also to the above question.

Savvy
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Sysplex System won't IPL at DR site I... All Other Mainframe Topics 2
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts PuTTY - "User is not a surrogate... IBM Tools 5
No new posts How to delete a user's alias from the... JCL & VSAM 11
No new posts user exit in IBM Infosphere Optim DB2 8
Search our Forums:

Back to Top