COBOL Modernisation · Legacy System Migration · UK Team

COBOL Modernisation:
We Fix It, Then We Get You Off It.

If your organisation is running business-critical processes on COBOL, you already know the problem. The system works. The risk is that it will not always, and the pool of people who can maintain it is getting smaller every year. We assess, document, and migrate COBOL systems to modern infrastructure, properly, without losing the logic that has accumulated over decades.

What makes us different: We have an in-house COBOL developer. That is not a common thing in a UK agency in 2025. It means we read and understand legacy COBOL code ourselves, document the business logic it contains, and ensure nothing is lost when we rebuild it in modern PHP, Python, or Laravel. We are not recommending COBOL. We are rescuing you from it.

Trusted by:

Telegraph Media Group
Hearst Communications
Chi Chi London
AX Paris
Motel Rocks

Nobody is building new systems in COBOL. But a lot of businesses are still running critical ones.

COBOL is not broken. In many organisations, COBOL systems are the most reliable piece of infrastructure they run. They handle batch processing, financial calculations, payroll, billing, and logistics with a stability that many modern systems cannot match. They have been running for 20, 30, 40 years. They work.

The problem is not performance. The problem is risk and dependency.

The risks that accumulate with every year a COBOL system stays in production

  • The number of developers who can read and maintain COBOL is declining year on year. Retirement is the primary cause.
  • Modern infrastructure and cloud platforms do not speak COBOL natively. Integration becomes increasingly awkward and expensive.
  • Undocumented business logic accumulates in COBOL systems over decades. When the developers who wrote it retire, that knowledge leaves with them.
  • Regulatory and compliance requirements increasingly assume modern, auditable systems. COBOL systems can struggle to demonstrate the audit trails modern regulators expect.
  • The cost of a critical failure in a system nobody fully understands is orders of magnitude higher than the cost of a controlled migration.

None of this makes COBOL bad software. It makes staying on it indefinitely a risk management problem. The question is not whether to migrate. It is how to do it without losing what the system has accumulated over the years it has been running.

What makes COBOL migration different from other legacy projects

Most software migration projects are complicated. COBOL migrations are complicated in a specific way that requires specific expertise.

🧠

Undocumented business logic

Decades of business rules exist only in the code. Edge cases, regulatory requirements, and operational exceptions that were added over the years are often undocumented and invisible until something breaks. Reading COBOL to extract this logic requires someone who actually knows the language.

📊

Data structures that predate modern thinking

COBOL data structures, copybooks, and fixed-format files are nothing like modern relational databases or JSON APIs. Migrating data correctly requires understanding both the source format and how to map it to the target without loss.

⚙️

Batch processing complexity

Many COBOL systems run as batch processes with complex sequencing, dependencies, and error handling. Replicating this behaviour in modern infrastructure without changing the business outcomes requires careful analysis.

🔗

Interconnected dependencies

COBOL systems rarely exist in isolation. They interface with databases, other applications, mainframes, and downstream systems that have been built around assumptions about the COBOL output. Changing one thing affects others.

🚫

No test suite

Most legacy COBOL systems have no automated testing. The system is validated by the fact that it has been running correctly for years. Migrating without a test strategy means you cannot verify that the new system behaves identically until it is in production.

👥

Institutional knowledge gap

The people who built the system have often retired. The people running it know what it does but not why it does it that way. Bridging that gap requires reading the code, not asking around.

Have a COBOL system you are worried about?

The first step is a conversation about what the system does, how critical it is, and what a migration would involve. We will give you an honest assessment, including whether migration is the right answer or whether a different approach makes more sense.

How we handle a COBOL migration

A migration process built around the specific challenges of COBOL, not adapted from a generic software project template.

What we migrate COBOL systems to

The right target stack depends on what the system needs to do. We recommend the appropriate architecture for the specific migration rather than defaulting to one answer.

Dev Partners · COBOL Migration Stack

Modern, maintainable, and built to last

The goal is not just to replace COBOL. It is to replace it with something that will serve the business for the next 20 years without requiring specialist knowledge to maintain. That means standard, well-understood technologies with a large developer pool and strong long-term support.

  • PHP and LAMP for web-facing applications, admin interfaces, and systems requiring browser access
  • Python for batch processing pipelines, data transformation, and systems with heavy computational requirements
  • Laravel for complex application logic, API layers, and systems that need to integrate with multiple other platforms
  • MySQL and MariaDB for relational data storage, replacing COBOL flat files and VSAM datasets
  • AWS and cloud infrastructure where scalability, managed services, and modern operations practices are appropriate
  • REST APIs as integration layers, allowing the new system to connect to downstream applications cleanly
PHP Python Laravel MySQL MariaDB AWS REST API LAMP Stack Batch Processing Data Migration
Discuss Your COBOL System

The types of COBOL systems we migrate

