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?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / tom
DCLGENs need to be processed by the precompiler. The
precompiler will comment out the SQL and insert the
appropriate COBOL definitions.
If the COPY directive is used, the COBOL compiler will flag
the SQL with syntax errors.
| Is This Answer Correct ? | 8 Yes | 0 No |
Explain about cursor stability?
What is the logical entity between plan and Package?
What is the role of the data page in the db2 database?
if i made sme changes in sub pgm wht r the things to be done for this ?
How could one combine a set of incremental image copies into a single copy?
Explain about mirror activator disk mirroring?
How is deadlock resolved?
What is the use of db2?
what is a collection?
What is host variable?
What is read-only cursor?
what is SMP/E? and what are the major steps of it? thanks...