I haven't done CICS in ages, and I mean ages. So, if IDMSINTC is something we deliver and link via SMP/E, then I suspect the fix I have may come into play here. However, if the client assembles something and then links it together, if we document a suggested link edit process, we need to make sure the link edit process is correct and that the client has it linked correctly as well.
Now, all that being said, the ultimate question is, "Who is loading the program?" If loaded by the z/OS loader, then REENT, REUSE and REFR are all honored and a module will be loaded into key-0 non-fetch protected storage. However, if CICS is loading the module, does CICS issue an Op/Sys load or load it on its own, like CV does? -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Walt Farrell Sent: Monday, February 09, 2009 1:07 PM To: [email protected] Subject: Re: Extracting in-stream dataset (i.e. SYSIN) from SMF On Mon, 9 Feb 2009 16:27:51 +0100, Ferran Perxas <[email protected]> wrote: >In some cases, the developers dynamically build JCL and they submit those >via intrdr from CICS (super "fat-batch-running" transactions), my client >wants to keep this up and working, but i want to know which programs are run >in my productive environement. Or in this case "were" run. The obvious place for you to capture the instream data is in whatever process the developers use to build and then submit the jobs from CICS. Presumably they're using some transaction to do that. Have it save a copy somewhere for you to examine later. Or have it examine the job for the things you want and just log that data. -- Walt ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- 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

