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 Dec 4, 2013

Invalid data returned by INQUIRE PROGRAM after SET PROGRAM COPY(PHASEIN)

After a SET PROGRAM COPY(PHASEIN) a subsequent INQUIRE PROGRAM command returns only the values of the first created entry in program directory. The valid data of a further available entry created by PHASEIN could not be determined at all.

Idea priority Medium
  • Guest
    Reply
    |
    Dec 11, 2015

    This RFE is satisfied by CICS TS 5.3 which is generally available from December 11th 2015.

    In this release the values returned are consistent, ie an inquire program command returns the attributes of the program currently loaded. Thats is, if a phasein has been issued but the new program has not yet been loaded, then the attributes returned are those of the old program. After the new copy of the program has been loaded, the attributes returned are those of the new version of the the program.

  • Guest
    Reply
    |
    Oct 6, 2015

    This RFE is satisfied by CICS TS 5.3 which was announced on October 5th 2015 with a planned general availability date of December 11th 2015.
    For more information see the announcement letter http://www.ibm.com/common/ssi/cgi-bin/ssialias?infotype=an&subtype=ca&supplier=897&letternum=ENUS215-363

  • Guest
    Reply
    |
    Oct 5, 2015

    Due to processing by IBM, this request was reassigned to have the following updated attributes:
    Brand - Servers and Systems Software
    Product family - Transaction Processing
    Product - CICS Transaction Server

    For recording keeping, the previous attributes were:
    Brand - WebSphere
    Product family - Transaction Processing
    Product - CICS Transaction Server

  • Guest
    Reply
    |
    Jul 16, 2014

    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 4, 2014

    Here some additional information:
    Additional information

    Initial situation:
    ============

    Program MYPROG is used by a conversational transaction. A CEMT INQ PROGRAM(MYPROG) lists attributes of this program - same result will be achieved by EXEC CICS INQUIRE Command. You will see the current LIBRARY and LENGTH values.
    Same scenario can be achieved by doing an CECI LOAD PROGRAM(MYPROG) - this will increase the RESIDENT Counter to enforce a PHASEIN action.


    Test scenario
    ============

    a) Program MYPROG will be recompiled and linked in a newer version to another load library. The old version is still active on the running conversation transaction.

    b) A PHASEIN will be issued for MYPROG by CEMT command or EXEC CICS SET PROGRAM - a NEWCOPY is not allowed because program is currently in use.

    c) There will be no additional actions regarding this program like LOAD, LINK or other - the user transaction mentioned above is still running and in terminal wait.


    result:
    =======

    Processing a new CEMT INQUIRE or EXEC CICS INQ PROGRAM will list the following attributes after the PHASEIN action:

    a) LIBRARY value will be updated to the new load library from compile and link job - this will be expected.

    b) The LENGTH value will NOT be updated to the new module size which will be wrong

    c) The valid (new) module size will be shown after the conversational task has ended

  • Guest
    Reply
    |
    Jan 6, 2014

    Helmut,
    Can you give me some more information about the scenario in which you are finding the INQUIRE PROGRAM is returning the wrong information.
    Are you issuing the INQUIRE PROGRAM request after a load for the new version has been made (either by running or loading the program)?

  • Guest
    Reply
    |
    Dec 7, 2013

    Never heard about that situation but - in my opinion that's a bug not a feature. ;-)