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 |
What is db2 and what is the use of db2 optimizer?
What is the difference between primary key & unique index ?
how to execute qcmdexc in rpgle?plz write code also?
How to access db2 tables in mainframe?
how to u check the query is executing or not ?where will u check for sqlcode ?
What is db2 bind process?
What is the SQL Communications Area and what are some of its key fields?
If we have 100 records in the PF, we deleted all the records then what is the Size of the PF?
What is a precompiler?
What are the disadvantages of using VARCHAR?
Suppose we are doing transaction in a table and abend happened in between. Suppose i have completed the transaction upto X rows and I want to start the transaction again where the abend happened. I don't want to do the transaction from the first record. Then what i have to do.
How many databases can be created inside an instance in db2 ?