Skip to Main Content
IBM Z Software


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).


Shape the future of IBM!

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:

Search existing ideas

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 your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

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.

ADD A NEW IDEA

Clear

Ideas

Showing 26

Collecting Db2 Integrated Synchronization counters in IZDS

IBM Z Decision Support currently does not collect Db2 Integrated Synchronization IFCID 2 counters. In Db2 component table DB2_IDAA_STAT_S_H/D there is column REPLICATION_CPU, but is only populated with data for CDC replication. Since we have migra...
almost 2 years ago in IBM Z Decision Support 1 Not under consideration

Allow LIST RECORD consumption to be drifted to ZIIP processors.

Now, IZDS and IZPCA allow the derivation of a COLLECT to ZIIP, but it is not possible to do the same with a LIST RECORD.It would be good to study the possibility of adapting the LIST RECORD as well.
12 months ago in IBM Z Decision Support 1 Not under consideration

True length of DSECT

There should be a method (perhaps a new parameter) that would cause the "length" attribute of a DSECT to return the actual size of the dummy section, rather than simply returning a value of 1.
almost 10 years ago in IBM High Level Assembler for z/OS and z/VM / Assembler 3 Not under consideration

Provide a new system variable symbol to provice the current RMODE value

Useful in macros to determine current RMODE at assembly time.
11 months ago in IBM High Level Assembler for z/OS and z/VM / Assembler 2 Not under consideration

New extended mnemonics needed for branches/jumps following TMLL and friends

New extended mnemonics are needed for "branch/jump [not]mixed" instructions to be used following the newer Test Under Mask instructions. The older TM instruction never sets CC=2, so the older branch/jump [not]mixed mnemonics (JM, JNM and similar) ...
almost 4 years ago in IBM High Level Assembler for z/OS and z/VM / Assembler 2 Not under consideration

Permit named PUSH/POP statements

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 replac...
almost 4 years ago in IBM High Level Assembler for z/OS and z/VM / Assembler 1 Not under consideration

Fully support 32-bit EQUs (maybe even 64-bit EQUs as well)

The assembler's support of 32-bit EQUs is arcane, to say the least. Consider: EQU1 EQU X'80000000' EQU2 EQU X'80000000'+1 EQU3 EQU X'7FFFFFFF'+1 The EQU1 and EQU2 statements are fine.The EQU3 statement gets flagged with ASMA074E. I do understand t...
almost 4 years ago in IBM High Level Assembler for z/OS and z/VM / Assembler 3 Not under consideration

Flag RX instructions with index but no base register

It has been a common malpractice since more than half a century not to use a base register but the index register in rx instructions, e.g. L Ra,100(Rb) instead of L Ra,100(,Rb). Historically, this implied some performance penalty (AFAIR), nowadays...
almost 3 years ago in IBM High Level Assembler for z/OS and z/VM / Assembler 2 Not under consideration

Improve ability to define structures with power-of-2 size

When writing assembler code, it is often desirable or even necessary to define a structure with a length that is an integral power of 2. Reasons for such might be to avoid crossing a cache-line boundary; to be able to allocate an array of structur...
over 9 years ago in IBM High Level Assembler for z/OS and z/VM / Assembler 1 Not under consideration

Enable the ability to run the COLLECT batch process of different components in parallel.

When a COLLECT process is executed, some DB2 resources are allocated that prevent processes that collect data for different components (CICS, DB2, MVS and so on) from being executed in parallel. If the COLLECT processes of different components cou...
over 1 year ago in IBM Z Decision Support 1 Not under consideration