What are the contents of a DCLGEN?

Answers were Sorted based on User's Feedback



What are the contents of a DCLGEN?..

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

What are the contents of a DCLGEN?..

Answer / elavarasi

copybook-db2 to cobol declarations

Is This Answer Correct ?    3 Yes 0 No

What are the contents of a DCLGEN?..

Answer / ramesh naidu

It contains the db2 equalent cobol variables called host variables

Is This Answer Correct ?    3 Yes 0 No

What are the contents of a DCLGEN?..

Answer / maveric

1. EXEC SQL DECLARE TABLE statement which gives the layout of the table/view in terms of DB2 datatypes.
2. A host language copy book that gives the host variable definitions for the column names.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More DB2 Interview Questions

What is cursor with hold option in db2?

0 Answers  


How to check sequence on a table in db2?

0 Answers  


How do I import data from excel to db2?

0 Answers  


What is declare cursor?

0 Answers  


What is the maximum number of tables that can be stored on a Partitioned Table Space ?

1 Answers   IBM,






how to resolve -805 . how to see dbrm and package not found

2 Answers   IBM,


can we update the table by using cursors can anyone post the query?

5 Answers   DELL, HCL,


What is reorg?

0 Answers  


How to rename a table in DB2 ?

0 Answers   MCN Solutions,


What is the max length of sqlca?

0 Answers  


How to define the a field which accepts value till 99999.99 in db2

3 Answers  


DB2: A calls B once sucessfull and second time when it calls says curson is open why is it so?

1 Answers   IBM,


Categories