On Wed, 20 Jun 2007 12:38:44 -0400, Schramm, Rob <[EMAIL PROTECTED]> wrote:

>I keep looking thru the manuals, but all I see is the use of RPTOPTS(ON)
>on some current LE using program.
>
>I am sure (ok.. hoping) that there is a way list out all LE run-time
>options?
>
>-Rob Schramm

If you don't know of a cobol program to run, compile/link the IVP:
see hlq.SIGYSAMP(IGYWFIV1)

Then run it with...

//         PARM='/RPTOPTS(ON)'  LE OPTS

or

//         PARM='/RPTOPTS(ON),RPTSTG(ON)'  

This gives you the storage report also.

In z/OS 1.7 and above you can also use a CEEOPTS DD instead:

//CEEOPTS DD *              
RPTOPTS(ON),RPTSTG(ON)      
/* 

--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group:  G-ITO
mailto:[EMAIL PROTECTED]
z/OS and OS390 expert at http://searchDataCenter.com/ateExperts/
Systems Programming expert at http://expertanswercenter.techtarget.com/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.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

Reply via email to