For a CICS-DB2 program, how is the plan referenced?
Answers were Sorted based on User's Feedback
Answer / abhijit
For a CICS-DB2 program the transaction which defines the
application program should be defined in the RCT table. The
RCT table has a reference to the plan. The program should
be bound to that plan to execute it successfully.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / harish
HHHHHHHHHHIIIIIIIII
IN RCT TABLE
GIVE PLAN NAME=
TERMID:
TRANSID=
LANG=
Harish poomgame shivappa
NIIT Technolgies
Kolkata
| Is This Answer Correct ? | 2 Yes | 0 No |
Do you require a table entry for a TSQ?
After execute the map, What will happen ? Give breif Description
What is program reentrance?
how to get 'time stamp' in cics prgms ,what is the syntax.
What is the use of DCT?
Can you define ppt and what are its uses?
Mention the option used in a cics command to retrieve the response code after execution of the command?
How ENQ and DEQ used in CICS?
Explain the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
What are the three BMS options ?
what are the differences between and exec cics xctl and exec cics start command?
Hai I have a VSAM file and there are two CICS pgms A and B both intends to update the file. How to code the program so that it does not under go a dead lock situation.