Cobol Question:

What is difference between COBOL and VS COBOL II?

Cobol Interview Question
Cobol Interview Question

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.


Previous QuestionNext Question
What is the difference between external and global variables?Difference between next and continue clause?