-
Notifications
You must be signed in to change notification settings - Fork 94
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
Comments
Thank you for raising this issue. |
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
|
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? |
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 ( Displaying other details like the ID, class, records, or bytes in hover is a great idea. |
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.
Describe alternatives you've considered
I have not found a good alternative.
The text was updated successfully, but these errors were encountered: