Open OlegKunitsyn opened 3 years ago
I'd like to have the CC presented as a number rather than a string "CC 0008" -> 8. The trouble I see with assigning the retcode of the job to the retcode of the command is that you would not know whether the command itself failed or the job failed.
Runtime or JCL errors permanently return 0
$ zowe jobs submit local-file hello.jcl --view-all-spool-content
...
$ echo $?
0
Thank you for raising this issue. The community has 90 days to upvote 👍 the issue. If it receives 5 upvotes, we will move it to our backlog. If not, we will close it.
Thank you for raising this enhancement request. The community has 90 days to vote on it. If the enhancement receives at least 5 upvotes, it is added to our development backlog. If it receives fewer votes, the issue is closed.
Program:
Now:
Proposal:
Pros: