What is the use of DELGEN in DB2? Can we Write the program
with out using it?
Answer Posted / deepak gairola
DCLGEN(Declaration Genrator) is used to generate DB2
equivalent Cobol Datatypes. We can write a cobol Db2
program without using it but we will have to declare cobol
variables in our Program and for sure it need to be DB2
Equivalent... but it is preffered to use DCLgen as it gives
you the accurate... equivalent... of db2 datatype...and it
enhances the performance no doubt...
For Sql Datatype is Name Varchar(20).
so cobol equivalent is
01 Name.
49 Name-len PIC s9(04) comp.
49 Name-text pic x(2).
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
How does cobol compile db2 program?
Explain db2.
What is db2 bind process?
What is coalesce in db2?
can all users have the privilage to use the sql statement select * (dml)?
What does runstats do in db2?
Name the various locking levels available?
Can there be more than one cursor open for any program?
Mention the different locking levels that are available in db2.
Define data page.
How can record locking be achieved in those DB2 versions which do not support it?
How do I start db2 in windows?
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.
What is package in cobol db2?
What is the physical storage length of timestamp data type?