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 are delete-connected tables?
How to handle null values in db2
What is db2 command?
db2 maintains information about the data... a.in tables. b.in a set of tables known as db2 catalog. c.in db2 database. d.none of the above.
What is a Resource Control Table(RCT)? Describe its characteristics.
When do you specify the isolation level?
I have a table which has thousand of records i want to fetch only record num 100 to record num 200. Write a query that satisfies this criteria.(Cant use any keys) Anyone please reply ASAP!
17 Answers KNIT, Tech Mahindra,
what is the difference between join and union?
Explain packages.
How does one remove entries from the SCT02 table?
How do I create a view in db2?
Hi Everyone... Under the Logical files, when am working on multiple rec format logical file, I have joined two pf's using the multiple record format logical file concept, but when i run queried the LF only the first mentioned pf records are reflecting and I am not able to see any of the field records specified under the second pf. Kindly let me know whats the reason behind this. Below is the str of LF., R rec PFILE(LOGICAA) CUSTNO CUSTNAME BILL K CUSTNO R rec1 PFILE(LOGICAA1) CUSTNO ADD K CUSTNO .....