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
run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...
What is the difference between drop table and delete table?
Which isolation level provides highest data integrity?
What is the use of value function?
In an sql table that is embedded, what is the procedure to retrieve rows that are part of a db2 table?
What is page size in db2?
How to run db2 command in windows?
How to get the ddl of a table in db2?
What is runstats and reorg in db2?
What are union and union all?
How do I add a column to an existing table in db2?
What is load utility in db2?
What is performance tuning db2?
How do I start db2 in windows?
How to rename a table in DB2 ?