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.

Status Future consideration
Categories Runtime
Created by Guest
Created on Sep 8, 2023

Allow more flexibility in the location of DFHAPIR

As currently designed, DFHAPIR can only be found as a single member name in a z/OS PARMLIB list. As CICS systems programmers, we normally don't have access to z/OS libraries so making changes requires change requests and possibly days between updates. Also, we have policy rules against giving read access to SYS1.PARMLIB.

Additionally, if a user running a compile has no access to SYS1.PARMLIB, they skip the rule entirely, negating the effectiveness of setting these rules.

Can there be an alternate location for DFHAPIR? It would need additional security controls to make sure a developer doesn't add their own rules.

1- The options would need to override the existing options in PARMLIB (for when we have established rules and want to add new ones or we want to bypass reading PARMLIB completely).

2- Can be specified in the Compiler/translator JCL.

3- Is secured so that a developer can't implement their own version, or skip the system designated rules.

Idea priority Medium
  • Guest
    Reply
    |
    Oct 31, 2023
    CICS Development: This is a candidate for a future release
  • Guest
    Reply
    |
    Sep 13, 2023

    Another problem with DFHAPIR is that we use Endevor, and all compiles run under the same userid, so we can't control who can and who can't bypass the rules in DFHAPIR. Perhaps a way to help resolve this is to amend the security check to include the program name. It's really not about the userid that needs the exception - it's the program. Alternatively allow some scope statements in allow different settings for different programs. Perhaps a core set for every, and then different sets for different programs.