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
What is the difference between binary search and sequential search?
State the various causes of s0c1, s0c5 and s0c7.
Name some of the examples of COBOl 11?
Describe the cobol database components?
What is comp-1 and comp-2?
How can you get the ksds file records into your cobol program?
What is amode(24)?
Have you used comp and comp-3 in your project? And how?
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)?
) How do u handle errors in BMS macro?
What is the difference between PIC 9.99 and PIC9v99?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
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 ......
what are decleratives in cobol?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..