What are the contents of a DCLGEN?
Answers were Sorted based on User's Feedback
Answer / s
DCLGEN reads the catalog tables and generates DECLARE TABLE
statements and host language data structures that are used
to receive the data. These DECLARE TABLE statements are
used by the precompiler to check the syntax of the SQL
statement.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / ramesh naidu
It contains the db2 equalent cobol variables called host variables
| Is This Answer Correct ? | 3 Yes | 0 No |
if suppose i am having an ACCOUNT table with 3 coloumns ACC. NO,ACC. NAME,ACC. AMOUNT . If a unique index is also defined on ACC.NO and ACC.NAME then write a query to retrieve account holders records who have more than 1 ACC.
What is db2?
What are packages in db2?
What is a db2 package?
What is normalization and what are the five normal forms?
How to handle null values in db2
What is the purpose of the DSNC transaction ?
Suppose there are many duplicate records in a Db2 table. What is the query to retrive only duplicate records?
What is concurrency in db2?
what is the use of bind parameter, Replace?
What do you need to do before you do EXPLAIN?
What does a deadlock mean in DB2?