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 Sep 6, 2013

PL/1 program name in PUT DATA / PUT LISTwithin CICS runtime

When running PL/I programs under CICS it is sometimes necessary to activate PUT DATAs or PUT LISTs to analyse problems within applications even in production environments.
The output from PL/1 programs with PUT DATAs or PUT LISTs is prefixed by Terminalid, Transactionid and timestamp under CICS. The program name which is issuing the PUT DATAs or PUT LISTs is not being shown in this message prefix. This makes it nearly impossible to determine the issuing program because under a certain CICS transaction there are running hundrets of different PL/1 programs .

Idea priority High
  • 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 9, 2013

    This is a requirement that needs to be raised against Language environment. Unfortunately, Langauge Envionment are not yet on RFE, so I suggest you ask your IBM rep to raise a FITS requirement against LE.

  • Guest
    Reply
    |
    Sep 9, 2013

    Hi,
    yes, all these messages are being put out to CESE. I opened this RFE already for PL/1 (RFE 37840) because I didn't find a way to open it for LE under dW. When this RFE is not valid for CICS could you please tell me how to open it for LE ?
    Thanks a lot
    Hans

  • Guest
    Reply
    |
    Sep 8, 2013

    Are these messages being output to CESE? If it is the same for PLI as it is for Cobol and C, then this is LE intercepting the PL/1 command and issuing an EXEC CICS WRITEQ TD QUEUE(CESE) in the same manner as it does  for COBOL DISPLAY and C printf statements  prefixing the data to be "displayed " with the termid, tranid and timestamp. In which case an enhancement to LE is needed for this to be changed.