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
Workspace z/OS Connect
Created by Guest
Created on Apr 25, 2023

Update LS2JS code to allow for a string of type json

Update the LS2JS conversion app to include a String type of "json" that would allow for the passing of a JSON payload without transformation and without the addition of quotes.

"type":"string", "format":"json"

for example the outbound z/OS Connect API Requestor COBOL application could create a json structure internally and place that into a string variable.  That json string defined as format "json" could then be passed thru z/OS Connect without the addition of quotes unlike normal strings.  Take the json text and write it into the output stream with no additional characters added.

For example a program could be written to use BAQCSTUB to pass a message with a common header but a variable json "body" variable.  This is not currently possible as all json fields must be pre-defined.  The COBOL program could string together different messages using logic and containers then pass that json as the body of the generic json variable.

This would allow for the use of z/OS Connect to control urimaps and security but add the flexibility of adjusting the contents of json messages as can be done in other languages.

"body": 

{ "type": "String",

"format": "json"

}

Idea priority Medium
  • Admin
    Demelza Farrer
    Reply
    |
    Jun 8, 2023

    This requirement has been evaluated. Looking at current plans, it is not likely that
    this would be implemented in future zOS Connect releases, 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.