What is runstats and reorg in db2?
No Answer is Posted For this Question
Be the First to Post Answer
What is a db2 package?
what is the certification that has a good value for a practioner in mainframes but not habving much knowledge on db2 related stuff?
I have a main program (A) where we delete some rows in table in a cursor, and we commit it in sub program(B). What will happen - will we get an error or not?
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).
Is ibm db2 free?
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?
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.
What is package versioning? Please give an example.
What is the self-referencing constraint?
what is utility for parm lib
What is ACQUIRE/RELEASE in BIND?
if i made sme changes in sub pgm wht r the things to be done for this ?