InterviewSolution
Saved Bookmarks
| 1. |
What Is Difference Between Cobol And Vs Cobol Ii? |
|
Answer» In using COBOL on PC we have only FLAT files and the programs can access only limited storage, whereas in VS COBOL II on M/F the programs can access up to 16MB or 2GB DEPENDING on the addressing and can USE VSAM files to make I/O OPERATIONS FASTER. In using COBOL on PC we have only flat files and the programs can access only limited storage, whereas in VS COBOL II on M/F the programs can access up to 16MB or 2GB depending on the addressing and can use VSAM files to make I/O operations faster. |
|