On Thu, 17 Mar 2016 11:39:37 +0000, Brenton, Ren wrote:

>I have a requirement to determine, from batch, if a program has been "NEW 
>COPIED" 
>in a specific CICS region.

AFAIK, New Copy in CICS is similar in concept to LLA Refresh for that CICS 
region.

>PS, Go easy on me, as I have a tough time even spelling C I C S, let alone 
>doing much in it.

You want to know what is going on inside of a CICS region from outside of it, 
and you want 
to know programmatically, from a batch job, and you don't know CICS. Good luck. 

You'd have to go poking around in the CICS region's storage. That would mean 
scheduling 
an SRB to run there and return the needed information. You'd have to know how 
to serialize 
your access to CICS control structures, without interfering with the operation 
of CICS.

Maybe you can find a product that will do what you want.

-- 
Tom Marchant

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

Reply via email to