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

Display PROCSTEP in the Jobs tree view #1832

Closed
Tracked by #1833
plavjanik opened this issue Jun 7, 2022 · 4 comments · Fixed by #1920
Closed
Tracked by #1833

Display PROCSTEP in the Jobs tree view #1832

plavjanik opened this issue Jun 7, 2022 · 4 comments · Fixed by #1920
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers Jobs

Comments

@plavjanik
Copy link

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

I am submitting a JCL (e.g. to compile some code using COBOL or another compiler). The procedure has multiple steps (e.g. COBOL, LKED, GO). These steps can have the same DD names.

Describe the solution you'd like

When I work in 3270, SYSVIEW shows me PROCSTEP so I know which output I am opening. In Zowe Explorer the PROCSTEP is missing so I have to guess and try to open multiple files before I have the one that I want.

image

image

Describe alternatives you've considered

I have not found a good alternative.

@plavjanik plavjanik added the enhancement New feature or request label Jun 7, 2022
@github-actions
Copy link

github-actions bot commented Jun 7, 2022

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

@zFernand0
Copy link
Member

I guess the name could get kind of long, but if it's available to us (from the SDKs calls), we could append to the name
So it will look something like this:

JES2:JESMSGLG(2)
JES2:JESJCL(2)
JES2:JESYSMS(4)
HELLO:SYSPRINT(101) - COBOL
HELLO:SYSPRINT(102) - LKED
HELLO:SYSOUT(106)   - GO

@JillieBeanSim
Copy link
Contributor

Hey @plavjanik as @zFernand0 mentioned the name could get pretty long with all info listed. I am wondering if creating a hover feature will work where the procstep is shown when the mouse hovers over the Spool file name?

@JillieBeanSim JillieBeanSim mentioned this issue Jun 7, 2022
35 tasks
@plavjanik
Copy link
Author

I will speak for myself. Since I know ISPF, I would expect to see it and it will not occur to me to hover over each item. Since my goal is to quickly identify the correct item to open just by looking at the tree, hovering will not help much because I will have to hover over each item. Procstep is up to 8 characters and is optional so it will not make it much longer. I would rather omit the ID number in parentheses that do not provide me any value ((106)).

Displaying other details like the ID, class, records, or bytes in hover is a great idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers Jobs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants