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 the difference between a binary search and a sequential search? What are the pertinent cobol commands?

0 Answers  


How can you declare the file ?

1 Answers   Wipro,


What is the mode in which you will OPEN a file for writing?

4 Answers  


What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statement and what is syntax for it)?

2 Answers   T systems,


If I want to increase the Limit in GDG. What should I do?

1 Answers   IBM,






how will u retreive value from a table.write it with syntex. 01 ws-table 05 ws-table1 occurs 10 times. 05 ws-table2 occurs 10 times. the above is 2 dimensional array..how will u retrieve 1st element of an array

3 Answers   ADP,


01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name

5 Answers   TCS,


Why do we use COMP-3 variables for computation, when we know that they are non displayable fields and require additional MOVE to numeric field before we populate it in output Reports?

1 Answers   Accenture,


What is cobol?

0 Answers  


how do you define single dimensional array and multidimensional array in your cobol?

0 Answers  


What type of SDLC u followed? Why?

0 Answers   IBM,


how will u pass dadta to cobol+db2 program...?

4 Answers   IBM,


Categories