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

MAXCC 1128 after compiling the program.


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

Active User


Joined: 21 Jun 2009
Posts: 160
Location: Indore

PostPosted: Mon Jan 24, 2011 8:58 pm
Reply with quote

Hi All,

I am getting a MAXCC 1128 while compiling the program.I think it is because of size of working storage.Is this right? Is this acceptable return code?
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: Mon Jan 24, 2011 9:07 pm
Reply with quote

Terminology is critical in IT, where similar terms may mean very different things. It is not possible for you to get MAXCC of 1128 during a COBOL compile, since MAXX has meaning only when using IDCAMS. You may get a step return code of 1128, you may get an abend code of U1128, but you did not -- and will not ever -- get a MAXCC of anything. Once you tell us whether it was a return code or user abend code or what -- and provide us with the compiler output messages -- then we can help you.
Back to top
View user's profile Send private message
rgupta71

Active User


Joined: 21 Jun 2009
Posts: 160
Location: Indore

PostPosted: Mon Jan 24, 2011 10:18 pm
Reply with quote

Thanks Sample.You were right that we cannot have MAXCC of 1128 during cobol compile.It was problem with my compile JCL. I have figured it out.
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: Mon Jan 24, 2011 10:28 pm
Reply with quote

Glad to hear you got it resolved.
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 DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts EZT program to build a flat file with... All Other Mainframe Topics 9
Search our Forums:

Back to Top