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 Submitted
Workspace IBM i
Categories BRMS
Created by Guest
Created on Dec 2, 2025

Added security options in WRKOBJBRM to prevent accidental restores to the original library

Request Description:

When using the WRKOBJBRM command in BRMS, selecting option 7 = Objects to restore, followed by option 1 = Select, results by default in a restoration into the original library, with the parameter:

  • Restore library: *SAVLIB

This default behavior can cause an accidental restoration into the original library, and therefore the unintended overwriting of existing objects, simply due to a double key validation.
We want to avoid this operational risk and improve the safety of use for administrators and operators.


🎯 Enhancement Requests


1. Ability to disable option 1 = "Select" in WRKOBJBRM

Currently, this option is always visible and selectable.
It would be useful to allow:

  • its deactivation,

  • its removal,

  • or an authorization control (USRCLS, special authority, etc.).

Objective: Prevent unintentional restorations caused by incorrect manipulation.


2. Ability to remove or modify the default value *SAVLIB

Today, the value *SAVLIB forces restoration into the original library.
We request the ability to define a different default behavior, such as:

  • a different target library,

  • a blank value,

  • forcing the user to enter a target library,

  • or a system/BRMS parameter allowing control of this default value.

Objective: Prevent any risk of overwriting an existing library.


3. Add a system/BRMS option “Forbid automatic overwrite”

Ideally, a global BRMS parameter could be added, for example:

  • *RESTORE_ALLOW_REPLACE(NO)

  • or an equivalent BRMS setting in WRKPCYBRM

This parameter would prevent any restoration into the original library unless explicitly confirmed.


📌 Expected Benefits

  • Reduced risk of human error during restore operations

  • Increased security in production environments

  • Greater operational control for system administrators and operators

  • Alignment with best practices for restore operations (separation of source/target libraries)


✅ Conclusion

We request the availability of these enhancements in BRMS, or any alternative allowing:

  • Control over the presence of option 1

  • Setting a default library other than *SAVLIB

  • Preventing the unintentional overwriting of existing objects

These features would be highly beneficial for the IBM i community and would significantly improve the security of BRMS operations.


Idea priority Medium
  • Guest
    Dec 4, 2025
    1. A similar function exist, but not exactly as you have suggested.
      There is a lot of BRMS Function Usage that can be used to restrict a user, take a look at: https://www.ibm.com/docs/en/i/7.6.0?topic=reference-supplied-function-ids#rzarlfunctionusage__funcidBRMS
      The one I think could be of use here is QIBM_Q1A_RCY and maybe also QIBM_Q1A_RCY_PCY

    2. This request also exist and the recommendation is that you should change *SAVLIB to a specific library of you choise or to QTEMP. The library does not even have to exist on the system.
      Take a look at the recovery policy: WRKPCYBRM *RCY
      https://www.ibm.com/docs/en/i/7.6.0?topic=ssw_ibm_i_76/rzai8/rzai8_rcy_policy.html


    3. Not exactly what you are requesting, but this request seems like using OPTION = *NEW on the RSTLIB command or MBROPT = *NEW on the RSTOBJ command. RSTOBJ MBROPT(*NEW) will only work on database members,
      so other object types will not be checked. Anyway, you can set these option in BRMS in the recover policy as well:
      WRKPCYBRM *RCY
      Option . . . . . . . . . . . . . . *NEW
      Data base member option . . . . . *NEW