Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to run REXX members directly from the File Explorer view (via a TSO EXEC) #210

Open
Joe-Winchester opened this issue Dec 5, 2024 · 0 comments
Labels
priority-medium Should be resolved in 1-3 sprints
Milestone

Comments

@Joe-Winchester
Copy link
Member

Is your feature request related to a problem? Please describe.
The File Explorer is great for showing data sets and members
image
including ones that have REXX content
image

Describe the solution you'd like
In ISPF 3.4 I can type 'EXEC' against the member that shows the result.
image
In the IntelliJ plugin I can achieve the same if I open a TSO command line and type exec 'PDS(MBR)'
image
What I'd like is the ability to have a right mouse menu option Exec mbr against the PDS member (similar to the submit job) that is able to execute the member in-place

This would need to have a way to have the TSO connection associated with the connection that describes the z/OSMF connection, so it might mean that the "Add Connection" panel had a way to select an accompanying TSO session. However once that was done that could be the set of attributes like account, default proc, region size, .... needed to invoke the TSO EXEC via the REST API call.

Additional context
This isn't yet supported in VS Code but is a highly requested feature there, so it could be cool to have it in the IntelliJ extension.
I was on a customer call today showing IntellJ alongside VS Code and the customer explicitly asked for the ability to run EXEC directly against a REXX PDS in IntelliJ as they were aware of its absence in VS Code and it was the feature they wanted to see most of all.

@Joe-Winchester Joe-Winchester added the priority-medium Should be resolved in 1-3 sprints label Dec 5, 2024
@KUGDev KUGDev added this to the 2.1.0 milestone Dec 6, 2024
@KUGDev KUGDev moved this from New to In Progress in Zowe IntelliJ Squad Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority-medium Should be resolved in 1-3 sprints
Projects
Status: In Progress
Development

No branches or pull requests

2 participants