What are the differences between COBOL and COBOL II?



What are the differences between COBOL and COBOL II?..

Answer / ravi

Cobol II suports structure programming by using Inline
performs and explicit scope terminators

Cobol used for reports which is not present in COBOL II

COBOL II has many new features like EVALUATE.

Is This Answer Correct ?    9 Yes 0 No

Post New Answer

More COBOL Interview Questions

what is filler and what is use of filler

3 Answers   Syntel,


what is SYNCHRONIZATION?

3 Answers   Syntel,


Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.

3 Answers  


What is binary search?

3 Answers  


What are the differences between OS VS COBOL and VS COBOL II?

1 Answers   IBM,


we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?

1 Answers  


In COBOL CALL-CALLING,if a program A is calling 3 sub- programs, dynamically, then it is said sub-programs will always will always in Initial Mode. My question is : Do we need to code CANCEL or (IS INITIAL) for dynamically called sub-programs or it is the property of Dynamically called pgms so every time sub-pgms are called they will be in initial mode. ***This question is only Dynamic call****, Please reply. Thank you in advance.

4 Answers   Wipro,


I have the file which is having the extension no as records. sample file will look like below. 2310 3410 3256 4350 3781 5408 I need to replace the record which is starting with 3 to 5 (i.e) 3410 to 5410. How can we do it through cobol and cobol-db2 program? I need the possible logic?

5 Answers   RBS,


how many divisions are there in cobol

3 Answers   ADP,


How to Write the RESTART Logic Using COBOL?

4 Answers   GalaxE, L&T, Syntel, TCS,


Can you REWRITE a record in an ESDS file? Can you DELETE a record from it?

6 Answers   ABC, IBM, Mphasis, Wipro,


i have variable record in the 5th, i want to sort from 5th filed ? how ?

2 Answers   TCS,


Categories