What is DCLGEN?
Answers were Sorted based on User's Feedback
Answer / s
DCLGEN is declarations generator that reads the catalog
tables and generates DECLARE TABLE statments and host
language data structures. It ensures that the column data
types and length match the host variables and minimizes the
SQL errors during bind time
| Is This Answer Correct ? | 19 Yes | 3 No |
DCLGEN is a DB2 utility.If we provide table details,it will
generate DB2 structure and host variable structure of the
table.It can also generate NULL indicators for the NULL
columns.This output is stored in a PDS member.These members
are included in the program using the INCLUDE<pds member>.
| Is This Answer Correct ? | 20 Yes | 4 No |
What is null in db2?
How to resolve -803 sql code in DB2?
What is precompiler in db2?
How to check last update on table in db2?
Once you create a view, where would information about the view be stored?
Are views updateable?
How to find last record before record through SQLRPGLE?
When do you specify the isolation level?
what is the process of precompiler?
how can we find nth max salary from A table
Where can you declare a cursor in a cobol-db2 program?
What is deadlock?