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 |
What is "Call by content" and "call by reference"?
What type of Call you would use if you don;t want the control back to the calling program?
what is jcl approach for programming?
What are the access modes of START statement?
how the control comes back from subprogram to mainprogram
how do you reference the rrds file formats from cobol programs
Write a cobol program making use of the redefine clause.
input:- A 10 20 30 40 B 5 7 10 14 C 8 12 14 16.... output:- A = 100,B=36,C=50. Here spaces are considered between numbers. When we give input as above, the numbers should be added n displayed.So please help me out.
Define cobol?
What are decleratives in COBOL ?
which one is the best of com and com-3.using of real time ?
created cluster using IDCAMS ..that is empty ..when i write a program for read using Input ..wil it open the cluster or gives any error?