In A cobol program , we can use COPY Statement in FILE-
SECTION / WORKING-STORAGE SECTION / ENVIRONMENT DIVIION
basically what is the difference
Answer Posted / kanika
yes we can copy it any where basically it will copy the
line of code mentioned in another source program.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What are literals?
Explain about different table spaces.
What is the difference between perform … with test after and perform … with test before?
How many bytes S(8) comp field occupy and its maximum value?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
How many sections are there in data division in COBOL?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What is comp-1 and comp-2?
what is difference between cobol and cobol/400
Difference between array and sub-script ?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How do get the result of your program directly on your pc?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.