First, I agree with you that a 140,000 line program is NOT a "good thing" -
but it certainly does occur in the "real world".
If this is a CICS (or possibly DB2) program, make certain that you are NOT
using the
SIZE(MAX)
compiler option (as there needs to be room for the coprocessors).
As someone else has already indicated, make certain that your JCL "region"
is large enough.
Finally, TRY using
NOSSRANGE
and
NOOPT
and see if this works. using these "non-optimal" compiler options can
reduce (sometimes by a LOT) the "size" required to compile LARGE COBOL
programs.
"Alan C. Field" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]
m>...
> 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.
>
> All insight into this situation appreciated.
>
> Alan
>
>
>
> ----------------------------------------------------------------------
> 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
>
----------------------------------------------------------------------
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