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 |
Which is faster delete or truncate?
DB2: A calls B once sucessfull and second time when it calls says curson is open why is it so?
how to unload different table data into different gdg files/ vsam files.
What is null indicator in db2?
What is a recovery log?
What is explain in db2?
What is the connection string to connect to the DB2 Database ?
In my table having 100 Rec. How can I delete the 7th row?? (we don't know what is data inside the table)
What is the SQL Communications Area and what are some of its key fields?
in column y record abc.v abc.s xyz.j abc.h i wan only abc columns how to retrieve thi records
Is it Possible to declare or create a cursor for UPDATE of table? If yes tell me how? If no Tell me why?
What are foreign keys?