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.
This option has been available for many years via the NEWNAMEU keyword which changes the datasets on the DUMP to the new desired names. Unfortunately it is not like running a standard DFDSS DUMP, NEWNAMEUNCONDITIONAL can only be used when invoking DFSMSdss through the application programming interface (API).
Hi Robert. Thanks for that suggestion. I just looked up the DFDSS manual, and "IMPORT" is also RACF protected: https://www.ibm.com/support/knowledgecenter/SSLTBW_2.3.0/com.ibm.zos.v2r3.adru000/dgt3u2164.htm "To specify IMPORT, you must have the proper RACF® facility class authorization.". So this is another case of false security. If a user does not have access to the "IMPORT" keyword, then he instead needs an unauthorized program like the one I wrote to change the dataset names to something he has access to. Or did I misread the manual?
Hi, Have you considered using the IMPORT keyword on the RESTORE command? IMPORT tells DFSMSdss to treat the data set being restored as a new data set being introduced to the system. This causes DFSMSdss to skip that check on 'SED' in this case. Please let me know if you have tried this and whether or not it would address your request. Thank you, Robert Gensler
Attachment (Description): Utility to bypass DFDSS security