Skip to content

Commit 6d8be94

Browse files
committed
Clarify instructions for example username
Signed-off-by: MikeBauerCA <[email protected]>
1 parent 1ac96a9 commit 6d8be94

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
@@ -1407,13 +1407,13 @@ In this lab exercise you will connect to an IBM Z system, view a simple COBOL he
14071407
*Figure 10. Specified user name*
14081408

14091409

1410-
10. The connection prompts for the Username Password as shown in Figure 11.
1410+
10. The connection prompts for the password as shown in Figure 11.
14111411

14121412
![](Images/image067.jpg)
14131413

14141414
*Figure 11. Password prompt*
14151415

1416-
11. Enter the Username Password as shown in Figure 12.
1416+
11. Enter the password as shown in Figure 12.
14171417

14181418
![](Images/image070.jpg)
14191419

@@ -1447,7 +1447,7 @@ In this lab exercise you will connect to an IBM Z system, view a simple COBOL he
14471447

14481448

14491449

1450-
16. A prompt to Select a filter appears for your username. Select the + to Create a new filter as shown in Figure 17.
1450+
16. A prompt to "Select a filter" appears for your username. Select the + to "Create a new filter" as shown in Figure 17.
14511451

14521452
![](Images/image084.jpg)
14531453

@@ -1479,19 +1479,19 @@ In this lab exercise you will connect to an IBM Z system, view a simple COBOL he
14791479

14801480

14811481

1482-
20. Expand **<USERNAME>.CBL** to view COBOL source members, then select member **HELLO** to see a simple COBOL ‘Hello World!’ program as shown in Figure 21.
1482+
20. Expand **`<USERNAME>.CBL`** to view COBOL source members, then select member **HELLO** to see a simple COBOL ‘Hello World!’ program as shown in Figure 21.
14831483

14841484
![](Images/image093.jpg)
14851485

1486-
*Figure 21. <USERNAME>.CBL*
1486+
*Figure 21. `<USERNAME>.CBL`*
14871487

14881488

14891489

1490-
21. 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 22.
1490+
21. 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 22.
14911491

14921492
![](Images/image095.jpg)
14931493

1494-
*Figure 22. <USERNAME>.JCL*
1494+
*Figure 22. `<USERNAME>.JCL`*
14951495

14961496

14971497

0 commit comments

Comments
 (0)