db2 restart logic ?
Answer / ankitha
declare temp table with fields pkey and commit frequency.
then set commit frequency ie after 100 records it should
tabulate the temp table and in procerdure division read the
last pk value and should start updating after that pk value
and should delete this temp tble after the final commit or
stop run.
| Is This Answer Correct ? | 13 Yes | 1 No |
What is multi row fetch in db2?
Can a array declared with an index be displayed(readable format) in spool?
What does DML stand for and what are some examples of it?
I have 1000 rows in a db2 table.I want to update first 100 records,How do I do it?
how to resolve -805 . how to see dbrm and package not found
what is different three logs in DB2?
How are write I/Os from the buffer pool executed?
Is there any advantage to denormalizing DB2 tables?
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).
Can i insert bulk records into a db2 table using qmf of spufi only............!!!
Why use RUNSTAT Utility?
I have some 3 particular fields ..i want to know which all tables have those 3 fields. Is there any way to identify.. can we know by quering system tables..