InterviewSolution
| 1. |
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)? |
|
Answer» The following features are available with VS COBOL II: 1. MVS/XA and MVS/ESA support. The compiler and the object PROGRAMS it produces can be RUN in either 24- or 31-bit addressing MODE. 2. VM/XA and VM/ESA support the compiler and the object programs it produces can be run in either 24- or 31-bit addressing mode. 3. VSE/ESA supports the compiler and the object programs it produces can be run under VSE/ESA. The following features are available with VS COBOL II: 1. MVS/XA and MVS/ESA support. The compiler and the object programs it produces can be run in either 24- or 31-bit addressing mode. 2. VM/XA and VM/ESA support the compiler and the object programs it produces can be run in either 24- or 31-bit addressing mode. 3. VSE/ESA supports the compiler and the object programs it produces can be run under VSE/ESA. |
|