1.

Differentiate between OS/VS COBOL and VS COBOL II.

Answer»
OS/VS COBOLVS COBOL II
Runs in 24-bit addressing mode.Runs either in 24-bit or 31-bit addressing modes.
Supports REPORT Writer.Does not SUPPORT Report Writer.
USAGE IS POINTER is not supported.USAGE IS POINTER is supported.
Reference modification is not supported here.Reference modification is supported here.
EVALUATE is not supported here.EVALUATE is supported here.
Scope terminators are not supported.Scope terminators are supported.
Follows ANSI 74 standards.ANSI 85 standards are FOLLOWED here.
Calls between programs are not supported under CICS (Customer Information Control SYSTEM).Calls between programs are supported under CICS.


Discussion

No Comment Found