Answer Posted / narayana reddy
expect declare cursor remaining all are
executables(open,fetch,close)
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
List out the three types of page locks that can be held.
What are the uses of db2 optimizer?
Highlight all the advantages that are attached to a package.
How to fetch the last row from the table in SQL (db2)?
What is check constraint. Explain with example.
What is role in db2?
What is the difference between "db2ilist" and "db2 get instance" commands in DB2 Database Server?
Explain about rct.
Is the primary key a clustered index?
What is host variable in db2 cobol?
Suppose pgm A calling Pgm B .Pgm B has some Db2 program. at the time of compilation should plan and package will be created for both A and B or only B? What is the concept?
What is the maximum size of varchar data type in db2?
What are the 2 sqlcodes that are returned?
What is a Foreign Key?
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 .....