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.
Thank you for the additional information. We understand the requirement and will accept as an uncommitted candidate.
We need (for example) DB2-Loadlibs authorized in PROGRAM, Profile **
RALTER PROGRAM ** UACC(READ) +
ADDMEM('SYS2.DB2.DSNP.V11A.SDSNEXIT'//NOPADCHK)
When i switch to another filename and delete the old file, than i have to replace this MEMBER (delmem for the old filename, addmem for the new one).
In this case, the dataset have to exist.
second example:
Class Program, Profile DGTFPF05
DATA SET NAME VOLSER PADS CHECKING
SYS1.DGTLLIB SYSPC1 YES
SYS1.DGTLLIB SYSPD1 YES
USER.LIBRARY YES
In this case, the file SYS1.DGTLLIB must exist on VOLSER SYSPC1 (and SYSPD1).
USER.LIBRARY must exist.
third example:
same profile DGTFPF05 (as in second example):
The Program DGTFPF05 have to be in one of the following libraries:
SYS1.DGTLLIB on VOLSER SYSPC1 or
SYS1.DGTLLIB on VOLSER SYSPD1 or
USER.LIBRARY
If a member with name=PROFILE-Name is not found, then it is an error,
fourth example:
Class PROGRAM, Profile ERB*
MEMBER ('SYS1.SERBLINK'//NOPADCHK).
If a member with name like ERB* is not found on the Dataset(s) in MEMBER list,
then the profile is not useful, so it also is an error.
The examples 3 and 4 would be fine, for the first thing examples 1 and 2 would be enough.
If you have more questions, please ask.
Thank you for submitting this requirement. We are having a little trouble understanding your situation. Are you requesting a health check to verify if certain datasets exist and, if so, if they are covered by a PROGRAM profile? Please give us a concrete example of your situation. Thank you.