Tag Archives: COBOL

12 Tips for using Micro Focus COBOL

12 Tips for using Micro Focus COBOL As it is close to Christmas and I wanted to do something with 12 in the title, I’ve thrown together some useful if not un-ordered list of 12 things tips using Micro Focus … Continue reading

Posted in COBOL, Tips | Tagged , | Comments Off on 12 Tips for using Micro Focus COBOL

A Comparison Of .Net COBOL, Visual Basic and C#

Today my collegues Robert and Alex have finally 🙂 decided to publish a document that compares Visual Basic, C# and COBOL for .Net under The Creative Commons Attribution-ShareAlike 2.5 License. Rather than doing a cut-paste job, here is a quote … Continue reading

Posted in COBOL, CSharp, Tips, VB.Net | Tagged , , , | Comments Off on A Comparison Of .Net COBOL, Visual Basic and C#

Free compiler for non-commercial use.

If you are interested in trying out some of my examples with a modern COBOL compiler.. let me give you a quote from a friend. From: Twitter “

Posted in COBOL | Tagged , , , , | Comments Off on Free compiler for non-commercial use.

Factory Method Pattern in COBOL

Continuing my series on design patterns for the COBOL, the next one on my list is the “Factory method” pattern. The pattern is useful, as it helps you hide the real implementation/creation mechanism of your classes. I you are fond … Continue reading

Posted in CLR, COBOL | Tagged , , | Comments Off on Factory Method Pattern in COBOL

Design Patterns and COBOL

As part of my working life I happy to say I use COBOL and for better or worse it is here to stay. With this in mind it annoys me I here/see saying things such as COBOL is a old … Continue reading

Posted in CLR, COBOL, Tips | Tagged , , | Comments Off on Design Patterns and COBOL

Type Safety and COBOL

Having read a recent bog about COBOL and type-safety, I though I would jot down some comments. ANS85 COBOL is naturally is type-unsafe due as every data item being part of one memory region (or storage area), because of this … Continue reading

Posted in CLR, COBOL, JVM, TypeSafety | Tagged , | Comments Off on Type Safety and COBOL

Base Class Library, Arrays, Queues and Stacks

Continuing the series of blogs about COBOL and the .Net base class library… The .Net base class library has a wealth classes and an huge of amount of methods/properties. The .Net base class library has a key handy namespace that … Continue reading

Posted in CLR, COBOL | Tagged , , | Comments Off on Base Class Library, Arrays, Queues and Stacks

TechEd 2009 – Keynote with Jazon and Mark

My boss (Mark Conway) the other day was lucky enough to demonstrate some of the wonders of next release at TechEd 2009 in the keynote with Jazon Zander’s entitled: “Visual Studio 2010: New Challenges, New Solutions” The demo shows off … Continue reading

Posted in COBOL, IDE, TechEd | Tagged , , , , | Comments Off on TechEd 2009 – Keynote with Jazon and Mark

Too Iterate or not…

Over the next couple of weeks, I will explore some of the reasons why I think managed environments are good for COBOL. So.. lets the show on the road… Setting up arrays/occurs items in COBOL and manipulating them can be … Continue reading

Posted in CLR, COBOL, Tips | Tagged , , , | Comments Off on Too Iterate or not…

NUnit and COBOL.Net

A while back, I spent a afternoon converting some C# NUnit documentation into COBOL .Net, so I thought I would share the document with the world, with the hope that it will help any one interested in using NUnit and … Continue reading

Posted in COBOL, NUnit, Tips | Tagged , | 2 Comments