Alan, Please post the line from the system messages beginning with 'IEF374I' for the compile step so that we can see how much region it used.
What is the REGION specification for the compile step? Does the COBOL source include any 'EXEC CICS' translator statements? I would personally expect to run a compile of that size in at least REGION=64M and perhaps REGION=128M or more (if I were doing it myself). On Thu, 2 Feb 2006 16:31:47 -0600, Alan C. Field wrote: >We sent a bunch of COBOL source off-site to get it massaged. > >Now we have it back and some of the source won't compile. Enterprose 3.3.1 >compiler. > >By that I mean the 140,000 source line program blows the compiler. > >We've been juggling with the SIZE and BUF parameters and feel we've >squeezed as much as we can. Size is set to 9216K and BUF to 256. > >If we set SIZE any smaller the compiler terminates with the recommendation >to increase the SIZE. > >We're seeing the following abend now: > >IEA705I ERROR DURING GETMAIN SYS CODE = 804-10 xxxxxxx COB STEP010 00 >IEA705I 00F89280 00AC9C48 00AC9C48 00001200 00000FA0 > >If I understand the programmer correctly the off-site folks are compiling >on a PC and not having problems. > >So, what factors influence the amount of storage needed? Number of source >statements? >Size of working storage, number of unique variable names, number of FDs? > >I think any source program that is 140,000 lines is way too large to be >comprehensible. Maybe, but if the structure flows very well... maybe not? (It might need a logic/flow analyzer to decipher it.) -- Tom Schmidt Madison, WI ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

