View previous topic :: View next topic
|
Author |
Message |
Alks
New User
Joined: 14 Jan 2016 Posts: 9 Location: INDIA
|
|
|
|
Hi, I am trying to submit a precompilar cum compilar job. Its giving MAXCC=16. I am getting GYAS5000-U : "THE COMPILATION WAS TERMINATED DUE TO AN UNCORRECTABLE ERROR CONDITION."
and IGYAS5062-U: "THERE WAS INSUFFICIENT STORAGE FOR COMPILER
PROCESSING. THE "SIZE" COMPILER OPTION VALUE (AND/OR THE REGION SIZE) SHOULD BE INCREASED.
I tried using REGION=0M as well as 150M and SIZE=832K. But its not working. I am also using the Compilar Option "NOOPTS" but i guess its taking it as "OPT". I got the below warning:
IGYSC2267-W: "**MIGR** THE "NOOPTIMIZE" OPTION WILL NOT BE AVAILABLE IN FUTURE VERSIONS OF ENTERPRISE COBOL. IT WILL BE
INTERPRETED AS "OPTIMIZE(0)"."
Any input will be much appreciated. |
|
Back to top |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
Try using compiler option SIZE(MAX). Depending upon your site standards, you may -- or may not -- need to change the REGION parameter in your compile job as well; a job class change may also be required. |
|
Back to top |
|
|
Bill Woodger
Moderator Emeritus
Joined: 09 Mar 2011 Posts: 7309 Location: Inside the Matrix
|
|
|
|
Please show all your compile options, first page of the compile listing, and the compiler name, including the Vn.r, from the top of the page on the listing.
Has the program been compiled with this compiler before? Is it a large program? |
|
Back to top |
|
|
Alks
New User
Joined: 14 Jan 2016 Posts: 9 Location: INDIA
|
|
|
|
10x a lot Robert and Bill. SIZE(MAX) worked. There was no need to increase the REGION. |
|
Back to top |
|
|
Nic Clouston
Global Moderator
Joined: 10 May 2007 Posts: 2454 Location: Hampshire, UK
|
|
|
|
??? Are you a child and not a professional? |
|
Back to top |
|
|
Marso
REXX Moderator
Joined: 13 Mar 2006 Posts: 1353 Location: Israel
|
|
|
|
Why do you have to compile a program by yourself ?
Don't your site use a Version Control product like Endevor or ChangeMan ? |
|
Back to top |
|
|
|