| Migrating FlyBuys from MicroFocus to Fujitsu COBOL |
| Written by Kon Katsaros | ||||||
| Tuesday, 02 February 2010 00:00 | ||||||
Page 1 of 4 Early in 2009, Shine Technologies performed a conversion of the COBOL source code used in FlyBuys systems to replace the use of the MicroFocus compiler with the Fujitsu COBOL compiler and related runtime libraries. Read on for a high level overview of the activities involved in this project, and how it ultimately turned out. Are your software systems written using MicroFocus COBOL? Then this article is for you! Primary AimOur primary aim was clear from the beginning – remove all traces of MicroFocus COBOL compiler and runtime library packages, and replace with the equivalent Fujitsu COBOL offering. Or to put in another way: Convert production FlyBuys systems to use Fujitsu software for compilation in as short a time as possible, and ensure that they work correctly. Why Would You Want To Do This?When speaking about this project with peers, I'm invariably asked: “Why migrate from COBOL to COBOL? Why not rewrite the system using (say) Java?” An excellent question. The answer is a tale of “time and money”. Rewriting the existing COBOL software using Java was not possible given the timeframes we were given (described later in this article).To explain further, the client was in a difficult position. For particular business reasons the client needed fast migration. The fastest way to achieve this would be to “simply” use another COBOL compiler, which did not have the same restrictions. As much as personally I'd love to convert the whole FlyBuys COBOL system to Java in one big bang, we had to remain true to our philosophy of delivering business benefit over applying new technology (See the Shine Philosophy). And so, our “For a Few (a Lot of?) Dollars Less” our adventures began... Some Secondary AimsAt the start of this project, we took a step back and had a long think about what we were about to embark upon. We would be changing every single COBOL source file, as well as many of the other software that was closely related or integrated with COBOL executables (such as C programs and libraries, perl, shell and even SQL scripts). As we were going to be changing “everything”, we decided to add a few very quick and easy enhancements around the fringes to make the system better, in various ways:
|