I would try the doing ALL of the following (at the same time)

 - do the SQL preprocessor in a separate step (if the program actually HAS
EXEC SQL statements in it - otherwise use NOSQL)

 - Change to SIZE(MAX)

 - Change to NOSSRANGE

If - with those 3 changes - the compile still fails, I would contact IBM
support 

If those 3 changes allow you to compile, then I would see what combination
of them you could restore.

"Alan C. Field" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]
m>...
> Thanks for all the responses.
> 
> We tried 0M, we tried 64M, never considered 128M but we'll try. 
> 
> As Roland suggested its looking for X'FA0'  4000dec below the line. 
> 
> Available region below is about 10.5Mb 
> 
> Here are the compiler options:
> 
> PP 5655-G53 IBM ENTERPRISE COBOL FOR Z/OS  3.3.1 
> INVOCATION PARAMETERS:
>
TEST,LIB,NODYNAM,RENT,TRUNC(BIN),SQL("APOST,APOSTSQL"),SIZE(8192K),BUFSIZE(2
048)
> OPTIONS IN EFFECT:
>     NOADATA
>       ADV
>       APOST
>       ARITH(COMPAT)
>     NOAWO
>       BUFSIZE(2048)
>     NOCICS
>       CODEPAGE(1140)
>     NOCOMPILE(S)
>     NOCURRENCY
>       DATA(31)
>     NODATEPROC
>       DBCS
>     NODECK
>     NODIAGTRUNC
>     NODLL
>     NODUMP
>     NODYNAM
>     NOEXIT
>     NOEXPORTALL
>       FASTSRT
>       FLAG(I,I)
>     NOFLAGSTD
>       INTDATE(ANSI)
>       LANGUAGE(UE)
>       LIB
>       LINECOUNT(60)
>     NOLIST
>       MAP
>     NONAME
>       NSYMBOL(NATIONAL)
>     NONUMBER
>       NUMPROC(NOPFD)
>       OBJECT
>       OFFSET
>     NOOPTIMIZE
>       OUTDD(SYSOUT)
>       PGMNAME(COMPAT)
>       RENT
>       RMODE(AUTO)
>     NOSEQUENCE
>       SIZE(8388608)
>       SOURCE
>       SPACE(1)
>       SQL('APOST,APOSTSQL')
>       SSRANGE
>     NOTERM
>       TEST(ALL,SYM,NOSEPARATE)
>     NOTHREAD
>       TRUNC(BIN)
>     NOVBREF
>       WORD(NOOO)
>       XREF(SHORT)
>       YEARWINDOW(1900)
> 
> * STATISTICS FOR COBOL PROGRAM xxxxxx:
> *    SOURCE RECORDS = 376159
> *    DATA DIVISION STATEMENTS = 21589
> *    PROCEDURE DIVISION STATEMENTS = 90916
> RETURN CODE 16

----------------------------------------------------------------------
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

Reply via email to