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 / 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 |
Post New Answer View All Answers
What happens in bind step in a db2 program?
What is nvl in db2?
What is ibm db2 connect?
Explain the contents that are a part of dclgen.
How many databases are there?
What is package in cobol db2?
What is database manager in db2?
Which component is responsible for db2 startup and shutdown?
What is runstats utility in db2?
Give the name of some fields form sqlca.
What is bind in db2?
What is the difference between drop table and delete table?
Is it possible using max on a char column?
Explain in detail about buffer manager and its functionalities?
Highlight all the advantages that are attached to a package.