Skip to content

Commit 5701444

Browse files
committed
Rephrase compile error
Signed-off-by: Hartanto Ario Widjaya <[email protected]>
1 parent 112362e commit 5701444

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

COBOL Programming Course #1 - Getting Started/COBOL Programming Course #1 - Getting Started.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1948,7 +1948,7 @@ That is because you submitted the job from the .CBL data set and not the .JCL da
19481948

19491949
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!
19501950

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.
19521952

19531953
![](Images/image121.png)
19541954

@@ -3762,7 +3762,7 @@ This lab requires two COBOL programs, CBL0006 and CBL0007 and two respective JCL
37623762
5. Submit CBL0007J
37633763

37643764

3765-
6. Find the compile error, IGYPS2113-E, in the job output.
3765+
6. Find the compilation error, IGYPS2113-E, in the job output.
37663766

37673767
7. Go ahead and modify id.CBL(CBL0007) to correct the syntax error outlined by the IGYPS2113-E message.\*
37683768

@@ -3985,11 +3985,11 @@ This lab requires two COBOL programs, CBL0008 and CBL0009 and two respective JCL
39853985

39863986

39873987

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.
39893989

39903990

39913991

3992-
6. Modify id.CBL(CBL0009), correcting the compile error.\*
3992+
6. Modify id.CBL(CBL0009), correcting the compilation error.\*
39933993

39943994
![](Images/image166.png)
39953995

@@ -4355,13 +4355,13 @@ This lab requires two COBOL programs, CBL0011 and CBL0012 and two respective JCL
43554355

43564356

43574357

4358-
5. Observe the compile error.
4358+
5. Observe the compilation error.
43594359

43604360
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.
43614361

43624362

43634363

4364-
6. Modify id.CBL(CBL0012) correcting compile error.\*
4364+
6. Modify id.CBL(CBL0012) correcting compilation error.\*
43654365

43664366

43674367

@@ -4374,7 +4374,7 @@ Previous lab programs made use of a date/time intrinsic function. The date/time
43744374

43754375
**Lab Hints**
43764376

4377-
Refer to CBL0011 line 120 for the proper formatting of the function-name causing the compile error.
4377+
Refer to CBL0011 line 120 for the proper formatting of the function-name causing the compilation error.
43784378

43794379
\newpage
43804380
# ABEND handling

0 commit comments

Comments
 (0)