What is the use of DELGEN in DB2? Can we Write the program
with out using it?
Answer Posted / balaganesan p
DCLGEN is used to create the cobol copy book. But it is not
mandatory to use DCLGEN for that. We can hardcode that
cobol variables. For the purpose of reduce the manual
errors we use DCLGEN to create those copy books.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does sqlcabc has?
Define sqlca.
How to resolve deadlock issue
What is difference between rollback and commit?
In an sql table that is embedded, what is the procedure to retrieve rows that are part of a db2 table?
When the like statement is used?
What do you mean by storage group (stogroup)?
What are host variables in db2?
Is the primary key a clustered index?
What is the difference between nvl and coalesce?
What type of database is db2?
What is the max length of sqlca?
What does db2 mean?
Explain the function done by data manager?
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?