-
Notifications
You must be signed in to change notification settings - Fork 62
CICS SET defect fixes #2732
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
CICS SET defect fixes #2732
Conversation
Fixed ENQMODEL to match that of the compiler and adjust tests accordingly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure about a lot of these changes.
While they are clearly not diagnosed by the preprocessor, most of them seems to be clearly semantic errors. E.g. why is the user coding SET ENQMODEL(...)
and not providing the value that should be set?
EDIT:
Apparently, it is accepted even in runtime with 0 return codes. 🤯
How Has This Been Tested?
Ran/adjusted existing tests.
Checklist: