Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼
RSS

Database

Is Your Next Language COBOL?


Not Your Father's Cobol

You'll find, if you decide to take a look at Cobol, that it has become in many ways a truly modern language. The 1985 standard introduced structured programming and the 2002 standard gave Cobol object-oriented capability. In 2005, Ralf Lammel and Kris De Schutter demonstrated that even classic, preobject-oriented Cobol, was well suited for aspect-oriented programming (homepages.cwi.nl/~ralf/AspectCobol). Modern implementations demonstrate that Cobol can play well with other languages and technologies on their playgrounds.

Nevertheless, Cobol is still verbose, still very 1959 in its syntax, still—Cobol. Is there any way to make programming in Cobol sexy? Author and Cloud Architect Lewis Cunningham says, Yes, if you make it run on a JVM.

That's what Veryant (www.veryant.com) has done. Its Cobol Application Platform Suite translates Cobol source, written in a GUI on your preferred platform, into Java classes that are executed with the Java Virtual Machine. The Cobol Runtime Environment is implemented in Java, making the code highly portable. Cunningham says, "I hope I never have to code Cobol again. But if I do, I would at least want it to be portable."

Porting Cobol code can be a huge task, but Cobol itself may be the most portable programming language. The Eclipse Foundation has a project to develop a fully functional Cobol IDE for the Eclipse platform (www.eclipse.org/cobol). "Our focus," they say, "is Cobol application development on Windows/Solaris/Linux for deployment on each platform." And IBM, Microsoft, Fujitsu, Micro Focus, and Veryant are major players in making Cobol maximally portable.

Micro Focus (www.microfocus.com) produces nonmainframe tools for understanding, porting, and developing Cobol code, and products that support native implementations of CICS, JCL, and IMS DB/TM on Windows, UNIX, and Linux. Micro Focus embraces the "own dogfood" principle: Gary Crook, Micro Focus's Worldwide Vice President, Product Development, says, "the very core of our product set, the Cobol compiler, is itself written entirely in Cobol and we use our own Cobol for the development of new features and products."

Last year, Micro Focus and Microsoft announced a strategic relationship to help businesses modernize Cobol apps by porting them to the Windows platform, so a lot of Micro Focus development happens in the world of .NET, J2EE, and Web 2.0. Micro Focus's Cobol implementation within .NET, Crook says, "is on a par with any other .NET language in terms of capability."

All this, Crook says, adds up to making businesses more agile in squeezing value from their IT assets and delivering more value to the business. For this reason, Cobol "will continue to evolve by retaining a simple focus on delivering agility to the market."

And what is sexier than agility?


Related Reading


More Insights






Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

Dr. Dobb's encourages readers to engage in spirited, healthy debate, including taking us to task. However, Dr. Dobb's moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing or spam. Dr. Dobb's further reserves the right to disable the profile of any commenter participating in said activities.

 
Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.