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).
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 @DougTX, please open a separate RFE regarding your additional request.
I think this is a related issue to this RFP that I am hoping it can solve:
I have a service program with 5 procedures defined in it. I can get a list of those procedures using DSPSRVPGM with DETAIL(*PROCEXP). This service program is entered into a binding directory.
I have a program that uses two of those 5 procedures in the above service program. That program is compiled and uses the above binding directory to locate the two procedures it needs and finds them in the service program.
I would like to be able to see [using a command with *OUTFILE or an SQL DB2 table] the procedure names that the program needs that are in that service program. DSPPGMREF allows me to see what service programs a program needs. However, it does not tell me the specific procedure names the program uses in the associated service program. That functionality would be very helpful.
Thank you.
IBM will use this request as input to planning but no commitment is made or implied. This request will be updated in the future if IBM implements it. IBM will use votes and comments from others in the community to help prioritize this request.
It is unlikely that the PREFIX idea will be implemented.
This would most likely be implemented as a declare-namespace / end-namespace feature, where anything defined between the DCL and END, including definitions from /copy files, would be qualified by the namespace name when used within the module.
dcl-ns myNs;
/copy mycopyfile defines myDs, myField, myProto
dcl-c myconstant 'x';
dcl-pr myPrototype end-pr;
end-ns;
dcl-ds ds likeds(myNs.myDs);
myNs.myField = myNs.myProto(myNs.myConstant);
The problem with prefix inside module source is that it is always the same for every use which leaves the problem of coordinating disparate frameworks. It would be much better for reuse if the prefix were applied in the /copy directive to prototypes (dcl-pr), variables (dcl-s), data structures (dcl-ds) but not subfields, and constants (dcl-c).
The CAAC has reviewed this requirement and recommends that IBM view this as a high priority requirement that should be addressed.
The CAAC also observed that this is very similar to this RFE requesting support for Namespaces. The CAAC anticipates the solution is the same for both of these RFEs.
https://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe&CR_ID=100916
Background: The COMMON Americas Advisory Council (CAAC) members have a broad range of experience in working with small and medium-sized IBM i customers. CAAC has a key role in working with IBM i development to help assess the value and impact of individual RFEs on the broader IBM i community, and has therefore reviewed your RFE.
For more information about CAAC, see www.common.org/caac
For more details about CAAC's role with RFEs, see http://www.ibmsystemsmag.com/Blogs/i-Can/May-2017/COMMON-Americas-Advisory-Council-%28CAAC%29-and-RFEs/
Dawn May - CAAC Program Manager
IBM has received the requirement and is evaluating it. IBM will provide a response after evaluation is complete.
Creating a new RFE based on Community RFE #92592 in product IBM i.