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 Delivered
Workspace z/OS Explorer
Categories Client
Created by Guest
Created on Jan 6, 2012

Have IRemoteCommand pass back return code of executed code as separate field

We would like to have an additional field/argument added to the items passed back from making an IRemoteCommand call.

This code is executed for plug-in development and executes a TSO command on the host machine from the RDz client.

Right now there is a isSuccessful check that can be made, but this only tells if the call itself worked.

It would be helpful if there could be an additional item that provides the return code of the command, so that we easily know if the command performed correctly or not.

Currently, the only way to make this determination is to parse a text area that is returned.

This is different than how executing a TSO command in a batch job works on z/OS, because the command's return code sets the steps return code, and identifying if the command performed the desired function is easily determined.

Idea priority Medium
  • Guest
    Reply
    |
    Nov 1, 2021

    Delivered in z/OS Explorer 3.2.0.17

  • Guest
    Reply
    |
    May 11, 2021

    Due to processing by IBM, this request was reassigned to have the following updated attributes:
    Brand - Servers and Systems Software
    Product family - Development Tooling
    Product - IBM Explorer for z/OS
    Component - Client
    Operating system - IBM z/OS
    Source - None

    For recording keeping, the previous attributes were:
    Brand - Servers and Systems Software
    Product family - Programming Languages
    Product - IBM Developer for z/OS, including Enterprise Edition
    Component - Host Tooling Integration
    Operating system - IBM z/OS
    Source - None

  • Guest
    Reply
    |
    Sep 14, 2015

    Due to processing by IBM, this request was reassigned to have the following updated attributes:
    Brand - Servers and Systems Software
    Product family - Programming Languages
    Product - Developer for System z

    For recording keeping, the previous attributes were:
    Brand - Rational
    Product family - Design & development
    Product - Developer for System z

  • Guest
    Reply
    |
    Jan 23, 2012

    This RFE is consistent with our roadmap and is being considered for delivery in the next 2 year time frame. Thanks.

  • Guest
    Reply
    |
    Jan 17, 2012

    Do I really need to open a new RFE?

    Since I asked for a call or argument, and what you are proposing is basically anothber call that would need to be done, I think it falls in line with what was requested.

    Thanks!

    A J Drew

  • Guest
    Reply
    |
    Jan 12, 2012

    We feel the current two step process of finding the return code of the TSO command is the correct way to go but we agree that having to parse a text string to determine that return code is burdensome. We propose returning an object with methods for retrieving severity, msgNo, opcode, rc, reason, message, and results. If you are OK with this proposal please feel free to open a new RFE with that proposal. Thanks.