Let’s Talk About JOPAZ: Your Questions, Our Answers

You might have come across JOPAZ already and thought, “What’s actually behind it?” If you’re working on the IBM Z mainframe, this could be right up your alley.

We’ve been getting quite a few questions from members of the TECH Community, so we pulled together a first set of FAQs to get the conversation started. Nothing too formal, just practical answers to what people are really asking.

But this shouldn’t be a one-way street. If you’re curious about something, wondering how JOPAZ fits into your setup, or want to share your perspective, drop a question in the comments :backhand_index_pointing_down:.
Our JOPAZ experts and your fellow community members are here to jump in .

1. What exactly is JOPAZ?

JOPAZ is a mainframe optimization solution that allows organizations to improve and redistribute COBOL workloads to specialized zIIP processors in the IBM Z environment.

It works by compiling COBOL programs into Java bytecode, which can then run on Java Virtual Machines on the mainframe. As a result, a significant portion of the processing that would normally run on the central GP processor can instead run on zIIP.

The result is :

  • Reduced central processor usage

  • Freed-up system capacity

  • Lower MSU consumption

2. What is a zIIP processor and why is it relevant for JOPAZ?

The IBM z Integrated Information Processor (zIIP) is a specialized processor available on IBM Z mainframe systems designed to run specific workloads.

Unlike general-purpose processors (GPs), zIIP processors are intended to handle types of processing such as:

  • Database workloads

  • Analytics processing

  • Certain middleware services

  • Java workloads

A key aspect of zIIP processors is that work executed on zIIP does not count toward the MSU consumption used for most mainframe software licen sing.

This is where JOPAZ becomes highly relevant. By compiling COBOL programs into Java bytecode and running them on the Java Virtual Machine, JOPAZ enables a significant portion of the workload to execute on zIIP processors rather than on the central processor.

The practical result can include:

  • Reduced central processor utilization

  • Improved overall system capacity

  • Lower software licensing costs

In short, zIIP processors provide the technical foundation that allows JOPAZ to offload traditional COBOL workloads and improve mainframe efficiency.

3.Do I need to modify my COBOL applications?

No. One of the key differentiators of JOPAZ is that existing COBOL source code does not need to be modified. Applications continue to:

  • Use the same source code

  • Access the same databases

  • Be maintained with the same development tools

This makes it possible to optimize the environment without refactoring, migrating, or changing the operational model.

4. What are the real benefits in terms of capacity or cost?

The primary benefit is reducing the workload running on the mainframe’s central GP processor. In many cases, COBOL batch workloads can achieve significant reductions in central CPU usage, depending on the workload profile.

This can lead to benefits such as:

  • Lower MSU consumption

  • Reduced software licensing costs

  • Postponing hardware upgrades

  • Additional capacity for new workloads

5. Does JOPAZ replace modernization initiatives?

No. In fact, it is often seen as a complementary or preparatory step.

Many organizations use JOPAZ to:

  • Free up mainframe capacity

  • Reduce operational costs

  • Gain time to plan modernization initiatives

In other words, the idea is to “optimize first, modernize at the right pace”, without taking unnecessary risks with critical systems.

6. How can organizations start evaluating JOPAZ?

The most common approach is to start with Proof of Value (PoV).

Typically, this process involves:

  1. Selecting a few high-CPU COBOL batch job s

  2. Running the workload with and without JOPAZ

  3. Comparing central GP processor consumption with COBOL and JOPAZ.

This makes it possible to estimate how much workload could be redistributed to zIIP processors and what the potential gains could be in that specific environment.

1 Like