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 the role of schema in the db2 database?
how can u retrieve the data from null values using applicaion program.
What is sqlcode -811?
7 Answers Accenture, CTS, TCS,
What is usage pointer in cobol?
What is cloudant database?
how can you access index
How to fetch the last row from the table in SQL (db2)?
Compare a subselect to a join?
What is cobol db2?
Is it possible to precompile if db2 goes down?
What is load replace in db2?
What is a Database Request Module(DBRM)?