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

Run a job from local JCL (from main Explorer View on Primary sidebar) #2475

Closed
tbattiva opened this issue Sep 22, 2023 · 4 comments · Fixed by #2510
Closed

Run a job from local JCL (from main Explorer View on Primary sidebar) #2475

tbattiva opened this issue Sep 22, 2023 · 4 comments · Fixed by #2510
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@tbattiva
Copy link

tbattiva commented Sep 22, 2023

Hello there...

I missed a lot this capability on my mainframer tasks.. what do you think about this suggestion?

Is your feature request related to a problem? Please describe.

As an editor working on JCLs on local machine the VS Code + Zowe Explorer has no way to run a job from a local machine JCL file on a z/OS system.
On a "distributed world", VS Code as a source code editor increases a lot the productivity and centralizes resources of a developer or even of a team running it locally. As a mainframer I can't run JCLs locally, but I believe it would be nice to have a way to explore this capability, sending local JCLs to execution direct from my local workspace (send the entire JCL, not just the action to execute one JCL saved on a dataset on a z/OS system).

Describe the solution you'd like

The solution enables to run a JCL direct on a z/OS system from the main Explorer View on Primary sidebar, from a context menu for example. It would be helpful because it is a quick way to create, update and execute local personal JCLs or even JCLs of processes of a team, hosted in a file server or in a repository.

Describe alternatives you've considered

The following image illustrates it.

The "Z" folder opened on VS Code window can be any personal folder or a team's folder hosted in a file server. From a context menu the analyst/specialist can submit jobs directly on a default system or select the second option which would opened a Quick Pick to the user select a system from a list.

image

@tbattiva tbattiva added the enhancement New feature or request label Sep 22, 2023
@github-actions
Copy link

Thank you for raising this enhancement request.
The community has 90 days to vote on it.
If the enhancement receives at least 10 upvotes, it is added to our development backlog.
If it receives fewer votes, the issue is closed.

@JillieBeanSim
Copy link
Contributor

Hey @tbattiva we do have a way to run local JCL as a submitted job.
In VS Code with a local JCL in the editor, open the command pallete (cmd+shft+p/ctrl+shft+p) and start typing Zowe to get the command Zowe Explorer: Submit JCL and select the profile to be used to submit the JCL and it will submit the local file as a JOB

@tbattiva
Copy link
Author

Thank you @JillieBeanSim
I didn't know it already exists. Very nice.
This was a little bit hidden. (lol)

@JillieBeanSim
Copy link
Contributor

your welcome, going to reopen and add the menu items for better visibility on the functionality 😄

@JillieBeanSim JillieBeanSim reopened this Oct 10, 2023
@JillieBeanSim JillieBeanSim self-assigned this Oct 10, 2023
@JillieBeanSim JillieBeanSim added this to the v2.12.0 milestone Oct 10, 2023
@JillieBeanSim JillieBeanSim linked a pull request Oct 10, 2023 that will close this issue
16 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Closed
Development

Successfully merging a pull request may close this issue.

2 participants