What is db2?
No Answer is Posted For this Question
Be the First to Post Answer
Name some fields from SQLCA.
When do you specify the isolation level?
How many clustering indexes can be defined for a table?
If a non-DB2 program calls a DB2 program, the calling program's name will be there in SYSIN of IKJEFT01 and the plan name will be that of the called program. But is a bind needed or a plan has to be created for the non-DB2 program also?
how to delete perticular row from table for ex. how you will delete 3rd row from table please answer THANKS IN ADVANCE
Where are plans stored?
What is the size of a data page?
how to execute qcmdexc in rpgle?plz write code also?
How do you insert a record with a nullable column?
How can you split a table in to exactly half?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
1) 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).