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

zowe jobs list jobs option to return execution data about each job #1158

Closed
MikeBauerCA opened this issue Sep 29, 2021 · 2 comments · Fixed by #1354
Closed

zowe jobs list jobs option to return execution data about each job #1158

MikeBauerCA opened this issue Sep 29, 2021 · 2 comments · Fixed by #1354
Assignees
Labels
enhancement New feature or request

Comments

@MikeBauerCA
Copy link
Contributor

With APAR PH23046, it is now possible to retrieve execution data for jobs via the z/OSMF REST API. See the optional exec-data option in the documentation. This proposal is to add this option on the command line to return the following information for each listed job (if available):
exec-system - System name of the z/OS system on which the job ran (up to 8 characters)
exec-member - Member name of the z/OS system on which the job ran (up to 8 characters)
exec-submitted - Time when the job was submitted to run (the input end time)
exec-started - Time when job execution started
exec-ended - Time when job execution ended.

@MikeBauerCA
Copy link
Contributor Author

@namanpatel1112 do you have an update on this? Also, it may be useful to allow Zowe Explorer users to customize their JES view to see such information if desired (should be customizable) on the line with the jobname(jobid) - retcode. +@JillieBeanSim & @zFernand0

@namanpatel1112
Copy link
Contributor

@namanpatel1112 do you have an update on this? Also, it may be useful to allow Zowe Explorer users to customize their JES view to see such information if desired (should be customizable) on the line with the jobname(jobid) - retcode. +@JillieBeanSim & @zFernand0

I don't have an update on this yet. I got pulled into other work, but I believe I'll have some time next week to work on this one.

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
None yet
Development

Successfully merging a pull request may close this issue.

2 participants