What is difference between COBOL and VS COBOL II?.



What is difference between COBOL and VS COBOL II?...

Answer / ravishankar1972

COBOL is developed and deployed in 1985. It runs in 24 bit addressing mode. But VS COBOL - II runs in 31 bit addressing mode.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

Why there is no questions in this column?

6 Answers  


HOW TO MOVE REDEFINES CLAUSE FROM INPUT TO OUTPUT ?

1 Answers  


How may divisions are there in JCL-COBOL?

5 Answers   IBM,


SIGN TRAILING SEPARATE field occupy ?

3 Answers  


what is the use of comp2 ? where can we use it with example ?

3 Answers   Covansys,






what is mainframe? what is the mainframe software ? what is use in s/w field?

7 Answers   CSE,


If by mistake we MOVE a working storage variable into LINKAGE area. What will happen??

4 Answers   Accenture,


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records...

2 Answers   ITC Indian Tobacco Company, PNP, TCS,


What are options have been removed in COBOL 11?

1 Answers  


How many bytes will be allocated for the following record description entries? 01 REC-A. 05 A PIC S9(4). 05 B PIC XXXBXXX. 05 C PIC ____9.99. 05 D PIC S9(5) COMP-3. 05 E PIC 9(3) COMP.

16 Answers   IBM, TCS,


01 var1 pic x(10) 01 var2 redefines var1 pic 9(10). then in procedure division move 'abcde' to var1 then waht is the value of var1 and var2

9 Answers   HSBC,


What is the difference between a binary search and a sequential search what are the pertinent cobol?

0 Answers  


Categories