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 physical storage length of each of the following DB2 data types: DATE, TIME, TIMESTAMP?
Hi i need to write a query on the following requirement. SELECT COMM_TEXT INTO :WS_MIKM_COMM_TEXT FROM MPIPROD.MIKMV01 WHERE ACCOUNT_NO = :WFD_ACCOUNT_NO AND (SUBSTR(COMM_TEXT,1,39) = :WS_COMMENT_TEXT AND SUBSTR(COMM_TEXT,47,14) = :WS_DENY_DESC) OR (SUBSTR(COMM_TEXT,1,39) = :WS_COMMENT_TEXT) The above query is to be modified. The requirement is if both the fields are equal then that has to be given priority. In the above query if it satisfies any one it comes out without checking if both being equal is possible.
My DB2 program first read the data from a file and then it look into a table with the data it got from the file.If we did not bind the program , should the file read before SQL execution be success??
Is it possible using max on a char column?
What is PRIME TABLE and what are the uses of it
What is concurrency?
Could you please let me no the query for below I have table name xyx under this there is column name called employee name which starts from 100th column ends 120th column,now i want to replace only column from 101 to 104 which contains ABCS to replace with PQRS for all records which comes beetween 101 to 104 ..how to write query for this..
What are leaf pages?
What is sqlca?
What is a cursor in programming?
What is db2 instance?
What is precompiler in db2?