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 the difference is between continue and next sentence?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is the difference between perform … with test after and perform … with test before?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What type of SDLC u followed? Why?
How many sections are there in data division in COBOL?
What are literals?
What are various search techniques in cobol? Explain.
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)?
How to know whether the module is dynamical or statistical?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
For rewrite, why is it mandatory that file needs to be opened?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
what is the difference between COBOL2 AND COBOL390?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?