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 do u handle errors in BMS macro?
how to transfer the file from pc to mainframe??
how can count the number of character in feild ?? suppose for instance i have a feild with value ' rajesh sarkar' then how can v count the number of characters whitout spaces...........
What is SDSF?
I have a sequential file of 100 records. How do I load the records into a two dimensional array ?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Can we move X(9) to 9(9). If yes what are the ways for doing this?
How to know whether the module is dynamical or statistical?
How to execute a set of JCL statements from a COBOL program?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is inspect in cobol ?
can we use COPY statement in w-s section? how?