Answer Posted / rana
Copybook is the Facility provided to programmer for putting
the variables or COBOL Code which is common to many
programs. This helps programmer to optimize the code and
able to write the error free code.
Copybook gets included into the program at the time of
compilation from the PDS.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
If anyone has IBM Certification Dumps pls forward to me & also let me know what are the Certification Codes that are available in DB2
What are the different types of base tables?
What is bind and rebind in db2?
What is the difference between oracle and db2?
Which component is used to execute the sql statements?
What is innodb buffer pool?
What is dbrm library?
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.
Is db2 a database?
My sql statement select avg(salary) from emp yields inaccurate results. Why?
What is declare cursor?
Explain packages.
Give the name of some fields form sqlca.
Can we update view in db2?
What is check constraint. Explain with example.