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 is coalesce in db2?
How to fetch the last row from the table in SQL (db2)?
What are the various isolation levels possible?
What is db2 bind?
What is bind in db2?
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?
Mention the different locking levels that are available in db2.
What is null indicator in cobol db2?
What is a db2 tablespace?
Are views updateable?
What is a db2 table?
List out the buffer pools in db2
What is a dbrm in db2?
Comment whether the cursor is closed during commit or not.
What is meant by dclgen?