Skip to Main Content
IBM Z Hardware and Operating Systems Ideas Portal


This is the public portal for all IBM Z Hardware and Operating System related offerings. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Future consideration
Workspace z/OS
Categories DFSMS HSM
Created by Guest
Created on Jul 23, 2025

HSM should correctly calculate tape utilization by taking zEDC compression into account.

As more customers are expected to adopt zEDC compression in the future, HSM should evolve to handle it appropriately.
The following two are examples of defects.

1. Unnecessary RECYCLE triggered by a miscalculation of the PCT VALID value caused by zEDC compression.

Datasets compressed with zEDC cannot be further compressed by VTS. Since the size of the dataset on VTS is almost the same as its size on disk, when the REUSE CAPACITY value is four times the actual tape volume capacity, even if the tape is physically 100% used, the PCT VALID will be 25%. If the RECYCLE threshold is set to 25%, the tape in this state will be subject to RECYCLE. Whether immediately after MIGRATE or RECYCLE, the tape will be targeted for RECYCLE, and this process will repeat.

In one of our environments, the number of RECYCLE operations increased from approximately 1,000 volumes per day to 8,000 volumes, then decreased to 2,000 volumes per day after three months.
In another environment, the number of RECYCLE operations rose from around 100 volumes per day to 1,800 volumes, and this elevated level has persisted.

Because tapes are being recycled even when the number of stored datasets has not decreased, the number of datasets being moved increases. As the number of ARC messages output also increases, the time until the HSM address space encounters a 722 abend becomes shorter.

2. zEDC compression triggers the occurrence of unexpected spans.

When migrating a 128MB dataset, HSM assumes a compression ratio of 1:2.5 and estimates the size on tape to be 51.2MB. If there is 60MB of free space on the tape, it is expected to fit on the existing tape.
However, in reality, since VTS cannot compress the data, the full 128MB does not fit in the available space and ends up spanning to the next tape. (Unexpected span)
This phenomenon occurred with approximately a 10% probability in our environment.

Idea priority High
  • Guest
    Jul 28, 2025

    3. Consideration for tapes created before and after zEDC compression was applied.(It includes speculation.)

    REUSE CAPACITY changes depending on the latest VTS compression ratio. After applying zEDC compression, the REUSE CAPACITY becomes lower than it was before the compression was applied. This updated REUSE CAPACITY is used to calculate PCT VALID for tapes created in the past. Tapes made before zEDC compression was introduced contain uncompressed datasets, so if the new REUSE CAPACITY is used as the denominator, the usage rate may not drop easily, and those tapes might not qualify for RECYCLE. To avoid this, it might be better to manage the REUSE CAPACITY at the time each tape was created. However, this method also has downsides. If REUSE CAPACITY changes right after applying zEDC compression, the previous value might not have been accurate. So, a logic that considers both compressed and uncompressed datasets is likely needed. What makes it more difficult is that encrypted datasets also have low compression ratios (they can’t be compressed).