Add missing NOTIFY statement:
Without NOTIFY statement the user won't get notification, when the job completes execution.
Add CODEPAGE parameter to avoid waring:
If codepage is not given for COBOL SQL compiler, then the following warning message is issued:
"IGYOS4078-W DSNH4791I DSNHPSRV CCSID 1140 IS USED TO PROCESS SQL, BUT DSNHDECP HAS EBCDIC CCSID 1047 IN EFFECT"
Since we already use the 88-level conditional data names to detect the end of a loop, therefore we should use them for assignments as well.
Type of change
What type of changes does your PR introduce to the COBOL Programming Course? Put an x in the boxes that apply.
[x] Bug fix (change which fixes one or more issues)
[x] New feature (change which adds functionality or features to the course)
[ ] Translations (change which adds or modifies translations of the course)
[ ] Documentation (change which modifies documentation related to the course)
[x] This change requires an update to the course's z/OS environment
Checklist:
Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This checklist will be used as reference for both the contributor and the reviewer
Proposed changes
Add missing NOTIFY statement: Without NOTIFY statement the user won't get notification, when the job completes execution.
Add CODEPAGE parameter to avoid waring: If codepage is not given for COBOL SQL compiler, then the following warning message is issued: "IGYOS4078-W DSNH4791I DSNHPSRV CCSID 1140 IS USED TO PROCESS SQL, BUT DSNHDECP HAS EBCDIC CCSID 1047 IN EFFECT"
Since we already use the 88-level conditional data names to detect the end of a loop, therefore we should use them for assignments as well.
Type of change
What type of changes does your PR introduce to the COBOL Programming Course? Put an
x
in the boxes that apply.Checklist:
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This checklist will be used as reference for both the contributor and the reviewer