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 |
What is the use of db2 optimizer?
How do you prepare a COBOL + DB2 program from coading till execution ?
assume ther are 5000 records in a database and want to fetch using cursor. cursor fetches only 3000 records and fetch is not happening for remaining 2000 records. why it happens and how to rectify it
What is the use of with ur in db2?
What is the difference between group by and order by?
Is it possible to precompile if db2 goes down?
I have 1000 rows in a db2 table.I want to update first 100 records,How do I do it?
How is a typical DB2 batch program executed ?
what needs to be done if a table is in copy pending / check pending status?
In SPUFI suppose you want to select maximum of 1000 rows, but the select returns only 200 rows. What are the 2 SQLCODEs that are returned?
Mention data types used in db2 ?
What is cursor stability in db2?