Skip to Main Content
IBM Power Ideas Portal


This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. 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 Under review
Workspace IBM i
Categories Db2 for i
Created by Guest
Created on Aug 15, 2024

RGZPFM while active does not always return deleted records space.

RGZPFM while should always return deleted record space.

We have a large, always active, file with 1/3 deleted records that RGZPFM while active did not return deleted records space. We run 24/7 & only come down for Cums & OS & barely make our downtime window. With support help, I tried running RGZPFM with other options multiple times to no avail.

Idea priority Medium
  • Guest
    Reply
    |
    Sep 17, 2024

    Reuse deleted records . . . . . . . . . . . : REUSEDLT *YES

    File is active 24/7. Very unlikely to get downtime. Maybe next Cumm or OS upgrade. Months away.

  • Guest
    Reply
    |
    Sep 16, 2024

    OS: V7R5 TL23306 Case: TS016477654

    Started with:

    RGZPFM FILE(ASID135201/ZTAHST0P) MBR(ZTAHST0P) RBDACCPTH(*NO) ALWCANCEL(*YES) LOCK(*SHRUPD)

    This ran for several days & seemed to be looping on the last 10k records. Canceled this job.

    IBM had me try
    RGZPFM FILE(ASID135201/ZTAHST0P) MBR(ZTAHST0P) KEYFILE(*RPLDLTRCD) RBDACCPTH(*NO) ALWCANCEL(*YES) LOCK(*SHRUPD) FROMRCD(*START)

    Ran quicker but no deleted records recovered.

    CPD319B Diagnostic 20 08/03/24 11:37:13.271990 QDBFFCPY QSYS 0497 RGZ FORBES 0011

    Message . . . . : Reorganize returned less storage than estimated.

    Cause . . . . . : Reorganize estimated 38446925930 bytes of storage could be

    returned. The actual storage returned is 0 bytes. Recovery . . . : The

    reorganize was successful, but it is possible that not all storage was

    returned. If the estimated amount of storage is significantly greater than

    the actual amount of storage returned, specify FROMRCD(*PRVRGZ). Then try

    your request again.

    Total records . . . . . . . . . . . . . . : 60375752

    Total deleted records . . . . . . . . . . : 27852066

    Latest attempt:

    RGZPFM FILE(ASID135201/ZTAHST0P) MBR(ZTAHST0P) KEYFILE(*NONE) RBDACCPTH(*NO) ALWCANCEL(*YES) LOCK(*SHRUPD) FROMRCD(*START)