Re: Utility for LE Options?

2009-01-20 Thread Roland Schiradin
SHOWzOS and COBANAL display the CEExOPT settings but not for CEEROPT. 
However the code should also work for CEEROPT unless you modify it and load 
the CEEROPT entry. Starting with z/OS R9 (?) IBM deliver a macro (CEEOCB?) 
to map the CEExOPT. 

Regards 
Roland

Is there some utility out there where you supply as input the CEEROPT load
module, and the utility reports on what options it specifies?

   I'd hate to write one only to find out that I re-invented the wheel...

   Thanks.

Adam Johanson
IMS Systems Programming
USAA


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


Utility for LE Options?

2009-01-19 Thread Adam Johanson
Is there some utility out there where you supply as input the CEEROPT load 
module, and the utility reports on what options it specifies? 

   I'd hate to write one only to find out that I re-invented the wheel...

   Thanks.

Adam Johanson
IMS Systems Programming
USAA

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


Re: Utility for LE Options?

2009-01-19 Thread Lizette Koehler
Is this for IMS, CICS, Batch or other environment?  What level of z/OS would 
you be running this on?

Cics has CLER for seeing the options, and I think IMS may also have one for the 
online side.

If you are at z/OS V1.9 then the parms might be maintained in CEEPRMxx in 
SYS1.PARMLIB or a CEEOPT DD statement in the JCL.

What are you looking for specifically?

Lizette




Is there some utility out there where you supply as input the CEEROPT load 
module, and the utility reports on what options it specifies? 

   I'd hate to write one only to find out that I re-invented the wheel...

   Thanks.


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


Re: Utility for LE Options?

2009-01-19 Thread Adam Johanson
It's for an IMS MPR. We're at z/OS 1.9.

   What I'd really like is for the utility to take the load module, and output 
the 
CEEXOPT macro, complete with options contained in the CEEROPT module.

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


Utility for LE Options?

2009-01-19 Thread Bill Klein
OOPS,  my idea won't work.  It is the CEEROPT module itself that you are
trying to find what options are set.

I do not know of a dis-assembler for a CEEROPT load module. 

 -Original Message-
 From: Bill Klein [mailto:wmkl...@ix.netcom.com] 
 Sent: Monday, January 19, 2009 6:44 PM
 To: IBM-MAIN (IBM-MAIN@BAMA.UA.EDU)
 Subject: Fw: Utility for LE Options?
 
 I don't know if this is what you are looking for, but at LE 
 1.9, you can
 
 A) create a CEEROPT stand-alone module with
   RPTOPTS(ON)
 (You may or may not want to modify MSGFILE as well)
 
 See:

 http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/cee
 a2180/1.9.2 
 
 
 B) place the resuliting load module in in you IMS JCL and run the MPR
 
 C) check your output.  It will show you what options are set 
 in that region and where they are set.  See for example,
   
 http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/cee
 a1180/1.1.2.1 
 
 This will NOT tell you what the options are in sources that 
 were overriden nor will it provide output that is already in 
 macro format - but I think it should (might?) give you want 
 you want.
 
 Adam Johanson adam.johan...@usaa.com wrote in message 
 news:listserv%200901191506445185.0...@bama.ua.edu...
  It's for an IMS MPR. We're at z/OS 1.9.
  
 What I'd really like is for the utility to take the load 
 module, and output the 
  CEEXOPT macro, complete with options contained in the 
 CEEROPT module.
 

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


Utility for LE Options?

2009-01-19 Thread Bill Klein
Final thought (replying to myself, replying to myself G)

Code a small program that CALLs CEE3DMP, that program's output will show you
the run-time options in effect.

 -Original Message-
 From: Bill Klein [mailto:wmkl...@ix.netcom.com] 
 Sent: Monday, January 19, 2009 6:53 PM
 To: IBM-MAIN (IBM-MAIN@BAMA.UA.EDU)
 Subject: Utility for LE Options?
 
 OOPS,  my idea won't work.  It is the CEEROPT module itself 
 that you are trying to find what options are set.
 
 I do not know of a dis-assembler for a CEEROPT load module. 
 
  -Original Message-
  From: Bill Klein [mailto:wmkl...@ix.netcom.com] 
  Sent: Monday, January 19, 2009 6:44 PM
  To: IBM-MAIN (IBM-MAIN@BAMA.UA.EDU)
  Subject: Fw: Utility for LE Options?
  
  I don't know if this is what you are looking for, but at LE 
  1.9, you can
  
  A) create a CEEROPT stand-alone module with
RPTOPTS(ON)
  (You may or may not want to modify MSGFILE as well)
  
  See:
 
  http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/cee
  a2180/1.9.2 
  
  
  B) place the resuliting load module in in you IMS JCL and 
 run the MPR
  
  C) check your output.  It will show you what options are set 
  in that region and where they are set.  See for example,

  http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/cee
  a1180/1.1.2.1 
  
  This will NOT tell you what the options are in sources that 
  were overriden nor will it provide output that is already in 
  macro format - but I think it should (might?) give you want 
  you want.
  
  Adam Johanson adam.johan...@usaa.com wrote in message 
  news:listserv%200901191506445185.0...@bama.ua.edu...
   It's for an IMS MPR. We're at z/OS 1.9.
   
  What I'd really like is for the utility to take the load 
  module, and output the 
   CEEXOPT macro, complete with options contained in the 
  CEEROPT module.
  

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


Fw: Utility for LE Options?

2009-01-19 Thread Bill Klein
I don't know if this is what you are looking for, but at LE 1.9, you can

A) create a CEEROPT stand-alone module with
  RPTOPTS(ON)
(You may or may not want to modify MSGFILE as well)

See:
   http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ceea2180/1.9.2



B) place the resuliting load module in in you IMS JCL and run the MPR

C) check your output.  It will show you what options are set in that region
and where they are set.  See for example,
 
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ceea1180/1.1.2.1 

This will NOT tell you what the options are in sources that were overriden
nor will it provide output that is already in macro format - but I think
it should (might?) give you want you want.

Adam Johanson adam.johan...@usaa.com wrote in message
news:listserv%200901191506445185.0...@bama.ua.edu...
 It's for an IMS MPR. We're at z/OS 1.9.
 
What I'd really like is for the utility to take the load module, and
output the 
 CEEXOPT macro, complete with options contained in the CEEROPT module.

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