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

Performance of application with user abends


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
mlp

New User


Joined: 23 Sep 2005
Posts: 91

PostPosted: Fri Dec 31, 2010 12:27 pm
Reply with quote

In the batch applications I am working upon currently, there are many user abend instances where some key data validations fail. I observed in the SPOOL that a normal execution of the batch takes lesser time than that of ABENDed case.

Surprisingly, when we issue user abend we are forcibly cutting short the processing logic. Still when it abends it takes more time. Why is that?
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Fri Dec 31, 2010 2:08 pm
Reply with quote

someone has to make a decision,
based on business requirements,
when a process has to stop,
and when the invalid input
  • is to be reported
  • and the processing continues with the next input
.

old style was to force a dump when invalid error occurs.
now-a-days,
if a process decides to end
  • display relevent data to insure that the input can be corrected
  • issue a non-zero return code
  • issue goback


forcing a dump and a system abend, as you noticed, is very expensive,
as well as useless.

as to your question, why does an abend take more time?
lot of mvs services are called due to the abend.
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts 10 byte RBA conversion -non applicati... JCL & VSAM 1
No new posts PuTTY - "User is not a surrogate... IBM Tools 5
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to delete a user's alias from the... JCL & VSAM 11
No new posts exploiting Z16 performance PL/I & Assembler 2
Search our Forums:

Back to Top