Page 1 of 1

Inquery program from 4 cics region.

PostPosted: Mon Mar 10, 2014 6:13 pm
by MeSh
Dear friends.
In our site we have 4 CICS region that works concurrently and transactions that comming from external envirunment routed to one of those. (For example appls are : CICSAPP1 or CICSAPP2 or CICSAPP3 or CICSAPP4)
So. I want to write a system program that uses an SPI "CEMT I PROG(applprog)" from CICSAPP1 to enquire all of 4 CICS regions and retreive total number of using "applprog ".
How I can do that.
Special thanks.

Re: Inquery program from 4 cics region.

PostPosted: Wed Mar 12, 2014 11:51 pm
by Quasar
We usually CRTE SYSID=CICSAPP1, CRTE SYSID=CICSAPP2, CRTE SYSID=CICSAPP3 and check CEMT I PROG in each of those regions. I don't think, this it's possible to enquire in all four regions - after all they are separate.