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 / shan
Copy books are nothing but COBOL code which can be used in
multiple programs are written in a separate member.
By using COPY <COPY BOOK NAME> statement(COPY is a compiler
directive command), The piece of code in the copy book will
get expanded during compilation.
Mostly copy books are used to define file structures, any
variables structures,which can be defined in multiple
programs, also for some common paragraphs(Ex: Abend
paragraphs). This does not mean this is the only usage.
Even file section, for select clause also we can write a
copy books.
Any part of your COBOL program can be written into to a
separate copy book and using copy command it can be
expanded. There is no classification as working storage copy
book or procedure division copy book, If any one stands by
this classification, please let me know any books or
materials you have referred, i will also get updated.
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What are the different data types in cobol?
how do you reference the rrds file formats from cobol programs
Write the code implementing the perform … varying.
What is link edit in cobol?
What is static and dynamic call in cobol?
How do get the result of your program directly on your pc?
Have you used comp and comp-3 in your project? And how?
how to access the file from prodution from changeman tool and to submit a file to production
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)?
Mention the guidelines to write a structured cobol program?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What are the different rules for performing sort operation?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What are the rules of the move verb?
how to convert the recors form vsam file to db2 table tru file aid