Howdy,

I'll spare you the journey (unless you're curious) but by changing one of the 
parameters to the compiler (IGYCRCTL), the program compiles and link edits.
The procedure that we used had an exit for PRTEXIT.
It specified EX(INX(''LGSEQ'',RW),PRTX(RW))
I changed the PRTX(RW) to NOPRTX and added //SYSLIST DD SYSOUT=* and bingo, it 
worked!

Now, why PRTX(RW) caused problems, I don't know. It worked with an older 
version of the program but not the newer one. From my limited understanding of 
exit modules, specifying PRTX(RW) loads the exit module RW for 
processing/handling output instead of SYSLIST. What exactly is RW here? Is an 
executable module, subroutine or whatever?

I don't know where they will go from here, but at least in the short term we're 
not blocked by being unable to compile.

Thanks for your help folks.


        Regards,
                Eric Verwijs
Programmer Analyst | Programmeur-analyste
CPP/ OAS/ IA Production Support Team | Équipe de soutien à la production RPC / 
SV / IA
frederick.verw...@hrsdc-rhdsc.gc.ca
Telephone | Téléphone 613-941-7492
Facsimile | Télécopieur 613-941-4234
National Headquarters | Administration Centrale
Human Resources and Skills Development Canada | Ressources humaines et 
Développement des compétences Canada
Government of Canada | Gouvernement du Canada

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Ted MacNEIL
Sent: 2009-03-04 10:19 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Cobol: Maximum number of FD Statements

>TOT VSTRG USED   141,620K

Well, you definitely needed more than 64M.
I honestly don't know how the limit would show up if restricted by an SMF exit.
It would depend on the author.

-
Too busy driving to stop for gas!

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@bama.ua.edu 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to