Skip to content

Commit 9fde786

Browse files
committed
updating images(149, 150, 151) & fixing indentation erroe & fixing a lab hint
Signed-off-by: ahmedEid1 <[email protected]>
1 parent 74e30f0 commit 9fde786

File tree

7 files changed

+10
-9
lines changed

7 files changed

+10
-9
lines changed

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

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ The IBM Z Open Editor plugin also provides a level of syntax checking for local
525525

526526
Now we need to introduce an error into the code. After line 68, add the line:
527527

528-
`MOVE ACCT-NO TO ACCT-N-0.`
528+
`MOVE ACCT-NO TO ACCT-NO-NO.`
529529

530530
Note that this line incorrectly identifies the second variable, which doesn't exist. Once entering that line, you will notice that the invalid variable has been underlined in red to highlight it as an error. Also, the problems view has a new error. Clicking on the error will highlight the line of code at fault in the editor, shown in Figure 10. , allowing you to view the error directly.
531531

@@ -1389,12 +1389,13 @@ In this lab exercise you will connect to an IBM Z system, view a simple COBOL he
13891389

13901390
If you installed Code4z, the list should include:
13911391

1392-
1. COBOL Language Support
1393-
2. Zowe Explorer
1394-
3. Explorer for Endevor
1395-
4. HLASM Language Support
1396-
5. Debugger for Mainframe
1397-
6. COBOL Control Flow
1392+
1. COBOL Language Support
1393+
2. Zowe Explorer
1394+
3. Explorer for Endevor
1395+
4. HLASM Language Support
1396+
5. Debugger for Mainframe
1397+
6. COBOL Control Flow
1398+
13981399

13991400
In these exercises, you will only use the COBOL Language Support and Zowe Explorer extensions.
14001401

@@ -3400,11 +3401,11 @@ A list of COBOL Boolean relational operators for each of the common type of COBO
34003401

34013402

34023403

3403-
![](Images/image149.jpg)
3404+
![](Images/image149.png)
34043405

34053406
*Figure 1. General relation condition operators*
34063407

3407-
![](Images/image150.jpg)
3408+
![](Images/image150.png)
34083409

34093410
*Figure 2. Class condition operators*
34103411

-10.4 KB
Binary file not shown.
51.5 KB
Loading
-6.98 KB
Binary file not shown.
50.5 KB
Loading
28.6 KB
Loading
-121 Bytes
Loading

0 commit comments

Comments
 (0)