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 May 6, 2015

CICS/CM must support downward compatible operation in the TSO interface code.

Groundwork.
CM requires, for the TSO side of the interface, that the contents of the *.SCCVAUTH and *.SCCVAENU datasets be made available to TSO session in one of: LNKLST, STEPLIB, or LPA and also be APF authorized. This requirement comes from the fact that it's the TSO/ISPF side that performs the initial security checking via SAF PASSTICKETS. The requirement is accurately spelled out in CM doc, and also here:
http://www-01.ibm.com/support/docview.wss?uid=swg21259632


Next, couple this with the fact that CM servers cannot share information with other CM servers (other than through the export/import process) which means that for all practical purposes of doing any meaningful work, everything has to take place within the confines of one and only one CM server, regardless of whether it's running inside a WUI or some other CICS region.

So far so good.

Now, consider Fidelity. We're a large shop with multiple sysplexes that are geographically dispersed, each with multiple lpars. We have a regimented, controlled process for rolling out new products and maintenance to existing products that has been honed over many years and works well for us. Part of the paradigm is that we never make sysplex-wide changes to software. We implement changes an lpar at a time gradually across each sysplex in order to mitigate both risk and exposure.

In the context of CM, we find ourselves in a very difficult situation because there is no downward compatibility between the CM server and the TSO/ISPF interface. For example, after a CM server has been updated to 5.2, TSO/ISPF sessions that are still running the 5.1 code can no longer connect or communicate with the server. We do not use STEPLIB in any TSO sessions because of the well-known negative impact that practice has on performance (STEPLIB is always searched first and incurs I/O BLDL overhead, even before LNKLST (with LLA lookaside) or LPA are searched). So that leaves us with the option of putting the required CM modules in either LNKLST or in LPA. However, since we never perform sysplex-wide changes, now we're forced into a situation where, for a period of time while a new level of CM is rolling out, at least some of the lpars in the sysplex will be non-functional as far as CM is concerned because they have not yet been upgraded to the new CM code and therefore will be unable to work with the upgraded CM server.

The CM server-side code should be downward compatible for at least one full version/release with the APF code that is used on the TSO/ISPF interface. Additionally, the product should allow deploying the TSO/ISPF code using mechanisms that do not require the exclusive use of STEPLIB/LNKLST/LPA . Even if the product were to provide and employ an SVC routine to gain sufficient authorization to perform the needed security processing, it would be less onerous than the present implementation. I'm assuming here of course that the SVC would be compatible across multiple product versions/releases.

Idea priority Urgent
  • Guest
    Reply
    |
    Dec 11, 2015

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

  • Guest
    Reply
    |
    Nov 24, 2015

    We believe this RFE is addressed by providing the option in CICS CM V5.3 for the Passticket modules not being required in an APF authorized or link listed library.

    #publish
    This RFE is satisfied by CICS CM 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-01.ibm.com/common/ssi/cgi-bin/ssialias?infotype=an&subtype=ca&supplier=897&letternum=ENUS215-364

  • 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 - Enterprise Tooling
    Product - CICS Configuration Manager

    For recording keeping, the previous attributes were:
    Brand - WebSphere
    Product family - Enterprise Tooling
    Product - CICS Configuration Manager

  • Guest
    Reply
    |
    May 29, 2015

    We are looking to address this issue as explained below:

    To avoid STEPLIB overheads in the TSO logon procedures, many customers would place the APF modules either (1) in the link list; or (2) in LPALIB. This method can only support one version of the module, which complicates release upgrades. RFE 70780 requests that the CICS CM ISPF dialog be backwards compatible to the prior release (likely to avoid some of the above complexities).

    The APF requirement on CICS CM could be removed by using the SAF R_ticketserv interface to obtain the passticket.