What is DCLGEN ?
Answers were Sorted based on User's Feedback
Answer / naveen87ginjupalli
DcLGEN is Declaration Generator generates DB2 equalent
cobol variables called Host Variables.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / girish kumar
DCLGEN is one of the db2 UTILITY.
which is used to create host varibles.
when we provide tabel details to the DCLGEN, DCLGEN will
create host-varible structure in a saparate PDS Member.
That host variable are used to communicate application
program(COBOL) and database(DB2)
| Is This Answer Correct ? | 4 Yes | 0 No |
How do you leave the cursor open after issuing a COMMIT? (for DB2 2.3 or above only)
SQLCODE = -199, ERROR: ILLEGAL USE OF KEYWORD CHAR, TOKEN KEY was expected
What is runstats and reorg in db2?
why we create view.
Explain about rct.
What are the rules for db2 programming?
What is a DB2 bind?
Assuming that a site's standard is that pgm name = plan name, what is the easiest way to find out which Will precompile of an DB2-COBOL program bomb, if DB2 is down?
What is the meaning concurrency in the db2 database?
What is ALTER ?
Can I use LOCK TABLE on a view?
What is a collection?