What is copy book?
Answer / 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 |
I am getting a error multiple row fetched while executing a Cobol-DB2 program.How can I solve it without using a cursor.
How can record locking be achieved in those DB2 versions which do not support it?
How can deadlocks be resolved?
What are types of indexes?
How do you retrieve the data from a nullable column?
How to get the ddl of a table in db2?
how to u check the query is executing or not ?where will u check for sqlcode ?
What is the error code -803 ?
Could anyone clearly explain the diference between sub query and correlated sub query?
What are the 4 environments which can access DB2 ?
What is the function of the Data Manager?
db2 maintains information about the data... a.in tables. b.in a set of tables known as db2 catalog. c.in db2 database. d.none of the above.