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

Forcing the cobol code to abend the Job


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

New User


Joined: 28 Oct 2008
Posts: 25
Location: hyderabad

PostPosted: Wed Sep 02, 2009 2:48 pm
Reply with quote

Hi

I have written one cobol code which will count the number of records in the input file and compare the count against the Trailer Record coming with the file : As of now i am displaying a Warning message to the SYSOUT in case count calculated by Program does not match with the count present in the trailer record of the file

Can anyone please suggest me the best way to abend the Job in case of
the count mismatch
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


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

PostPosted: Wed Sep 02, 2009 2:50 pm
Reply with quote

why abend the job? very poor use of resources.

you only want to indicate that counts are not equal.
an abend uses system resources to generate a dump,
as well as the error handling routines.

just set RETURN-CODE to non-zero.
Back to top
View user's profile Send private message
Amit Suri

New User


Joined: 28 Oct 2008
Posts: 25
Location: hyderabad

PostPosted: Wed Sep 02, 2009 3:00 pm
Reply with quote

I appreciate your Prompt Reply

I am not in favour of abending the job as it is possibly going to delay the
Process in case the input files have incorect Counts

But our Upstream teams are not in line with us :wink:

Anyways Thanks again
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Wed Sep 02, 2009 3:27 pm
Reply with quote

Language Environment has a callable service to force an abend. Check the LE Programming Reference manual for details of the call.
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 Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts run rexx code with jcl CLIST & REXX 15
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Compile rexx code with jcl CLIST & REXX 6
Search our Forums:

Back to Top