What is DCLGEN ?
Answers were Sorted based on User's Feedback
Answer / elavarasi
Declaration Generator used to convert db2 datatype to cobol
declarations..
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / prakash
DCLGen is a utility,it gives corresponding cobol (host
variable) declarations.
| Is This Answer Correct ? | 1 Yes | 2 No |
What information is used as input to the bind process?
What do you need to do before you do EXPLAIN ?
Which isolation level provides highest data integrity?
What is copy pending and check pending in db2?
When is the access path determined for dynamic SQL?
How to resolve -502 sql code in DB2?
what is consistency token
what is utility for parm lib
What is the default page size of buffer pools?
What is an intent lock?
i have cobol+ db2 program but it contains n number of subprograms for this how many dbrm members i need to mention in bind process
in my project..TEST is db2 8.1 version In PROD it is 7.1 if i do REORG in TEST.. can I use the same REORG jcl with out modification in PROD region (this is DB2 8.1 )? if not, what modification i need to do in my REORG control card?