Skip to content

Commit 77fd695

Browse files
committed
Add note on global team configuration
Signed-off-by: Hartanto Ario Widjaya <[email protected]>
1 parent 330cc60 commit 77fd695

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

COBOL Programming Course #2 - Learning COBOL/COBOL Programming Course #2 - Learning COBOL.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,8 @@ If you installed Code4z, the list should include:
391391
4. HLASM Language Support
392392
5. Debugger for Mainframe
393393
6. COBOL Control Flow
394+
7. Abend Analyzer for Mainframe
395+
8. Data Editor for Mainframe
394396

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

@@ -404,9 +406,9 @@ If you installed Code4z, the list should include:
404406

405407
![](Images/image046.png)
406408

407-
*Figure 3. Zowe Explorer Zowe Explorer icon*
409+
*Figure 3. Zowe Explorer icon*
408410

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).
410412

411413
![](Images/image0001.png)
412414

@@ -418,7 +420,7 @@ If you installed Code4z, the list should include:
418420

419421
*Figure 5. Inside the Team configuration file*
420422

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

423425
![](Images/image0006.png)
424426

@@ -436,7 +438,7 @@ If you installed Code4z, the list should include:
436438

437439
*Figure 8a. LearnCOBOL Connection*
438440

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

441443
![](Images/image0005.png)
442444

@@ -502,7 +504,7 @@ If you installed Code4z, the list should include:
502504

503505
*Figure 18. `<USERNAME>.CBL`*
504506

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

507509
![](Images/image095.png)
508510

@@ -544,6 +546,8 @@ If you installed Code4z, the list should include:
544546

545547
*Figure 25. COBOL program execution*
546548

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+
547551
25. The following URL is another excellent document describing the above VSCode and Zowe Explore details with examples:
548552
[https://marketplace.visualstudio.com/items?itemName=Zowe.vscode-extension-for-zowe](https://marketplace.visualstudio.com/items?itemName=Zowe.vscode-extension-for-zowe)
549553

0 commit comments

Comments
 (0)