In cursor program perform para varying until 1 by 1 fetch para cursor------close para in the blank what will come for confirming in the database?
HCL,
1 6346I have a table(product),It contain fields(productname,cost). I want to retrieve the product name ,which cost is second maximum in the table?
10 14371How do I handle -911 (deadlock) error in a db2 program so that the program will never abend?
3 21678I have two tables A and B. Both tables are connected with SSN number as foreign key. I want to retrieve a column data from B table. How will you write a query?
CTS,
3 8853While creating a table, by mistake you have given size of one field as 10. But as per requirement size should be 8. What is your next step?
4 113371) I have 3 programs : PGMA, PGMB, PGMC. PGMA calls PGMB and PGMB calls PGMC. I have to do inserts, updates in all the 3 pgms. 2) Say PGMC has done its work successfully and returned to PGMB 3) PGMB had an SQL error while doing some update 4) PGMA has already done some updates before calling PGMB all are running under the same CICS region. What will happen if I issue SYNCPOINT ROLLBACK in PGMB when it abends ? Does all the changes in PGMA,B,C rollback ? (because all the pgms belong to same task).
1 6690
Give the name of some fields form sqlca.
What is the use of predicate?
How to execute stored procedure in db2 command editor?
How to view db2 table structure?
What is load replace in db2?
What os does db2 run on?
What does a deadlock mean in DB2?
Is the primary key a clustered index?
What is the role of data manager in the db2 database?
i want to maintain uniqueness on pdf without make lf??????????
what is the role of the cursor in db2?
In an sql table that is embedded, what is the procedure to retrieve rows that are part of a db2 table?
What is bufferpool in db2?
What is precompiler in db2?
Comment whether dclgen is mandatorily used. If not, then what is the point of using it?