What are the differences between OS VS COBOL and VS COBOL
II?



What are the differences between OS VS COBOL and VS COBOL II?..

Answer / saikat kumar das

OS/VS Cobol programs 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 OS/VS Cobol.
II. USAGE IS POINTER is supported only in VS COBOL II.
III. Reference modification e.g.: WS-VAR(1:2) 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. OS/VS Cobol follows ANSI 74 stds while VS COBOL II
follows ANSI 85 stds.
VII. Under CICS Calls between VS COBOL II programs are
supported.

Is This Answer Correct ?    10 Yes 0 No

Post New Answer

More COBOL Interview Questions

What is different between variable length and fixed length?

2 Answers   TCS,


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

2 Answers   IBM, Steria,


How to pass return codes from cobol to jcl?

5 Answers  


after udatingg first 110 rows, my job abends. now how do i change my cobol program so that when i restart the Job it will start updating from 111th row ( i.e in next run I di=ont want to update those 110 rows which are already been updated in the first run before job abend)

7 Answers   Allianz, Wipro,


Can printer files (having 133 characters) be of variable length?

3 Answers  






What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

0 Answers   TryTechnicals Pvt Ltd,


What is LENGTH in COBOL II?

2 Answers   CSC,


if a pic 9(3) value 354,b pic x(2) value '46' then a)a>b 2)a<b 3)error

8 Answers   Cap Gemini,


How many bytes will be allocated for the following record description entries? 01 REC-A. 05 A PIC S9(4). 05 B PIC XXXBXXX. 05 C PIC ____9.99. 05 D PIC S9(5) COMP-3. 05 E PIC 9(3) COMP.

16 Answers   IBM, TCS,


What is the difference between structured cobol programming and object alternativelyiented cobol?

0 Answers  


Explain the configuration section of a cobol program with examples of syntax.

0 Answers  


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

0 Answers  


Categories