Test condition to bring down and up the CICS region.

Customer Information Control System. Middleware and MQ Series.
Post Reply
BobP
Registered Member
Posts: 44
Joined: Mon Jun 17, 2013 1:33 pm

Test condition to bring down and up the CICS region.

Post by BobP »

Hi,

There is a requirement which requires to issue a print as soon as the CICS region is brought up. Is there a way to really create a test case for such a situation, I mean apart from really bringing down or up the region, what can be possible way to do it? Can region up/down be mimicked?
Thanks,
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1895
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: Test condition to bring down and up the CICS region.

Post by Robert Sample »

The region being up or down is not something easily tested. I recommend using a PLT program that CICS will execute during the start up processing to do the print.
BobP
Registered Member
Posts: 44
Joined: Mon Jun 17, 2013 1:33 pm

Re: Test condition to bring down and up the CICS region.

Post by BobP »

Thanks Robert for the reply. I read about PLT program and it is not easy to understand it. Will have more questions.

We have invoked the TRAN directly and experimenting if it if working as per test cases.
Thanks,
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1895
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: Test condition to bring down and up the CICS region.

Post by Robert Sample »

I read about PLT program and it is not easy to understand it.
There is not much needed for understanding -- the PLT programs are executed during CICS start up or during CICS shut down. Since you want to use a CICS resource, you must create a second phase PLTPI program and the coding for it is no different than other CICS programs. What else do you need to know to do what you want?
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “CICS, Middleware and MQ Series.”