-
Notifications
You must be signed in to change notification settings - Fork 599
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 chapter on COBOL program compilation #243
Add chapter on COBOL program compilation #243
Conversation
Signed-off-by: Hartanto Ario Widjaya <tanto259@users.noreply.github.com>
Signed-off-by: Hartanto Ario Widjaya <tanto259@users.noreply.github.com>
COBOL Programming Course #2 - Advanced Topics/COBOL Programming Course #2 - Advanced Topics.md
Outdated
Show resolved
Hide resolved
COBOL Programming Course #2 - Advanced Topics/COBOL Programming Course #2 - Advanced Topics.md
Outdated
Show resolved
Hide resolved
COBOL Programming Course #2 - Advanced Topics/COBOL Programming Course #2 - Advanced Topics.md
Outdated
Show resolved
Hide resolved
COBOL Programming Course #2 - Advanced Topics/COBOL Programming Course #2 - Advanced Topics.md
Outdated
Show resolved
Hide resolved
|
||
**(6):** The SYSLIN DD statement defines the data set that receives output from the OBJECT compiler option. | ||
|
||
**(7):** The SYSIN DD statement defines the data set to be used as input to the job step, or in other words, the source code. |
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.
Overall, I like how you organized this section - very clear 👍
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.
To be honest, this came straight from the Programming Guide. I am a bit afraid it might be too complex though... but then again, this would be a nice-to-have knowledge.
COBOL Programming Course #2 - Advanced Topics/COBOL Programming Course #2 - Advanced Topics.md
Outdated
Show resolved
Hide resolved
COBOL Programming Course #2 - Advanced Topics/COBOL Programming Course #2 - Advanced Topics.md
Outdated
Show resolved
Hide resolved
COBOL Programming Course #2 - Advanced Topics/COBOL Programming Course #2 - Advanced Topics.md
Outdated
Show resolved
Hide resolved
COBOL Programming Course #2 - Advanced Topics/COBOL Programming Course #2 - Advanced Topics.md
Outdated
Show resolved
Hide resolved
COBOL Programming Course #2 - Advanced Topics/COBOL Programming Course #2 - Advanced Topics.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Hartanto Ario Widjaya <tanto259@users.noreply.github.com>
Signed-off-by: Hartanto Ario Widjaya tanto259@users.noreply.github.com
As stated in the name of the head repository branch, this PR adds a chapter which dive deeper into COBOL program compilation on z/OS. For simplicity, we omit compilation through USS and TSO, along with compilation of OO COBOL (we may choose to add them later when discussing about OO COBOL).
Additionally, checking the list of available compiler options and input-output data sets for the compiler are left as exercises for the course taker. Although we may choose to provide a highlight of some important compiler options.
Materials are adapted from the Programming Guide.
Currently no labs are intended for this chapter.