On Tue, 6 Sep 2011 16:30:51 -0400, Pinnacle <[email protected]> wrote:
>On 9/6/2011 4:18 PM, Binyamin Dissen wrote: >> I am attempting to run an LE program and get the specified output. I put it >> in >> CEEOPTS and nothing comes out. >> >> TRAP(OFF,NOSPIE),RPTSTG,RPTOPTS,MSGFILE(CEEMSG) >> STACK(512K,128K) >> >> I know that LE is reading the options as if I put in an invalid option I get >> a >> CEEMSG dataset. >> >> What am I missing? Pure batch. >> >Bin, > >Off the top of my head, I think you need to use SYSOUT or another >special DD, defined by option MSGDD (can't remember). Also, the storage >report is often not generated if the program abends or terminates prior >to LE init. I submitted a SHARE requirement a number of years ago so >that LE would generate the storage report when abending. > >Regards, >Tom Conley > > Binyamin, you aren't showing the JCL you used so Tom is probably correct. My sample uses SYSOUT. I think the parm Tom is referring to is MSGFILE. Also, it probably doesn't matter (and I'm too lazy to RTFM - you can if not sure), but my coding is "RPTOPTS(ON),RPTSTG(ON)". Mark -- 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: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

