In A cobol program , we can use COPY Statement in FILE-
SECTION / WORKING-STORAGE SECTION / ENVIRONMENT DIVIION
basically what is the difference
Answer Posted / suresh ramaiyan
There is no difference.
COPY statement just copy all the lines from the copybook
into the source code.
When we feel some piece of codes are used repeatly then we
can code it into the copylib.
So, it is in our hand where to use COPY.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Define static linking and dynamic linking.
How to print 10 to 1 if the input have only 10 digit number?
What rules are to be followed while using the corresponding options?
what is the difference between COBOL2 AND COBOL390?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is the usage of comp fields in cobol?
Explain about different table spaces.
A table has two indexes defined. Which one will be used by the SEARCH?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
) what is the difference between AID and HANDLE AID?
) How do u handle errors in BMS macro
How to know whether the module is dynamical or statistical?
how to access the file from prodution from changeman tool and to submit a file to production
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?