What is the maximum size of a char data type in db2?
No Answer is Posted For this Question
Be the First to Post Answer
What does db2 blu stand for?
What language is db2 written in?
what is the input to PLAN? what is the input to DBRM?
What is the use of db2 optimizer?
what is a corelated subquerry?
What is FREEPAGE and PCTFREE in TABLESPACE creation?
What is the meaning of -805 SQL return code?
Name the different types of Table spaces.
How to retrieve rows from a db2 table in embedded sql?
what is the certification that has a good value for a practioner in mainframes but not habving much knowledge on db2 related stuff?
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).
how to u check the query is executing or not ?where will u check for sqlcode ?