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 |
What is rct?
How to find the number of rows in db2 tables?
While creating a table, by mistake you have given size of one field as 10. But as per requirement size should be 8. What is your next step?
What is clone table?
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.
Following a db2 update statement, what is the quickest way to compute the total number of updated rows?
How we create a tables in db2,what is the process/syntax to create a table with example plz?
How to fetch the last row from the table in SQL (db2)?
what types of copies can be made with the COPY Utility ?
Which component is responsible for processing sql statements and selecting access paths?
How to solve S0C7 abend with out using DISPlay in 10 mins?
how to resolve -811 sqlcode .give clear explaination