You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: COBOL Programming Course #1 - Getting Started/COBOL Programming Course #1 - Getting Started.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1948,7 +1948,7 @@ That is because you submitted the job from the .CBL data set and not the .JCL da
1948
1948
1949
1949
The difference is the return/completion code associated with each job output, located both next to the job output name within the JOBS section as shown above, or at the end of the compile output as, 0Return code ##. A return code of 12 means there was an error, but how do we know what that error was? Continue to find out!
1950
1950
1951
-
7. Find the compile error, IGYPA3146-S, in the job output, illustrated in Figure 6.
1951
+
7. Find the compilation error, IGYPA3146-S, in the job output, illustrated in Figure 6.
1952
1952
1953
1953

1954
1954
@@ -3762,7 +3762,7 @@ This lab requires two COBOL programs, CBL0006 and CBL0007 and two respective JCL
3762
3762
5. Submit CBL0007J
3763
3763
3764
3764
3765
-
6. Find the compile error, IGYPS2113-E, in the job output.
3765
+
6. Find the compilation error, IGYPS2113-E, in the job output.
3766
3766
3767
3767
7. Go ahead and modify id.CBL(CBL0007) to correct the syntax error outlined by the IGYPS2113-E message.\*
3768
3768
@@ -3985,11 +3985,11 @@ This lab requires two COBOL programs, CBL0008 and CBL0009 and two respective JCL
3985
3985
3986
3986
3987
3987
3988
-
5. Was the job successful? If not, find the compile error message to understand why.
3988
+
5. Was the job successful? If not, find the compilation error message to understand why.
3989
3989
3990
3990
3991
3991
3992
-
6. Modify id.CBL(CBL0009), correcting the compile error.\*
3992
+
6. Modify id.CBL(CBL0009), correcting the compilation error.\*
3993
3993
3994
3994

3995
3995
@@ -4355,13 +4355,13 @@ This lab requires two COBOL programs, CBL0011 and CBL0012 and two respective JCL
4355
4355
4356
4356
4357
4357
4358
-
5. Observe the compile error.
4358
+
5. Observe the compilation error.
4359
4359
4360
4360
Previous lab programs made use of a date/time intrinsic function. The date/time intrinsic function in this lab has a syntax error that needs to be identified and corrected.
0 commit comments