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

Maximum Compilation code for a program


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

New User


Joined: 02 Jun 2006
Posts: 27
Location: Blue Bell, PA

PostPosted: Sun Jun 10, 2007 10:32 pm
Reply with quote

Hi,

Could you let me know what will be the maximum return code when a program is compiled?
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: Mon Jun 11, 2007 2:18 am
Reply with quote

Hello,

I believe i don't completely understand the question. . . When you say "maximum return code when a program is compiled" do you mean only the compile step? Do you mena only successful compiles? Many compile jobs have 4 or more steps. The maximum return code varies.

What information do you need and/or how will you use it?

Do you have some problem jcl that we might be able to help clarify?
Back to top
View user's profile Send private message
manikandanjs

New User


Joined: 02 Jun 2006
Posts: 27
Location: Blue Bell, PA

PostPosted: Mon Jun 11, 2007 11:18 am
Reply with quote

Hi Dick,

I'm not facing any problem in real time. Just a doubt like, what will be the maximum return code from the compiler if the program is compiled.

Thanks,
Manikandan Jayamani
Back to top
View user's profile Send private message
Devzee

Active Member


Joined: 20 Jan 2007
Posts: 684
Location: Hollywood

PostPosted: Mon Jun 11, 2007 11:26 am
Reply with quote

Return code could be

0 - Compilation Sucessful
4 - Compilation was Succesful with warning(s)
8 - Compilation error(s)
Back to top
View user's profile Send private message
agkshirsagar

Active Member


Joined: 27 Feb 2007
Posts: 691
Location: Earth

PostPosted: Mon Jun 11, 2007 11:26 am
Reply with quote

Retun code 16, should be the maximum return code which shows there is Unrecoverable error in the program..
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 Using API Gateway from CICS program CICS 0
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
Search our Forums:

Back to Top