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 |
When reorg is used?
what is the role of the cursor in db2?
B37 abend during spufi?
There is a 5000 EMP in company.how we find out the 5th highest getting salary employee outof 5000 employes........
What is ibm db2 database?
In my table having 100 Rec. How can I delete the 7th row?? (we don't know what is data inside the table)
What is the meaning of -805 SQL return code?
What is DCLGEN ?
What is an EXPLAIN in DB2. How and what is the steps followed in EXPLAIN command. Can all the queries be used in EXPLAIN command to check the performance.
what is a trigger and types of triggers
Explain about rct.
what is commit & rollback? When and where is used while compiling a cobol-db2 program?