Can we declare DB2 HOST variable in COBOL COPY book?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / arup
the below code is working fine....
COPY DSBPRDDS.
DSBPRDDS is a DCLGEN.
| Is This Answer Correct ? | 0 Yes | 2 No |
What is a page in db2?
What are concurrency issues?
Can one database have multiple instances?
Which is faster delete or truncate?
What is a root page?
Can SQL statements/queries be included in a copybook?
What is check constraint. Explain with example.
How to retrieve rows from a db2 table in embedded sql?
How do I connect my db2 database to ibm?
What is Call attach facility? How does it work?
Is Cursor exicutable ?
How does DB2 store NULL physically?