For a CICS-DB2 program, how is the plan referenced?
Answer Posted / 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 |
Post New Answer View All Answers
Explain how do you handle errors in cics programs?
What is the difference between a return with transid and xctl?
Can you use occurs in bms map?
Explain the difference between a symbolic map and physical map?
What do you mean by CEMT?
What are the some important fields in the eib block?
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.
Explain the use of DCT ?
Name the three ways available for a program to position the cursor on the screen?
Name some translator and compile options and explain their meaning?
What is a cics task?
how do you intitiate another transaction?
Define exec cics retrieve?
What is DEQ?