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

How to achieve MAXCC = 4 When the input file is empty


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

New User


Joined: 25 Jun 2007
Posts: 4
Location: India

PostPosted: Fri Jul 20, 2007 2:32 pm
Reply with quote

Can anyone tell me how to achieve MAXCC = 4 When the input file is empty for a cobol batch program.
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Fri Jul 20, 2007 2:48 pm
Reply with quote

????
When the program finds the file empty, move a 4 to the special register RETURN-CODE and GOBACK......

Is this what you want? If not, please state your requirements more clearly.....
Back to top
View user's profile Send private message
Phrzby Phil

Senior Member


Joined: 31 Oct 2006
Posts: 1042
Location: Richmond, Virginia

PostPosted: Fri Jul 20, 2007 5:15 pm
Reply with quote

This will just set RC=4 for this step. If by MAXCC (which I see all too often loosely used on this board) you mean the maximum for the job, then you must ensure as well that other steps do not exceed RC=4.
Back to top
View user's profile Send private message
Sandy Zimmer

Active Member


Joined: 13 Jun 2007
Posts: 826
Location: Wilmington, DE

PostPosted: Fri Jul 20, 2007 7:14 pm
Reply with quote

Hmmm - 4 is sometimes a normal return code for certain software - for instance MARKIV. If the subsequent job steps execute as cond code (0,ne) prior job return code not equal zero, you may have a problem. The job will finish and everything will look fine, but it won't be. I would suggest that you set the return code to be unique so that anyone looking will know exactly what happened. For instance set it to 4444 - then put it a comment in the program so that people will know what happened.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Jul 20, 2007 8:40 pm
Reply with quote

Hello,

I believe the highest RC value can be 4095.

Interestingly, 4096 yields a zero RC. . . .
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 TRIM everything from input, output co... DFSORT/ICETOOL 0
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 1
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top