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 are stage one indexable predicates?

1 Answers  


What is the difference between cursor stability and repeatable read isolation levels?

0 Answers  


I have 1000 rows in a db2 table.I want to update first 100 records,How do I do it?

4 Answers   CTS,


In my table having 100 Rec. How can I delete the 7th row?? (we don't know what is data inside the table)

9 Answers   IBM,


Define predicate?

0 Answers  






What is Call attach facility? How does it work?

1 Answers   Syntel,


What is bind in db2?

0 Answers  


What is the difference between Primary key and unique index?

6 Answers  


How can you compare table column after update and before update?

5 Answers   Satyam,


What is cobol db2?

0 Answers  


One program calling 5 subprograms, its a cobol db2 program, after precompilation how many plans and packages will created?

3 Answers  


what is load and unload in db2

1 Answers   IBM,


Categories