Skip to Main Content
IBM Sterling


This portal is to open public enhancement requests for IBM Sterling products and services. 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 Jan 9, 2018

enhanced PARSE function

In order to use the new PARSE function as a replacement for the old RUN(submap) constructs, the PARSE function should have similar behavior as RUN(submap). This essentially requires 2 enhancements:

1.) We need to pass arguments to PARSE like "-F21 -Z28", so that PARSE will use the same error handling as our current RUN(submaps). Overriding the trace settings is also used very often, e.g. "-TIC1", as well as specifying audit settings like "-ADEU=audits" and workspace parameters like "-P512:512". Basically PARSE should be able to handle all these parameters.

2.) PARSE should throw errors and set LASTERRORMSG as well as LASTERRORCODE, so that we can use it in a VALID(PARSE(), FAIL()) construct.
DeveloperWorks ID DW_ID65753
RTC ID RTC_ID455547
Link to original RFE http://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe&CR_ID=65753
  • Guest
    Reply
    |
    Aug 21, 2020

    This request is beyond the scope of what the PARSE function is designed to offer.

  • Guest
    Reply
    |
    May 19, 2020

    Upon code review, we believe the VALID function should return the needed response. Can step through your use case here? What do you consider a failure? Input Invalid should show up int he VALID function. Input Valid, but unknown data found, would likely not.

  • Guest
    Reply
    |
    Nov 14, 2018

    Hi Luke. No, PARSE does not throw errors. The only way to check if PARSE worked successfully is to check if a mandatory field in the target is NONE.

  • Guest
    Reply
    |
    Nov 14, 2018

    1) is being investigated
    2) This function was first released in WTX 8.4.1 and should work as identified above.