If we keep the DCLGEN structure for a table in a copybook
and include it in the COBOL program using the COPY
statement, will there be any impact during compilation or
at any stage of program execution?
Answer Posted / ajay ahuja
DCLGENs are processed by Precompiler.
So instead of using COPY "DCLGEN Menber", it is required to
use INCLUDE "DCLGEN member".
This is because INCLUDE copybooks are being expanded during
Precompilation and COPY "Member" will be expanded during
compilation.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
What are iseries servers?
File not opened because library is *PROD and debug is UPDPROD(*NO). ? what may be the reason? how to solve it..?
What is node in db2?
What is innodb buffer pool?
What is with ur in db2?
What is null indicator in cobol db2?
What is the difference between using bind () and rebind () methods of naming class?
What is the use of dclgen in db2?
How to find the number of rows in db2 tables?
What is concurrency?
My sql statement select avg(salary) from emp yields inaccurate results. Why?
How to resolve deadlock issue
what is a corelated subquerry?
What is a system catalog table in db2?
What is db2 bind process?