What are the differences between COBOL and COBOL II?
Answer Posted / ravi
Cobol II suports structure programming by using Inline
performs and explicit scope terminators
Cobol used for reports which is not present in COBOL II
COBOL II has many new features like EVALUATE.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What are declaratives and what are their uses in cobol?
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
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is the difference between external and global variables in COBOL?
HOw can I get the negative sign while deduct high value from low value
How do define dynamic array in cobol.
Write some characteristics of cobol as means of business language.
How to print 10 to 1 if the input have only 10 digit number?
Explain how you can characterize tables in cobol?
Can a Search can be done on a table with or without Index?
What rules are followed by the search verb.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How you can read the file from bottom?
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 ......