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

What is the exact meaning of ABEND


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

New User


Joined: 18 Nov 2005
Posts: 1

PostPosted: Thu Mar 09, 2006 3:15 pm
Reply with quote

Hi All,
What is an exat meaning for "error code" & "abend" ?

Regards,
Thulasi.
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


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

PostPosted: Thu Mar 09, 2006 8:11 pm
Reply with quote

Abend means "Abnormal End". When a job ends without completing successfully, in Tech terms it is an ABEND.

Error Code- is the value produced after the ABEND.
Like, SYSTEM ABEND CODES, USER ABEND CODES, Condition Codes etc.

Regards,
Priyesh.
Back to top
View user's profile Send private message
sachina2z

New User


Joined: 03 May 2006
Posts: 8
Location: Pune, India

PostPosted: Thu May 18, 2006 2:17 pm
Reply with quote

What is the exact difference between "System abends" and "User abends" icon_question.gif

Can u give me a list of abends in both categories? icon_question.gif
Back to top
View user's profile Send private message
Mr.Niceguy

New User


Joined: 16 Jun 2005
Posts: 63

PostPosted: Thu May 18, 2006 3:47 pm
Reply with quote

Hi,

System Abends such as S001,S013,S806,S804,Sb37,d37,e37.

User Abends:U0457 The same program is being run in two different jobs concurrently.

U0844 Production database out of space.

Bye
Back to top
View user's profile Send private message
Mr.Niceguy

New User


Joined: 16 Jun 2005
Posts: 63

PostPosted: Thu May 18, 2006 6:07 pm
Reply with quote

Hi,

Error occurs before the execution of JOB or STEP. The submitted work can be rejected before the execution and this is called JCL error. ie., syntax error.

But Abnormal termination (Abend) happens during the execution of a program in a step. There may some invalid operation, the operation that cannot be executed by the system in the program. When OS encounters such an operation, the respective JOB is terminated with the ABEND code as I mentioned above.

Bye
Back to top
View user's profile Send private message
stly
Warnings : 1

New User


Joined: 25 Jul 2005
Posts: 93

PostPosted: Sat May 20, 2006 8:00 pm
Reply with quote

Error occurs before the execution of the job

Abend occurs during the execution of the job

correct me if i am incorect icon_razz.gif
Back to top
View user's profile Send private message
khannay2k

New User


Joined: 24 Feb 2005
Posts: 28
Location: Bangalore

PostPosted: Mon May 29, 2006 5:26 pm
Reply with quote

Hey,

Still not very clear about the diff b/w System abend and User Abend, can any one explain the functionality with/with out example.

Khanna.
Back to top
View user's profile Send private message
Vijaya Baskar

New User


Joined: 18 May 2006
Posts: 8
Location: Chennai

PostPosted: Tue May 30, 2006 10:14 am
Reply with quote

Hi,

Please refer to
www.theamericanprogrammer.com/programming/abend-codes.shtml to get more details on User and System Abends.
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

 


Similar Topics
Topic Forum Replies
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
No new posts WER999A - UNSUCCESSFUL SORT 8ED U Ab... SYNCSORT 5
No new posts the system or user abend SF0F R=NULL COBOL Programming 0
No new posts Need to get an DLI abend like U0200 IMS DB/DC 2
Search our Forums:

Back to Top