zowe / zowe-explorer-vscode

Visual Studio Code Extension for Zowe, which lets users interact with z/OS Data Sets, Unix System Services, and Jobs on a remote mainframe instance. Powered by Zowe SDKs.
Eclipse Public License 2.0
169 stars 91 forks source link

Respond to TSO Prompts interactively (e.g. when recalling datasets) #2077

Open zFernand0 opened 1 year ago

zFernand0 commented 1 year ago

Description As a user, I may want to respond to any TSO Prompts interactively. A good example is when datasets are migrated with a certain mainframe products

Context The idea of this enhancement came after the implementation of dataSetMatching in:

github-actions[bot] commented 1 year ago

Thank you for raising this issue. The community has 90 days to upvote 👍 the issue. If it receives 10 upvotes, we will move it to our backlog. If not, we will close it.

adam-wolfe commented 1 month ago

We should revisit this once https://github.com/zowe/zowe-cli/issues/2144 is implemented.

zFernand0 commented 1 month ago

Bringing this up again since we recently discussed supporting TSO commands without requiring an account number (or other address-space information).

The CLI/SDK is adding support for newer z/OSMF TSO APIs (introduced in z/OS 2.4) which don't require as much information as the old APIs available in z/OS 2.3 and below.

Follow this CLI issue for more details:

Do we want to reprioritize this effort? 😋