IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How COBOL is advantageous with other languages


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kirthi

New User


Joined: 12 Oct 2006
Posts: 2
Location: Coimbatore

PostPosted: Wed Nov 22, 2006 7:37 pm
Reply with quote

How COBOL is advantageous with other languages.compare it with C,java(interview question)
Back to top
View user's profile Send private message
pasupuleti

New User


Joined: 30 Jun 2006
Posts: 8
Location: India

PostPosted: Wed Nov 22, 2006 9:01 pm
Reply with quote

Kirthi,

I have worked in all three.

I believe that these are the advantages of COBOL over C and Java:

- Easy to understand the COBOL code without any kind of documentation, since the language syntaxes are english-like.

- Debugging the COBOL program is simple because the cobol progams are written with a structured and top-down approach.

- The COBOL language is designed for heavy-duty batch processing. C and Java doesn't support the same kind of batch processing capabilities

- Till date no other programming language could make use of Mainframe computer's processing capability as easily as COBOL.

Any other advantages from the COBOL community are welcome.

Thanks,
Srini
Back to top
View user's profile Send private message
dasan

New User


Joined: 24 Oct 2006
Posts: 10

PostPosted: Thu Nov 23, 2006 12:20 am
Reply with quote

Hi
Cobol is the first language developed for commercial application development, which can efficiently handle millions of data.

Cobol is a procedural oriented language .

English like language- Easy to learn, code and maintain.

With cobol-85, We use the EVALUATE verb to implement the case structure of other languages. Multiple IF statements can be efficiently and effectively replaced with EVALUATE statement. Break statement is not needed, as it is so in other languages.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top