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 / jeena.mj
A common piece of {source code} designed to be copied into
many source programs, used mainly in mainframe programming.
working storage copybooks contains only records which we
are using in more then one program.
procedure division copybooks contains cobol logic
statements.
mostly we use working storage copybooks.
Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Explain about different table spaces.
What is an in line perform? When would you use it? Anything else you wish to say about it.
HOw can I get the negative sign while deduct high value from low value
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
When is inspect verb is used in cobol?
Why would you use find and get rather than to obtain?
What is a report item?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What are the different data types in cobol?
Why occurs cannot be used in 01 level in COBOL?
What are different data types in cobol?
Write the code to count the sum of n natural numbers.
Write down the divisions of cobol program?
What is the difference between comp and comp-3?