Can we declare DB2 HOST variable in COBOL COPY book?
Answer Posted / a.roselin
No, We cant declare it in Cobol copy book, why because,
Copy book is not expand during the precompilation, But if
you declare it in DCLGEN, it will be expanded during
precompilation.
| Is This Answer Correct ? | 6 Yes | 8 No |
Post New Answer View All Answers
What is dbrm library?
Why do we bind in db2?
What is table space in db2?
How and when does the db2 enforces the unique key?
Which isolation level provides highest data integrity?
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?
What is the difference between using bind () and rebind () methods of naming class?
What are iseries servers?
What is dclgen (declaration generator)?
What is temporal table in db2?
List out the data types available.
What language is db2 written in?
Who uses db2?
Explain what are the various isolation levels possible?
What is difference between rollback and commit?