COBOL appears across a wide range of sectors and system types. These are the categories we encounter most often.

🏦

Financial processing systems

Batch payment processing, ledger systems, tax calculation engines, reconciliation pipelines. These systems often run overnight batch jobs that feed downstream financial reporting. Accuracy is non-negotiable.

📋

Payroll and HR systems

Legacy payroll calculations with complex tax and deduction logic that has been refined over many years. The business rules are often deeply embedded and poorly documented outside the code itself.

🚚

Logistics and inventory systems

Order processing, stock management, and despatch systems that were built when the company was running on different infrastructure. Often deeply integrated with other legacy systems.

📰

Publishing and media systems

Subscription management, circulation systems, and content production workflows built on mainframe infrastructure. We have specific experience in this area through our work with major publishing clients.

🏥

Insurance and administration

Policy administration, claims processing, and actuarial calculation systems with decades of regulatory and product-specific business logic accumulated in the codebase.

🔧

Any critical batch processing pipeline

If your organisation runs a scheduled process overnight that feeds critical business operations the next morning, and it runs on COBOL, we can migrate it. The specific sector matters less than understanding the logic.

What Our Clients Say About Us

“Excellent customer service backed up with solid experience has been really helpful to us. As a media business we had have had five websites built by Dev Partners. I would certainly recommend them to other businesses.”

Client logo

COBOL migration: frequently asked questions

The questions we get most often before a COBOL migration project starts.

Yes. We have an in-house COBOL developer who works alongside our modern PHP and Laravel team. The critical part of any COBOL migration is extracting and documenting the business logic before rebuilding it, not just rewriting the code. COBOL systems often contain decades of accumulated rules and edge cases that are not documented anywhere except the code itself. We extract that logic carefully before any migration begins.

Because it works. COBOL is extraordinarily stable, handles large batch data processing efficiently, and the systems built on it were engineered to last. The problem is not that the systems are broken. The problem is that the pool of people who can maintain them is shrinking every year, that integrating them with modern infrastructure is increasingly difficult, and that the organisations running them carry a growing risk that is invisible until it is not.

Carefully and in stages. The migration process starts with comprehensive documentation of what the existing COBOL system actually does: every business rule, every data transformation, every exception path. We run the old and new systems in parallel, comparing outputs against identical inputs until we are confident the new system replicates the old one exactly. Only then do we switch.

This parallel running phase is the most important safeguard. It catches edge cases that would only emerge in production if you migrated without it. The time spent in parallel running is not wasted: it is what prevents a critical failure after cutover.

Primarily PHP and Python on LAMP or modern cloud infrastructure, with Laravel for complex application logic and API layers. The target stack depends on what the system needs to do: batch processing pipelines, web interfaces, API integrations, and reporting systems each have different optimal architectures. We recommend the right target technology for the specific system rather than defaulting to a single answer.

The priority is always to migrate to well-understood, widely-supported technology with a large developer pool. The goal is to replace a system that only a small number of people can maintain with one that any competent developer can work on.

It depends significantly on the size and complexity of the system. A focused batch processing pipeline replacement can be completed in 12 to 20 weeks. A large enterprise system with multiple interconnected modules, complex business logic, and significant historical data will take longer.

We scope carefully before committing to a timeline, because the worst outcome in a COBOL migration is a rushed cutover that loses business logic or produces incorrect results. A migration that takes a few weeks longer than planned is far less costly than discovering a logic error in production.

This is normal and expected. Most COBOL systems have business logic that exists only in the code, with no documentation, no living developer who remembers why it was written that way, and no test suite to validate against. Our COBOL developer's job is to read and understand that code, document what it does, and surface anything ambiguous to the stakeholders who need to make a decision about how it should behave in the new system.

We do not assume. If something in the code is unclear and the ambiguity could affect the business outcome, we raise it before proceeding. Nothing gets assumed away.

Yes. In many cases the right approach is to build API wrappers or middleware around the existing COBOL system so that modern applications can interact with it safely while the full migration is planned and executed. This reduces risk, allows the migration to be phased, and means the business does not have to wait for the full migration to complete before getting some of the benefits of modernisation.

It also reduces the pressure to rush the migration, which is one of the main causes of COBOL migration failures.

Got a COBOL system you are worried about?

Tell us about the system and we will give you an honest view on what migration would involve.

We are not going to tell you that every COBOL migration is straightforward or that we can fix it in a few weeks. We will tell you what is actually involved, what the risks are, and what a realistic migration plan would look like for your specific situation.

A useful first conversation covers:

  • What the system does and how critical it is to daily operations
  • What documentation exists and what the institutional knowledge situation is
  • What other systems it interfaces with and feeds
  • What the driver is: risk management, integration need, or compliance
  • Realistic scope, timeline, and cost for an initial assessment

We reply to all enquiries within one working day.

Discuss Your COBOL System

Tell us about the system and we will be in touch within one working day.