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 Delivered
Categories Runtime
Created by Guest
Created on Jan 16, 2018

Modernize DFHPLT - Transition away from assembled table

Migrate DFHPLT from assembled CICS tables to a format that is more easily maintained. Typical replacement for assembled tables has been definitions in the DFHCSD, and more recently, equivalent function in the CICS Explorer.

Given the simple nature of PLT's, a PARMLIB or similar dataset is conceivably another alternative.

Idea priority Medium
  • Guest
    Reply
    |
    Dec 14, 2018

    This RFE is satisfied by CICS Transaction Server for z/OS V5.5 which is GA today 14th December 2018.

  • Guest
    Reply
    |
    Oct 2, 2018

    This RFE is satisfied by CICS Transaction Server for z/OS V5.5 which is announced today 2nd October 2018 and which has a planned availability date of 14th December 2018.
    For more information see the CICS TS V5.5 announcement letter https://www-01.ibm.com/common/ssi/ShowDoc.wss?docURL=/common/ssi/rep_ca/2/897/ENUS218-352/index.html&request_locale=en

  • Guest
    Reply
    |
    Jun 15, 2018

    This is something we would like to address. The RFE is being moved into 'Planned for Future release' status. Please note:
    IBM’s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice at IBM’s sole discretion. Information regarding potential future products is intended to outline our general product direction and it should not be relied on in making a purchasing decision. The information mentioned regarding potential future products is not a commitment, promise, or legal obligation to deliver any material, code or functionality. Information about potential future products may not be incorporated into any contract. The development, release, and timing of any future features or functionality described for our products remains at our sole discretion.

  • Guest
    Reply
    |
    Feb 21, 2018

    This is a long overdue enhancement. Our shop has used both a VSAM file based generic PLT, and an extrapartition TDQ based version (reading from a parmlib). Both have the drawback that early PLTPI programs have to go in the "real" PLT--leading to possible multiple flavors of the generic PLT, depending on how many such combinations are in play.

    Also, would like to see the enhanced version incorporate a replacement for INITPARM--which currently resides in SIT overrides, and therefore is effectively "decoupled" from the PLT. The INITPARM replacement should both alleviate the current 60-character limit, and allow the SAME PLT program to be invoked multiple times with different parms (not possible with the current INITPARM, other than by cumbersome aliasing).

  • Guest
    Reply
    |
    Feb 13, 2018

    I see others were more sophisticated than I, but I've used a single user program in PLTPI Stage 2. User program loads an Assembler table containing instructions for things to do at PLT, such as which APPLID this is for, link to another user/vendor PLT program, or execute a TRANSID optional with START options and the INTERVAL at which to START. Same thing for PLTSD. So my less sophisticated method still requires an Assemble of the table, rather than using a better choice of SYSIN or seq. terminal. But I like the idea of CSD-type stuff, just like all the other resources (e.g. terminals) that have been moved there.

  • Guest
    Reply
    |
    Feb 7, 2018

    This is a candidate for a future release

  • Guest
    Reply
    |
    Jan 22, 2018

    In various forms, sites have created their own variations. I concur with 2 aspects of the previous comment:
    - a provision for parameters to be passed, and
    - a product standardized approach.

    I am not sufficiently familiar with JSON to opine on that at this time.

  • Guest
    Reply
    |
    Jan 17, 2018

    So, a JSON file in zFS ? Would need some appropriate security controls. Thinking of JSON in case there's a desire for parameters to be passed to the programs.

    (Just floating some ideas... You could do this today for your own stuff, but it would be better if the product standardised a more modern approach.)