What is Declaration Generator(DCLGEN)?
Answer / ms. stanley
DCLGEN, as it is called, Contains the table Description and
the Field Names for the program to access the DB2 table
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the use of db2?
What is the meaning concurrency in the db2 database?
How to resolve deadlock issue
Which components manage deadlocks in db2?
What is correlation names?
Explain what a plan is?
Where besides the DB2 catalog is database object information stored by DB2?
which SQL comment successfully removes uncommitted changes from a DB2 database A) rollback B) delete C) drop D) decommit
Give the COBOL definition of a VARCHAR field.
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.
Can we declare cursor in Procudere division or open the cursor in the Working storage section. Is there any particular rules in the usage of cursors lifecycle
What is meant by a unit of recovery?