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 |
how we can reverse the string in the cobol for example satheesh can be reveresed as hseehtas
01 a pic s9(5) occupies how many bytes ?
what if any ,is the syntex error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
Can we use goto statement in inline_perform ?
What is 66 level number and where it is used in real time by software developers?
2 Answers ITC Indian Tobacco Company, TCS,
Can the OCCURS clause be at the 01 level?
how to transfer the file from pc to mainframe??
If I want to increase the Limit in GDG. What should I do?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What does the INITIALIZE verb do?
How you can read the file from bottom?
Can we put move statement in COBOL copybook