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).
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:
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 an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
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.
Hello
Our colleagues make intensive use of system symbols when they install new software
or do some maintenance. They can use it also for APF libraries and so on.
Now we are struggling when we want make use of system symbols for program controlled libraries.
I get the follwing error messages:
RALTER PROGRAM ** ADDMEM('SOFT.CICS.&YCICTSP..SDFHEXCI'//NOPADCHK)
IKJ56702I INVALID MEMBER NAME, 'SOFT.CICS.&YCICTSP..SDFHEXCI'//NOPADCHK
IKJ56701I MISSING MEMBER RESOURCE NAME+
IKJ56701I MISSING NAME OF RESOURCE TO BE ADDED
Is there a way of make use of system symbols for program controlled libraries?
--> After posting this in RACF-L community I get encouraged by Bruce R. Wells to open a RFE:
https://listserv.uga.edu/cgi-bin/wa?A2=RACF-L;60290627.1803
Now I hope you can enhance RACF to be able for accepting system symbols.
Many thanks in advance.
Daniel
Idea priority | High |
By clicking the "Post Comment" or "Submit Idea" button, you are agreeing to the IBM Ideas Portal Terms of Use.
Do not place IBM confidential, company confidential, or personal information into any field.
Thank you for your response. We agree to this requirement as an uncommitted candidate.
Hello
thank you for the consideration with the use of RACFVARS.
But the disadvantage of RACFVARS for your case would be:
"The resource names can be up to 39 characters long and cannot contain any generic characters."
(Source: https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.icha700/defrvar.htm)
In that case we would have to add for every maintenance level a new member in the member class of RACFVARS. That generates the similar administration effort like add/del a dataset name in PROGRAM class. (An advantage of RACFVARS would be that multiple qualifiers can be used in parallel. But this is not required in our case). The benefit of this RFE would be that we could make use of system symbols and no additional RACF admin efford is required. The system administrator can decide which is the current system symbols (incl. fallback) and the correct dataset qualifier
is automatically program controlled.
PS: Our colleagues use an internal maintenance level pattern that identifies the appropriate maintenance level. This is reflected then in system symbols qualifier.
Thank you very much.
Daniel
Thank you for submitting this request. It is under consideration. We wonder if you would prefer to use RACFVARS, though currently not supported in member lists like for PROGRAM.
See https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.icha700/icha700_Using_a_RACF_variable_as_a_qualifier.htm
The advantage of RACFVARS would be that multiple values could be substituted for the variable.