Page 1 of 1

share information between different CICS program

PostPosted: Fri Mar 23, 2012 10:13 pm
by sinmani
• What RCT Entries will you make for a CICS DB2 program??
My Ans : Table name.
• How do we pass parameters into a CICS –DB2 program?
Ans using SYSTIN
• How many ways to share information between different CICS programs?
Ans TSQ, TDQ
• What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?
Ans Resource unavailable

PLease correct in case of mistakes

Re: Few Question

PostPosted: Sat Mar 24, 2012 12:02 am
by Robert Sample
• How many ways to share information between different CICS programs?
Ans TSQ, TDQ
What about DFHCOMMAREA, TWA, VSAM files? And there are others, too, depending upon circumstances (one example being TCTUA).

• What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?
Ans Resource unavailable
A partial answer, at best. The question is fuzzy -- what queue (TS, TD, MQ series, etc)? And the answer is even fuzzier -- what does "resource unavailable" mean in terms of EIBRESP or other CICS result (abend, for example)?

Re: share information between different CICS program

PostPosted: Mon Mar 26, 2012 12:14 pm
by mongan
I find your first two entries to be wrong too. There are different kinds of RCT entries, you need to examine what you can define in the manuals. And you can not pass information to a CICS DB2 program with SYSTIN. So, to sum it up, as far as I know you did not answer any of the questions properly, or at least fully. And Robert did not mention containers for the third question. You need to do some research on all of these. Learning how and where to search for answers to these questions is a very important skill set, you will need it all your life.

Re: share information between different CICS program

PostPosted: Wed Apr 04, 2012 10:18 am
by sinmani
Thanks all for your replies.

Well looking for the anwers is very difficult and the team size is small and not much help available from thhe seniors.

Google maharaj is all I have at my disposition :)

This forum is a knowledge powerhouse I must say :))

Re: share information between different CICS program

PostPosted: Wed Apr 04, 2012 11:57 am
by mongan
For the RCT entries look in the CICS Resource Definition Guide, there you can find out how to define them (using CEDA). Please feel free to place specific questions, we like to help.