Answer Posted / 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 |
Post New Answer View All Answers
How does coalesce work?
Where can you declare a cursor in a cobol-db2 program?
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.
How do I connect my db2 database to ibm?
What is the physical storage length of date data type?
How to rename a table in DB2 ?
Explain dclgen.
If the cursor is kept open followed the issuing of commit, what is the procedure to leave the cursor that way?
What is with ur in db2?
Discuss about db2 bind?
What is load utility in db2?
What is the syntax for seeing the columns and data types of a table in the db2 database?
How would the varchar column remarks defined?
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?
Describe major components of db2?