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
Categories z/TPFDF
Created by Guest
Created on Apr 22, 2024

zTPFDF should provide an "aging" report similar to VERIFY chain counts, to show the time interval since the prime was last updated.

As a database administrator, I want to know how long it has been since a given sub-file was last updated so that stale, obsolete and no longer needed data can be more easily identified.

The idea is to Enhance CRUISE to provide “Aging” statistics in addition to the existing “chaining” statistics. The process would work exactly as the chain count process, except it would look at the block trailer and count the no. of days since the last update to that sub-file. So, the data in the 1, 2, 3, 4 … 8, 9 and M buckets could represent days, weeks or months based on what the user inputs. The “Age” display would mirror the ZFCRU Display-Statistics functional entry but would show the AGE and identify whether the intervals are in days, weeks, or months.

The process would use the existing buckets, except coding would calculate the difference between current date and the time stamp in the block trailer. This time stamp is already being maintained by TPFDF in the trailer every time a prime block is updated and filed. This would give us the time interval since the last time the record was updated. Most of the process would work similarly to the “chain count” process, except only the prime blocks would need to be retrieved. This will mean the process will run much faster than a standard verify.

Most systems have data that is old and outdated and well past its useful life. It just stays there taking up space and elongating runtimes for utilities and can impact application performance as well. It would be extremely helpful to identify where this data exists and how old that data is.

Idea priority Medium
  • Guest
    Reply
    |
    Jul 18, 2024
    The support for adding z/TPFDF data to Runtime Metrics Collection (RTMC) is now available with z/TPF APAR PJ47254. See the comment posted to this idea on 6/19/24 for details on how to use the data collected by Runtime Metrics Collection to see which files have been used and when they were last used.
  • Guest
    Reply
    |
    Jun 19, 2024
    This is a duplicate of https://ibm-z-software-portal.ideas.ibm.com/ideas/TPF-I-545 which will add support for z/TPFDF data to Runtime Metrics Collection (RTMC). RTMC will collect data for all files that have a DBOPN issued. The data will be stored in a searchable database which will provide history of usage by file id. With relatively simple SELECT statements, you can query by file id, time, PFILE, PFIND, etc. If needed, we can provide some sample SELECT statements. The idea is that you can query the z/TPFDF data collected by RTMC to see which files have been used and when they were last used. You can compare this to your list of in use DBDEFs. Those files that have not been used are candidates for further investigation. These files might be rarely used but still required or they may no longer be needed on the system. This support will be included in PJ47254.