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
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -525,7 +525,7 @@ The IBM Z Open Editor plugin also provides a level of syntax checking for local
525
525
526
526
Now we need to introduce an error into the code. After line 68, add the line:
527
527
528
-
`MOVE ACCT-NO TO ACCT-N-0.`
528
+
`MOVE ACCT-NO TO ACCT-NO-NO.`
529
529
530
530
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.
531
531
@@ -1389,12 +1389,13 @@ In this lab exercise you will connect to an IBM Z system, view a simple COBOL he
1389
1389
1390
1390
If you installed Code4z, the list should include:
1391
1391
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
+
1398
1399
1399
1400
In these exercises, you will only use the COBOL Language Support and Zowe Explorer extensions.
1400
1401
@@ -3400,11 +3401,11 @@ A list of COBOL Boolean relational operators for each of the common type of COBO
0 commit comments