how to identify the pseudo conversation by seeing the program
Answers were Sorted based on User's Feedback
Answer / shravan kumar.p
psudo conversation technique is implimented by using
send,return,commanda..
if EIBCALEN=00 executes send return commands.
if EIBCALEN#00 executes recive commands.
| Is This Answer Correct ? | 4 Yes | 1 No |
What is the difference between Primary key and unique index?
what is commit & rollback? When and where is used while compiling a cobol-db2 program?
What is a view? Why use it?
What is DB2 (IBM Database 2)?
What is db2 bind?
if one db2 pgm calls another db2 pgm. how many plans do we need. what r the steps involved..
What is database alias db2?
What is declare cursor?
what is plan? is plan executable or package?
Q1. How will you use two different DB2 qualifiers in a single COBOL program? Suppose we have 2 tables EMP1 and EMP2 with same structure defined in two different DB2 qualifiers QUAL1.EMP1 and QUAL2.EMP2 now during first 15 days we want to use QUAL1.EMP1 and rest of the days QUAL2.EMP2 how will we do this. We can create a single program and a single load for this program.
What is isolation level in db2?
What is an access path?