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 Apr 30, 2012

Make &APPLID available for MQCONN INITQNAME

We are in the research/planning phase for installing CICS/TS 4.2 (upgrade from 3.2). We found that the MQ INITPARM has been converted to an RDO definition. This means that we will have to have a separate MQCONN definition for each region that connects to MQ. We are wondering if there is a capability (or if you could please provide it) to specify &APPLID..INITQ for the INITQ name. Since that is how we already name all our INITQs and we don't share INITQs, this would be ideal for us. We could have one MQCONN definition that would work for all regions. I'm guessing many, if not most shops use this same naming standard.

Idea priority Medium
  • Guest
    Reply
    |
    Jun 16, 2017

    This RFE is satisfied by CICS TS 5.4 which is generally available from today June 16th 2017.
    For more information see the announcement letter https://www-01.ibm.com/common/ssi/cgi-bin/ssialias?infotype=an&subtype=ca&supplier=897&letternum=ENUS217-113

    &APPLID is supported on the MQCONN INITQNAME parameter.

  • Guest
    Reply
    |
    May 16, 2017

    This RFE is satisfied by CICS TS 5.4 which was announced on May 16th 2017 with a planned general availability date of June 16th 2017.
    For more information see the announcement letter https://www-01.ibm.com/common/ssi/cgi-bin/ssialias?infotype=an&subtype=ca&supplier=897&letternum=ENUS217-113

    &APPLID is supported on the MQCONN INITQNAME parameter.

  • Guest
    Reply
    |
    Jul 15, 2016

    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
    |
    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
    |
    Jun 9, 2012

    This is a candidate for a future release

  • Guest
    Reply
    |
    Jun 8, 2012

    We had not considered creating a PLT program for MQ startup yet. While that would work, it creates something we have to maintain for years to come; and each shop would have to write their own. Our management has a goal of keeping everything as vanilla as possible. By making &APPLID available every shop could take advantage of the feature to make their jobs easier and eliminate the future recustomization and testing with each release that the PLT would require.

  • Guest
    Reply
    |
    May 1, 2012

    Our reasoning for taking away INITPARM is because experience with continued use of INITPARM with RDO with the CICS-DB2 Attach caused problems and misunderstanding of what took precedence at restart etc.

    Have you considered the following which would be a way of achieving what you require.

    Run with MQCONN=NO in the SIT so that you control when CICS connects  to MQ.
    You could write a very simple PLT program that does the following:

    EXEC CICS ASSIGN APPLID
    EXEC CICS CREATE MQCONN and use the value of applid to specify the INITQ attribute
    EXEC CICS SET MQCONN CONNECTED