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 function of logging in the db2 database?
in the CURSOR declare statement, if i am using an where clause and trying to compare the value with a host-varialble. EXEC SQL DECLARE C1 CURSOR FOR SELECT DEPTNO, DEPTNAME, MGRNO FROM DEPARTMENT WHERE ADMRDEPT = :ADM-DEPT Where would i need to provide value to this host-variable in the where clause. how could i pass value to this host-variable to check it.
cursor with hold explain ?
What is a composite index and how does it differ from a multiple index?
What is the default page size of buffer pools?
How do I add a column to a table in db2?
What's the maximum number of characters that a tablename can have?
What is PRIME TABLE and what are the uses of it
What is the syntax for creating a table in the db2 database?
How do I add a column in db2?
Explain the use of the WHERE clause.
What is the physical storage length of the data types date, time, and timestamp?