Cursors can be declared in both working-storage & procedure division, agreed. But is there any difference? If could you please suggest what is the difference
No Answer is Posted For this Question
Be the First to Post Answer
What is the significance of DB2 free space and what parameters control it?
How can you quickly find out the # of rows updated after an update statement?
What is the role of data manager in the db2 database?
i have a db2 variable how do u declare tht into working storage section ?
Q3. How will you fetch duplicate values from a DB2 table?
which is the most efficient tablespace?? a.simple tablespace. b.partitioned tablespace. c.segmented tablespace. d.none of the above. please post answer with the reason.?
ther r 2 tables OTTABLE & SALTABLE, add the otamt from OTTABLE to empsal of SALTABLE if eid is matched else add the unmatched from OTTABLE to SALTABLE
Assuming that a site's standard is that pgm name = plan name, what is the easiest way to find out which Will precompile of an DB2-COBOL program bomb, if DB2 is down?
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).
what is the maximum number of tables that can be joined ?
If a table has a column "dept" (declared to have nulls) and there are 10 rows in the table of which 3 have a null value in the dept column, what will select count(*) and select count(distinct dept) return?
how 2 resolve the -311 sqlcode