Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

consider the following two IF statements: IF X AND NOT Y MOVE A TO B IF Z=1 OR 9 MOVE A TO B select one of the following data divusion entries which gives identical results for both the above IF statements a.01 Z PIC 9 88 X VALUE 1.9 88 Y VALUE 0.2 THRU 8 b.01 Z PIC 9 88 X VALUE 0.2 THRU 8 Y VALUE 1.9 c.01 Z PIC 9 88 X VALUE 1.9 88 NOT-Y VALUE 0.2 THRU 1.9 d.none of yhe above

3 Answers   TCS,


What is EIBCALEN? Why it is used?

9 Answers   ADP,


01 xxx pic 9(4). 01 yyy pic 9(6). move 123456 into yyy. move yyy to xxx. display yyy. what would be the value of yyy

13 Answers   HSBC,


hw to create 3 dimensional array & hw to access it?

1 Answers  


Difference between file status codes 02 and 22.... since both are for duplicate key detection.

1 Answers  


What is the linkage section?

4 Answers  


What is Static and Dynamic linking ?

3 Answers  


how can we fetch 3 records in cobol pgm any coding pls ?

3 Answers   CGI,


What is the difference between next sentence and continue in cobol programing language?

0 Answers  


)what is retrieve?

1 Answers   IBM,


I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?

3 Answers   HCL, IBM,


Can JUSTIFIED be used for all the data types?

3 Answers  


Categories