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 Runtime
Created by Guest
Created on Aug 9, 2012

CICS TECHNIQUE TO SEND HTTP OUTBOUND USING THE SPECIFIC LOGICAL IP ADDRESS.

The customer has a CICSTS32 acting as an " HTTP client " and using WEB OPEN API. So cics is working as a client doing a HTTP request to
an external server .

For that cics system uses the default IP address of the stack which is a phisical IP address, but customer need to assign a logical one.

The customer needs customize the source IP Address which will be used to send the request to the outside HTTP server .Or customize the
origin IP Address as a source when cics is acting as an HTTP client.

Customer would like that his application program allow to do a explicit
bind to specific IP .

The recommendation from TCPIP support which source IP can be assigned through the PORT statement definition in the TCPIP profile was done with success and worked, but with limitation ( customer must dedicate one address space cics by coding SRCIP JOBNAME IPADDRESS) .

The customer's requirement is have this facility in the API EXEC CICS WEB interface.

Idea priority Medium
  • Guest
    Reply
    |
    May 19, 2016

    Whilst this requirement is valid, based on our current plans and priorities, it is not likely that this could be implemented in the next 12 months, or in the next CICS TS release. Correspondingly this requirement is being declined at this point. The requirement will be kept in the RFE system and might be reassessed in the future. You also have an opportunity to resubmit in twelve months time if you wish it to be reconsidered then.

  • 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
    |
    Sep 5, 2014

    No information received from customer

  • Guest
    Reply
    |
    Jul 10, 2013

    Both source IP Address control and TCP stack affinity are understood requirements for CICS TCP/IP support. To help clarify the particular scenario can you answer the following questions:
    1. Can you clarify if the multiple potential source IP addresses are on the same or different IP stacks. If they are on different stacks, have you reviewed the usage of the BPXTCAFF job or _BPXK_SETIBMOPT_TRANSPORT variables which can provide stack affinity.
    2. Can you clarify what is missing from the SRCIP statement function provided by Comms Server. As this provides the ability to match on wildcard job names i.e : the following which will match all Jobs with prefix CICS1
    JOBNAME CICS1* 1.2.3.4 CLIENT
    or on a subnet of destination IP addresses such as:
    DESTINATION 9.1.0.0/16 1.2.3.4