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 |
What is the difference between group by and order by?
What do you need to do before you do EXPLAIN ?
What are catalog tables in db2?
how to identify the pseudo conversation by seeing the program
what is cursor stability?
What is the information associated with sysibm.syslinks table?
What is deadlock in db2?
DB2 is a A) data base/data communication system B) data base C) RDBMS D) Programming language
What is copy pending and check pending in db2?
what is contained in the DB2 node lock file? A) data base names B) data base users names C) license keys D) server names
How can you display the current date & current time ?
What are the full forms of spufi and dclgen and why are they used?