This portal is to open public enhancement requests against IBM Z Software products. 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.
See this idea on ideas.ibm.com
When the assembler reaches an END statement, and there remains unPOP'd PUSH USINGs, it issues ASMA138W . Well, in large complex assemblies, finding the unPOP'd PUSH or PUSHs can be rather a challenge.
In my own coding, I have solved that by replacing the PUSH/POP statements with PUSH/POP macros that accept non-blank name fields. Then when I do receive ASMA138W, I can fairly easily find the missing POP by editing the assembly listing, excluding all messages other than the PUSH/POPs, and then pairing them up by name. The presence of name fields makes the pairing process much easier.
My macros do not do anything with the given names. They don't validate them. They don't xref them. They only permit them.
I think that if the assembler were to accept named PUSH/POPs, just doing that would be sufficient. You might consider xref'ing them, and listing the unPOP'd names in the ASMA138W message, but I can't think of any enforcements you'd want to do.
In particular, I don't think unique names should be a requirement, and I do think that nesting violations should be allowed.
Idea priority | Medium |
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.
We feel that this problem could better be addressed by other methods, involving only diagnostic options or additional information in the listing. For example, it might be helpful to show the resulting PUSH/POP nesting levels in the left part of the listing for the resources mentioned in each visible PUSH/POP statement, so for example PUSH PRINT,USING might show "1 1" meaning that the current PRINT nesting level and USING nesting level are both now 1.
Even though a listing change like this might be relatively simple (which would need design work to determine), we do not see this as a high priority for our limited resources.
We are therefore declining this request, but we will add this problem to our long term requirements list along with the suggested listing change as one potential solution.
- Jonathan Scott, HLASM