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

If you were passing a table via linkage, which is preferable - a subscript or an index?

3 Answers   TCS,


how would find total records in files using seqientional

1 Answers   HSBC,


What are different data types in cobol?

0 Answers  


where will u code file status ?

2 Answers   TCS,


Study the DATA DIVISION entries and the three PROCEDURE DIVISION entries given below: 01 END-OF-FILE-SWITCH PIC XXX. 88 NO-MORE-RECS VALUE "YES". 88 MORE-RECS VALUE "NO". (i) READ SAMPLE-FILE AT END MOVE "YES" TO NO-MORE-RECS. (ii) IF NO-MORE-RECS = "YES" GO TO LAST-PARA. (iii) IF NO-MORE-RECS GO TO LAST-PARA. Which are wrong? (a) (i) and (ii) (b) (ii) and (iii) (c) (i) and (iii) (d) all

5 Answers   TCS,






WE HAVE 2 FILES IN COBOL. ONE IS FIXED LENGTH RECORDS ANOTHER ONE IS VARIABLE LENGTH. IF I DECLEAR LRECL OF FIXED ONE AS 80 AND 2ND RECORD AS 132. WHAT WE NEED TO DECLEAR LRECL FOR THOSE 2 FILES IN JCL?

4 Answers   iGate,


Why occurs can not be used in 01 level ?

2 Answers   TCS,


In a file if a column account number conatain value 0001234.. how can we move the value to another variable without zero. value may contain any type such as 00123405. we need the value 1234 or 12305. how can we do that in cobol. Please help.

1 Answers   CSC,


Move Zeroes to I move 5 to j perform para1 varying I from 10 by -2 until I = 0 display j. para1. Add 5 to j. What’ll be the value after execution of display stmt. A) 35 B) 40 C) 30 D) 25 please explain how?

5 Answers  


What are the different rules to perform a Search?

0 Answers  


Can we access the a[0] in the array ?

6 Answers   DCL, IBM,


is this below syntax correct? CALL 'subprg' using A,B Please help

2 Answers  


Categories