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 |
in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?
can i give 9(10) in comp 3 instead of s9(10) ? if i can give wht would be ths ans
How To move a value to an array using move verb?
how to check whether the open command of a sequential file is successful? or not?
How arrays can be defined in COBOL?
What is the purpose of Identification Division?
how will u code parm parameter and where pls ?
how many bytes does s9(7)COMP-3 field occupies?
S9(5)V9(2) occupies how many bytes memory ?
In which area will you utilize 88 level items in cobol?
Why there is no questions in this column?
how to transfer the file from pc to mainframe??