What are the differences between OS VS COBOL and VS COBOL II?
Submitted by: AdministratorOSVS Cobol pgms can only run in 24-bit addressing mode, VS COBOL II pgms can run either in 24 bit or 31-bit addressing modes.
* I) Report writer is supported only in OSVS Cobol.
* II) USAGE IS POINTER is supported only in VS COBOL II.
* III) Reference modification e.g. WS-VAR(12) is supported only in VS COBOL II.
* IV) EVALUATE is supported only in VS COBOL II.
* V) Scope terminators are supported only in VS COBOL II.
* VI) OSVS Cobol follows ANSI 74 stds while VS COBOL II follows ANSI 85 stds.
* VII) Under CICS Calls between VS COBOL II programs are supported
Submitted by: Administrator
* I) Report writer is supported only in OSVS Cobol.
* II) USAGE IS POINTER is supported only in VS COBOL II.
* III) Reference modification e.g. WS-VAR(12) is supported only in VS COBOL II.
* IV) EVALUATE is supported only in VS COBOL II.
* V) Scope terminators are supported only in VS COBOL II.
* VI) OSVS Cobol follows ANSI 74 stds while VS COBOL II follows ANSI 85 stds.
* VII) Under CICS Calls between VS COBOL II programs are supported
Submitted by: Administrator
Read Online Cobol Job Interview Questions And Answers
Top Cobol Questions
☺ | What divisions, sections and paragraphs are mandatory for a COBOL program? |
☺ | How is sign stored in Packed Decimal fields and Zoned Decimal fields? |
☺ | What the difference is between CONTINUE and NEXT SENTENCE ? |
☺ | Give some advantages of REDEFINES clause? |
☺ | How do you code COBOL to access a parameter that has been defined in JCL? And do you code the PARM parameter on the EXEC line in JCL? |
Top Coding/Programming Categories
☺ | Python Interview Questions. |
☺ | OOP Interview Questions. |
☺ | Software engineering Interview Questions. |
☺ | PHP Interview Questions. |
☺ | VBA (Visual Basic for Applications) Interview Questions. |