-
Notifications
You must be signed in to change notification settings - Fork 598
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
Add comments to CBL0006 and CBL0007 #140
Add comments to CBL0006 and CBL0007 #140
Conversation
Signed-off-by: klausmelcher <klaus.melcher@gmail.com>
Signed-off-by: klausmelcher <klaus.melcher@gmail.com>
@klausmelcher Thanks for adding this! Do you think the comments can be added in the *.md file? |
|
You can install COBOL Bitlang in your VSCode extension |
Signed-off-by: klausmelcher <klaus.melcher@gmail.com>
@jellypuno I made an update to my pull request. Using COBOL Bitlang, I did not succeed in matching the colors exactly (commit 6ab9ba6). But with the HILITE AUTO command from Z/OS ISPF Editor, I got better results (commit 31f83ef). |
Signed-off-by: klausmelcher <klaus.melcher@gmail.com>
@klausmelcher I see you have added an image in this PR but do not reference it in the course. Where would you like to add the image? |
@MikeBauerCA The reference is in line 2895 of the COBOL Programming Course #1 - Getting Started.md file. I would like to replace the image which is already referenced with a new one with comments, as suggested by @jellypuno. |
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.
LGTM, thanks!
…ainframeproject#140 Signed-off-by: klausmelcher <klaus.melcher@gmail.com>
…ainframeproject#140 Signed-off-by: klausmelcher <klaus.melcher@gmail.com>
Replacing images without comments, as suggested in Pull Request #140
Since the Chapter 11.2.3 Conditional names isn't covered in the Labs, i changed the program in a way that the logic is different, but the task and results are the same. I also left the extra dot in the code, so you still have to search the error and correct it.