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

Problem Compiling cobol code with Cobol 5 compiler


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

New User


Joined: 05 Nov 2014
Posts: 95
Location: India

PostPosted: Wed Aug 24, 2016 1:50 pm
Reply with quote

Hi

I am getting following error message while trying to compile a cobol program under Cobol 5.

Code:
IGYCB7145-U   INSUFFICIENT MEMORY IN THE COMPILER TO CONTINUE COMPILATION.


Previously we were using Cobol 4.2 . I changed the JCL as per Cobol 5 specifications and also changed the REGION parameter to 200M, which is required for Cobol 5.

Please advise .
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 Aug 24, 2016 4:12 pm
Reply with quote

Talk to your site support group. Your changing the REGION value might not be doing what you think as sites can implement exits to limit the REGION value. The error message is clear as to what your problem is.
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3048
Location: NYC,USA

PostPosted: Wed Aug 24, 2016 9:53 pm
Reply with quote

PI28496: (COB V5.1) IGYCB7145-U INSUFFICIENT MEMORY IN THE COMPILER TO CONTINUE COMPILATION Or Use OPT(0) But as said talk to Site support.
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 How I Found a Bug in a FORTRAN Compiler All Other Mainframe Topics 4
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