On Tue, 27 Nov 2012 14:14:23 -0600, Houzet Alain <[email protected]> 
wrote:

>Hello,
>We migrated in z/os 1.13 and decided to put in place the CEEPRMxx member for 
>the LE. But for some applications (cobol II), we need to ovveride the option 
>RTEREUS to ON and it's not possible, even with the CEEOPTS (not compatible), 
>neither with parm='', nor with CEEUOPT, nor with CEEDOPT.
>Do you have an idea ?
>thank's
>

Since it involves initializing the run time environment, changing the option via
parm / CEEOPTS dd is already too late.   But you should be able to use CEEUOPT 
or
CEEDOPT.   From the fine manual:

   "RTEREUS implicitly initializes the run-time environment to be reusable when
    the main program for the thread is a COBOL program. This option is valid 
only
    when used with CEEDOPT, CEEUOPT, CEEROPT or the assembler user exit."

I know CEEUOPT works because I was involved in getting an COBOL II / DATACOM
application program changed that was using a 10 year old LE runtime lib with the
option "hard coded" in the defaults as a STEPLIB changed to use CEEUOPT instead
3 or 4 years ago.     I just checked and that program is still running under 
z/OS 1.13 with the expected wall clock time. Without RTEREUS the wall
clock time was doubled or tripled.  

I've been using the PARMLIB options for LE since it first became available.

--
Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS       
mailto:[email protected]                                        
Mark's MVS Utilities: http://www.mzelden.com/mvsutil.html 
Systems Programming expert at http://expertanswercenter.techtarget.com/

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to