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
What is the difference between perform … with test after and perform … with test before?
What is the difference between PIC 9.99 and PIC9v99?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
how do you reference the printer file formats from cobol programs
example for sub strings ? and refernce modifications whit output pls
What is rmode(any) ?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
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 are 77 levels used for?
How are the next sentence and continue different from each other?
Difference between cobol and cobol-ii?
What is the problem of ordered sequential files access?
i want a program using by if, evaluate , string, unstring, perform, occurs?