What are the differences between OS VS COBOL and VS COBOL
II?
Answer Posted / 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 View All Answers
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
) How do u handle errors in BMS macro
Can we redefine the field of x(200) to less than 200?
how do you define single dimensional array and multidimensional array in your cobol?
Write down the divisions of cobol program?
State the various causes of s0c1, s0c5 and s0c7.
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is report-item in COBOL?
What is length is cobol?
Discuss about changing dataset name in proc.
What is the difference between comp and comp-3 usage?
How do define dynamic array in cobol.
What is the compute verb? How is it used?
Explain how you can characterize tables in cobol?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?