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 #2 - Learning COBOL/COBOL Programming Course #2 - Learning COBOL.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -391,6 +391,8 @@ If you installed Code4z, the list should include:
391
391
4. HLASM Language Support
392
392
5. Debugger for Mainframe
393
393
6. COBOL Control Flow
394
+
7. Abend Analyzer for Mainframe
395
+
8. Data Editor for Mainframe
394
396
395
397
In these exercises, you will only use the COBOL Language Support and Zowe Explorer extensions.
396
398
@@ -404,9 +406,9 @@ If you installed Code4z, the list should include:
404
406
405
407

406
408
407
-
*Figure 3. Zowe Explorer Zowe Explorer icon*
409
+
*Figure 3. Zowe Explorer icon*
408
410
409
-
3. In order to connect to the lab system, get your team configuration zip file and extract it.
411
+
3. In order to connect to the lab system, get your team configuration zip file and extract it. You can obtain the team configuration zip file from the [Releases section of the course's GitHub repository](https://github.com/openmainframeproject/cobol-programming-course/releases/latest).
410
412
411
413

412
414
@@ -418,7 +420,7 @@ If you installed Code4z, the list should include:
418
420
419
421
*Figure 5. Inside the Team configuration file*
420
422
421
-
5. Now back on your VSCode window, select the Explorer tab and press the "Open folder" button in the left bar.
423
+
5. Now back on your VSCode window, select the Explorer tab, and press the "Open folder" button in the left bar.
422
424
423
425

424
426
@@ -436,7 +438,7 @@ If you installed Code4z, the list should include:
436
438
437
439
*Figure 8a. LearnCOBOL Connection*
438
440
439
-
If the connection does not appear, hover to the far right of the Data Sets line and press the + icon. Afterwards, select the **LearnCOBOL** connection as shown in Figure 8b.
441
+
If the connection does not appear, hover to the far right of the Data Sets line and press the + icon. Afterward, select the **LearnCOBOL** connection as shown in Figure 8b.
440
442
441
443

442
444
@@ -502,7 +504,7 @@ If you installed Code4z, the list should include:
502
504
503
505
*Figure 18. `<USERNAME>.CBL`*
504
506
505
-
18. Expand **`<USERNAME>.JCL`** to view JCL and select member HELLO which is the JCL to compile and execute simple ‘Hello World!’ COBOL source code as shown in Figure 19.
507
+
18. Expand **`<USERNAME>.JCL`** to view JCL members and select member HELLO which is the JCL used to compile and execute a simple ‘Hello World!’ COBOL source code as shown in Figure 19.
506
508
507
509

508
510
@@ -544,6 +546,8 @@ If you installed Code4z, the list should include:
544
546
545
547
*Figure 25. COBOL program execution*
546
548
549
+
25. Do note that you will need to open the **LearnCOBOL** folder every time you connect to the system, repeating step 5 to 7. To enable your connection profile to be accessible anywhere on your machine, you will need to move your configuration files (i.e. `zowe.config.json` and `zowe.schema.json`) from the LearnCOBOL folder to the Zowe global location. By default this is `C:\Users\%USERNAME%\.zowe` for Windows or `~/.zowe` for Linux and macOS.
550
+
547
551
25. The following URL is another excellent document describing the above VSCode and Zowe Explore details with examples:
0 commit comments