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 Under review
Workspace z/OS
Categories RACF
Created by Guest
Created on Feb 10, 2026

supervisor state is too strong for non update request to r_admin

I want to pass in a structure of definitions, and get back the RACF command that is generated - without issuing the command.  There is no update ... just a string generated

I want to use User administration, add user, and set the bits
 A series of option flags for this request:
• '10000000'b – ADMN_FLAGS_NORUN – If set, then do not
execute the command which is constructed by the r_admin
service.
• '01000000'b – ADMN_FLAGS_RETCMD – If set, return the
text of the command which is constructed by the r_admin
service.
• '00100000'b – ADMN_FLAGS_ADDQUOT – If set,
automatically add quotes around fields which are quotable.
Also verify that fields which are not quotable do not contain
certain illegal characters.
 

 

Problem state is not allowed for 

Update function codes
(X'01'-X'04' and X'06'-
X'15')
 

 

Supervisor state should only be needed if the update is made - not if ADMN_FLAGS_NORUN is set

 

Idea priority Low
  • Guest
    Feb 25, 2026

    IRRSMO00 would not meet my requirements.
    I can extract profiles from memory using r_admin, and create the structure the "create command string from this data" without knowing the fields etc. For most fields I do not need to know the field name. I ignore the fields which are read only and create the structure - pretty simple.
    If I use IRRSMO00 I have to have a mapping from r_admin format to IRRSMO00 format and I need to program each field name to each XML structure.

    This is more than 10 times the work .


    R_admin works for what I want to do, but it should not need to be in a privileged state just to create a create a string.

    I'll be putting some code on git for which you pass in user/data/resource name, and it recreates the RACF command string. It is a shame it has to be athorised code.

  • Guest
    Feb 24, 2026
    Thank you for submitting this Idea. You may be able to achieve the desired behavior in problem state by using the R_SegMgtOper (IRRSMO00) service. IRRSMO00 supports generating a command image without executing it and can be called in problem state.
    Would IRRSMO00 meet your requirements, or is there specific r_admin functionality you need that SMO cannot provide?