Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added message class for zwe start job. Message class parameter is being taken from configuration yaml.
Please check if your PR fulfills the following requirements. This is simply a reminder of what we are going to look for before merging your PR. If you don't know all of this information when you create this PR, don't worry. You can edit this template as you're working on it.
PR type
What type of changes does your PR introduce to Zowe? Put an
x
in the box that applies to this PR. If you're unsure about any of them, don't hesitate to ask.Relevant issues
Fixes
Changes proposed in this PR
Does this PR introduce a breaking change?
Does this PR do something the person installing Zowe should know about?
Added field to zowe.yaml config file
Added message class field into zowe configuration yaml file
zowe-example.yaml (schemas/zowe-yaml-schema.json)
multi-line description
Added message class field into zowe configuration file using zowe-yaml-schema.
Added code into start command to read zowe.job.msgclass value
and include "MSGCLASS={MSGCLASS}" in zowe JCL start job.
Is there a related doc issue or Pull Request?
Doc issue/PR number:
Other information
This is something we use and rely on in our company. If this is a rare thing that only very few systems would use, I would propose instead of zowe.job.msgclass, zowe.job.params where parameters other than msgclass could be explicitly set.
Signed-off-by: LukasJaks [email protected]