what do you mean by copybook? and what is the difference
between the copybook which we are using in working storage
and procedure division.
Answer Posted / michealraj. g
There are two types of copybooks: 1. Working storage
copybook 2. Procedure division copybook
1. Working Storage copybook: It contains the input or
output fields names with the field definitions like type or
length of the fields. Instead of defining so many variables
in the WS section, we can have it in a separate file like
thing. It is also useful in mapping the I/P or O/P records
with the specific fields.
2. Procedure Division copybook: It contains set of COBOL
statements in order to execute it at a particular time. It
acts as a sub-program.
| Is This Answer Correct ? | 21 Yes | 1 No |
Post New Answer View All Answers
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What type of SDLC u followed? Why?
In COBOL programming, what is PERFORM? What is VARYING?
Write some characteristics of cobol as means of business language.
what is amode(24), amode(31), rmode(24) and rmode(any)?
How do you differentiate between cobol and cobol-ii?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What guidelines should be followed to write a structured cobol prgm?
Explain how to differentiate call by context by comparing it to other calls?
how do you reference the fixed unblock file formats from cobol programs
A table has two indexes defined. Which one will be used by the SEARCH?
What is the difference between external and global variables in COBOL?
how do you define single dimensional array and multidimensional array in your cobol?