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 Feb 22, 2012
Merged idea
This idea has been merged into another idea. To comment or vote on this idea, please visit CICSTS-I-1024 Support multiple WSBind directories on WSDIR PIPELINE definition (SHARE requirement SSCICS11011).

Support multiple WSBind directories on WSDIR PIPELINE definition (SHARE requirement SSCICS11011) Merged

Each CICS Web Service consists of a CICS program along with a WSBIND file describing among other things the inputs and outputs for the service (program). This is similar to a BMS maps relationship to a program. The WSBind files are stored in an HFS file directory. To expose or register a service to CICS, a directory is defined on the WSDIR parameter of a CICS PIPELINE definition. However, only one HFS directory is allowed on the WSDIR parameter. Think of this as allowing only one PDS for all BMS maps yet allowing multiple PDSs for the programs associated to those BMS maps.

Example:

Assume PDS contains programs exposed as a Web Service. Each PDS should have a corresponding HFS files containing the WSBind files for the service. To run a test, all of the HFS members would have to be copied from the production HFS directory followed by the general-test HFS and my-test HFS. If a program in the my-test PDS is bad and gets deleted, a program Newcopy would be performed and CICS would find the appropriate program from the DFHRPL concatenation.

The corresponding WS Bind file in the my-WSDir HFS directory however would have to be overlaid with the appropriate version from either the general-test or production HFS directory. It would be the developers responsibility to figure out which one to use. As the number of DFHRPL libraries increases, this task gets more time consuming.

DFHRPL DD DSN=my-test lib
DD DSN=general-test lib
DD DSN=production lib

WSDIR=my WSBind lib

Idea priority Medium
  • 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
    |
    Feb 23, 2012

    This is a duplicate of 18047