What are---System abends & User abends

This is a Mainframe COBOL forum - you can post your queries on Mainframe COBOL, VS COBOL II, COBOL/370 , Enterprise COBOL

Moderators: dbzTHEdinosauer, Moderator Group

Post Reply
User avatar
Chanti
Member
Posts: 32
Joined: Thu Nov 27, 2008 4:31 pm

What are---System abends & User abends

Post by Chanti » Fri May 15, 2009 2:11 pm

What are System abends and user abends??can i have list of those (possible) and differentiate when&how can they occur???

Anuj Dhawan
Moderator
Posts: 1625
Joined: Sat Aug 09, 2008 9:02 am
Location: Mumbai, India

Post by Anuj Dhawan » Sun May 17, 2009 1:15 pm

Hi,

As the name suggests -- System abends are the abends which are due to some "system error" e.g. S0C7, S0C4 while user abends are the ones which depends on "user conditions" e.g. U4038 etc.
Regards,
Anuj

Anuj Dhawan
Moderator
Posts: 1625
Joined: Sat Aug 09, 2008 9:02 am
Location: Mumbai, India

Post by Anuj Dhawan » Mon May 18, 2009 11:17 am

System ABEND codes are prefaced by an S, and user ABEND codes are prefaced by a U. The system ABEND codes are generally the nondeliberate ones.
Regards,
Anuj

User avatar
Chanti
Member
Posts: 32
Joined: Thu Nov 27, 2008 4:31 pm

Post by Chanti » Mon May 18, 2009 11:41 am

Instead of abending why doesn't user bypass the particular record or STOPRUN

i mean cant we eliminate User abends ???

User avatar
Natarajan
Moderator
Posts: 537
Joined: Fri Oct 10, 2008 12:57 pm
Location: chennai
Contact:

Post by Natarajan » Mon May 18, 2009 2:40 pm

Following is my understanding on userabends and system abends.

User abend means language environment (ex. COBOL ) producing an abend in the place of operation sytems abend ( system abend ).

When a program abended , it happens at operation system level...
If language has the capbility to recognize that abend, system abend will be converted to user abend with more details otherwise you will get system abend.

At high level, Every user abend has one sytem abend behind that.
Natarajan
Chennai

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others