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

Tools

Is Your Next Language COBOL?


Cobol, Gateway To the Web?

But there's a sexier reason to learn Cobol than just to maintain or port old code.

Cobol is a key element in the realization of modern distributed business software architecture concepts—XML/metadata, Web Services, Service Oriented Architecture—and e-business. Not a trendy element, or you'd see Cobol sessions at the next Web 2.0 conference. But a crucial element. Lemmel sees the essence of metadata in Cobol's IDENTIFICATION and ENVIRONMENT sections and of Web Services in its CICS transactions.

The very concept of a Cobol application is something of an oversimplification. Cobol programmers work with a collection of technologies tied together in ways that have some similarities to SOA models. Scott McMahan in an e-mail says, "If you want to understand modern Cobol, it's a glue language. IBM has a 'stack' of technologies for data processing like CICS, DB2, IMS, VSAM, ISPF, etc., which are glued together using Cobol."

The role of the Cobol programmer in moving from traditional implementations to web-based models can take many forms.

The programmer may bridge between Cobol code and new apps, which requires understanding Cobol, the business rules underlying legacy Cobol code, and modern languages and systems. With the emergence of SOA and IBM's Language Environment, with its common runtime environment, existing Cobol code can be integrated with other code more easily.

The tools available for integrating Cobol and the Web are evolving quickly. Veryant is making it possible to do Web 2.0 development directly in Cobol: "the same graphical resizing of windows that is part of most Web applications today is now easily implemented for Cobol program end users." Micro Focus, through its partnership with Microsoft, is developing strong SOA support for Cobol app development. And Fujitsu considers its support for allowing Cobol programmers to program directly to the Web "several steps forward" beyond migrating code. You can, for example, embed Cobol code in ASP+ pages or write Web Services directly in Cobol.

"This is the quiet reality," Crook says, "the business world runs on Cobol [and] Cobol today is a very modern language that continues to leverage its historical strengths for delivering new value to the business fast."


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.