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 |
Usually, which is more important for DB2 system performance - CPU processing or I/O access?
How and when does the db2 enforces the unique key?
what are the SQL codes u freequently got?
In cursor program-1 can we create another cursor program-2 inside the cursor program-1.If yes how/no why ?
What is explain in db2?
Define sqlca.
when we are tying to update a table having 100 rows. if the program abends when updating 51 row . how to start updating again from the 51 row .what was the logic
Where is the output of EXPLAIN stored?
what is a collection?
Is db2 a mainframe database?
How does DB2 determine what lock-size to use?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?