What does db2 mean?
No Answer is Posted For this Question
Be the First to Post Answer
How would you find out the total number of rows in a db2 table?
i have cobol+ db2 program but it contains n number of subprograms for this how many dbrm members i need to mention in bind process
i know the stpes 2 create an executable CICS/DB2 cobol code. 1. DB2 Precompiler converts the SQL Statements into COBOL API statements and creates another member with Acess plans. CodeA results in CodeB (code with API calls) & CodeC ( Access Plans ) 2.Code B is compiled/linked 2 create an exceutable.(codeE) 3.Now CodeC is binded to the database on which CodeE will be run. Can somebody provide me the sample JCLs for precompile/compile/link/bind.
In BIND, isolation level parameter specifies the duration of page lock and ACQUIRE, RELEASE also do almost the same thing. What is the exact difference between the two? Do they work in conjunction while executing SQL queries and obtaining locks?
Explain how can you do the explain of a dynamic sql statement?
I have a DB2 table which has 1000 rows.after udatingg first 110 rows, my job abends. Now what I have to do if I want to restart the job next time so that it should start updating from 111th row (without updating first 110 rows again).
What is the use of predicate?
What is image copy?
when we are trying to update db2 rows. if the program abends . how we will know that the last successful update row was
What is netezza database?
5 rows are inserted to a DB2 Table. Next 3 of those are updated, then a rollback is issued. What would happen when the rollback is issued?
What is the difference between Where and Having Clause