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 Other
Created by Guest
Created on Apr 9, 2012

Enhancement to DFHLS2WS

Enhance DFHLS2WS to support PL/I PIC'999' fields for input structures and any style PL/I PIC field for output. At run time, the data mapper should treat the fields as character fields. Right now the developer has to create addtiional structure definitions to represent the same fields as PIC fields. Request fields would only be allowed to use '9's to represent the individual digits of the field. The Reply fields could use any representation of the PIC field (i.e. PIC '(11)Z9V.99') as the PL/I language would handle the data formating when the field was assigned data. The data mapper would simply return the field as it would for character data.

Idea priority Low
  • Guest
    Reply
    |
    Apr 27, 2016

    This requirement has been re-evaluated. Looking at current plans, it is not likely that this would be implemented in the twelve months, so correspondingly this requirement is being rejected. You have an opportunity to resubmit in twelve months time if you wish it to be considered 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
    |
    Jul 12, 2012

    Here's an example of an input/output structure pair using PIC fields. One of my developers wanted to use these. Does this help?

    DCL
    1 RRTCCTL_IN DEF DA$INMSG,
    /* RRTCCTL FIELDS */
    2 ROUTINE_NAME CHAR(7),
    2 HIDUR PIC'999',
    /* RRTCPRE FIELDS */
    2 RRSERIES PIC'99',
    2 RRPLAN PIC'999',
    2 RRORIGTERMISSAGE PIC'999',
    2 RRSEX CHAR(1),
    2 RRCURPOLDUR PIC'999',
    2 RRORIGCLASSEXCODE CHAR(2),
    2 RRORIGYRISSUE PIC'9999',
    2 ORIGRATE_SERIES_CDE CHAR(3),
    2 RRSMOKER_CODE CHAR(1),
    2 RRSEXNEUTRALCODE CHAR(1),
    /* RRTCPST FIELDS */
    2 RRCONVDUR PIC'999',
    2 RRCLASSEXCODE CHAR(2),
    2 RRYEAR_CONV PIC'9999',
    2 RRVALCODE CHAR(1),
    2 RRTC_RESERVE_CODE CHAR(1);

    DCL
    1 RRTCCTL_OUT DEF OUTPUT_STRING,
    2 VALUES_ARRAY(42),
    3 RRVALNET PIC'-999V.99',
    3 RRRESINI PIC'-9999V.99',
    3 RRRESTER PIC'-9999V.99',
    3 RRRESMEAN PIC'-9999V.99',
    3 INTEREST_RATE PIC'-9V.9999',
    2 STATUS CHAR(5),
    2 ERROR_MESSAGE CHAR(50);

  • Guest
    Reply
    |
    Jun 28, 2012

    Thanks for the update Bob. This is a candidate for a future release

  • Guest
    Reply
    |
    Jun 28, 2012

    For our shop we wouldn't be using the PIC cause for any input fields, just for output. In most cases the PLI program would be formatting the data into the PIC fields with the expectation that the data mapper would treat the fields are character fields, i.e. the data would just get moved, not re-formatted. I'm gussing that whatever you provide would work for us.

  • Guest
    Reply
    |
    Jun 18, 2012

    COBOL and PL/I both have the concept of PICTURE clauses, but the languages are different in what they support. The PICTURE clause in PL/I is more sophisticated than that of COBOL. DFHLS2WS's support for PICTURE in COBOL is reasonably good, if imperfect. However, we don't support PICTURE at all in PL/I.

         A candidate item for consideration for a future release could be to enable a subset of PICTURE clauses for PL/I. That could be done relatively easily, but the vast bulk of valid PL/I picture clauses would remain unsupported. Would this be acceptable ?

  • Guest
    Reply
    |
    Jun 17, 2012

    No further information yet received from the customer

  • Guest
    Reply
    |
    May 30, 2012

    COBOL and PL/I both have the concept of PICTURE clauses, but the languages are different in what they support. The PICTURE clause in PL/I is more sophisticated than that of COBOL. DFHLS2WS's support for PICTURE in COBOL is reasonably good, if imperfect. However, we don't support PICTURE at all in PL/I.

         A candidate item for consideration for a future release could be to enable a subset of PICTURE clauses for PL/I. That could be done relatively easily, but the vast bulk of valid PL/I picture clauses would remain unsupported. Would this be acceptable ?