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 Not under consideration
Categories Commands
Created by Guest
Created on Aug 26, 2020

CREATE IMSCON TYPE(PORT) command need MbrName parameter capability

I would like to activate a new PORT for IMS Connect using the CREATE Command.

The issue is we have duplicate ports (different LPARS) in the same IMS PLEX. You can see below when I issue the following command that PORT 9000 is defined in 3 IMS Connect address spaces (different LPARS) under the same IMSPLEX OIMI1

Response for: QUERY IMSCON TYPE(PORT) NAME(*) SHOW(ALL)
Port MbrName CC KeepAv NumSoc EditRtn
9000 ICONA2 0 360 1
9000 ICONV2 0 360 1
9000 ICONW2 0 360 1

Looking at the CREATE command I don't see where I enter in the MbrName?

If I enter in the following command (which MbrName - IMS Connect MbrName) will it reference?


CREATE IMSCON TYPE(PORT) NAME(9004) LIKE(9000)

I then thought there maybe an UPDATE command but I don't see where it is available either.

Idea priority High
  • Guest
    Reply
    |
    Sep 8, 2020

    Hi,

    Thank you for your interest in keeping IMS a vital and successful product. Software development has continuously evolved during IMS’s lifetime, and so has IMS itself. We have kept pace with, adopted, and implemented many industry standard best practices within our organization, including Continuous Delivery, Design Thinking, and Agile.

    When choosing new features to add from the list of requirements in our backlog, we assess which will bring the most value to as many clients as possible and prioritize those.

    At this time, after reviewing this request for enhancement and assessing its potential value, we have decided to reject it. The reason we are rejecting this RFE is the following:

    This functionality is already available by specifying the IMS Connect member name in the SPOC Route field.

    Here is a TSO SPOC example:

    PLEX1 IMS Single Point of Control
    Command ===> CREATE IMSCON TYPE(PORT) NAME(9004) LIKE(9000)

    ----------------------- Plex . . PLEX1 Route . . HWS1

    SPOC batch job example:

    //SPOC EXEC PGM=CSLUSPOC,
    // PARM=('IMSPLEX=PLEX1,ROUTE=(HWS1)')
    //STEPLIB DD DISP=SHR,
    // DSN=IMS.RESLIB
    // DD DISP=SHR
    //SYSIN DD *
    CREATE IMSCON TYPE(PORT) NAME(9004) LIKE(9000)

    We appreciate your input to IMS, and we hope that you will continue to submit ideas for improvements as customer feedback is a key component to shaping the future direction of IMS.

    Thank you.