Skip to Main Content
IBM Z Software


This portal is to open public enhancement requests against IBM Z Software products. 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 Delivered
Created by Guest
Created on May 15, 2025

zFile for mvs dataset API to detect if it is archived

When querying an MVS dataset attributes using zFile, starting first with open the dataset or checking if it exists, it the dataset is archived/migrated, it would be automatically recalled.

This behavior is matching with ISPF behavior. (I think when system aut-recall is enabled.)

But the auto-recall could be an issue when running within an application like our product, where all processing and input mostly programmatically and should not require manual intervention. For example if the dataset archive resides on tape, the recall may requires manual interaction. Also, auto-recall is not always an desired option.

(Currently, we rely on the catalog vtocDirectory entry of the dataset's volser label marker dedicated for archived datasets to tell if it is archived.)

It's help if zFile could provide an API to detect first if the dataset is archived, or an option for the existing API for the option to allow auto-force-recall or not (if the dataset is archived).

Have it as low priority as we do have our work around, but it's great if zFile can offer that ability, it helps us to use the zFile API calls overall more smoothly and effectively in our code flow.

Thank you.

Idea priority Low
  • Guest
    Jun 17, 2025
    .A Java program was provided to the RFE submitter on how to retrieve LISTCAT information on a dataset. This RFE can be closed.