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 |
what are the two ways of breaking a cpu bound process to allow other task to gain access to cpu?
What is non-conventional programs?
Define cebr?
Name some of the common tables in CICS and their usage.
Explain the exact situation, when to use CALL, XCTL and LINK?
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
How do you access storage outside your CICS program?
Specify cics transaction initiation process?
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.
What is dynamic transaction backout?
What is the pic clause for the hhmmss type of data fields?
How do you rollback data written to an ESDS file?