File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ COBOL labs
2+ 4 folders
3+
4+ 1 . ** cbl** – COBOL source code
5+ 2 . ** jcl** – JCL to compile, link, and execute COBOL source code
6+ 3 . ** jclproc** – JCL PROCEDUREs used for labs in JCL folder
7+ 4 . ** data** – COBOL program input records
8+
9+ Note:
10+ ** cbl** folder
11+ - copy cobol source members into student id.CBL partitioned data set name
12+
13+ ** jcl** folder
14+ - copy jcl members into student id.JCL partitioned data set name
15+ - jcl members reference student id.CBL and student id.LOAD partitioned data set names
16+
17+ ** jclproc** folder
18+ - members need to be copied into z/OS JES procedure library
19+
20+ ** data** folder
21+ - member ** data** must be transferred binary to z/OS because the data contains EBCDIC and Packed Decimal
22+ - member ** datax** is a viewable ASCII data but the packed decimal fields were translated to ASCII and are unreadable
You can’t perform that action at this time.
0 commit comments