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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1407,13 +1407,13 @@ In this lab exercise you will connect to an IBM Z system, view a simple COBOL he
1407
1407
*Figure 10. Specified user name*
1408
1408
1409
1409
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.
1411
1411
1412
1412

1413
1413
1414
1414
*Figure 11. Password prompt*
1415
1415
1416
-
11. Enter the Username Password as shown in Figure 12.
1416
+
11. Enter the password as shown in Figure 12.
1417
1417
1418
1418

1419
1419
@@ -1447,7 +1447,7 @@ In this lab exercise you will connect to an IBM Z system, view a simple COBOL he
1447
1447
1448
1448
1449
1449
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.
1451
1451
1452
1452

1453
1453
@@ -1479,19 +1479,19 @@ In this lab exercise you will connect to an IBM Z system, view a simple COBOL he
1479
1479
1480
1480
1481
1481
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.
1483
1483
1484
1484

1485
1485
1486
-
*Figure 21. <USERNAME>.CBL*
1486
+
*Figure 21. `<USERNAME>.CBL`*
1487
1487
1488
1488
1489
1489
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.
0 commit comments