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
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1400,20 +1400,20 @@ In this lab exercise you will connect to an IBM Z system, view a simple COBOL he
1400
1400
1401
1401
*Figure 9. User name prompt*
1402
1402
1403
-
9.A sample username, Z99998, is entered as shown in Figure 10. The ID is assigned by the System Administrator.
1403
+
9.**Please enter the username assigned to you! Do not use the sample username of Z99998.** A sample username, is entered as shown in Figure 10. The ID is assigned by the System Administrator.
1404
1404
1405
1405

1406
1406
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 ID Z99998. 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
@@ -1463,87 +1463,87 @@ In this lab exercise you will connect to an IBM Z system, view a simple COBOL he
1463
1463
1464
1464
1465
1465
1466
-
18.ID Z99998 has lab data set names that begin the Z99998. Therefore, Z99998 is entered as the filter to searched for ID Z99998 as shown in Figure 19.
1466
+
18. Each user has a high-level qualifier that is the same as their username. Therefore, enter your assigned username as the search criteria as shown in Figure 19.**Please use your username, not Z99998!**
1467
1467
1468
1468

1469
1469
1470
1470
*Figure 19. Entered filter name*
1471
1471
1472
1472
1473
1473
1474
-
19. A list of data set names beginning with Z99998 for ID Z99998 from z/OS Connection LearnCOBOL appears as shown in Figure 20.
1474
+
19.A list of data set names beginning with your username from z/OS Connection LearnCOBOL appears as shown in Figure 20.
1475
1475
1476
1476

1477
1477
1478
1478
*Figure 20. Filtered data set names*
1479
1479
1480
1480
1481
1481
1482
-
20. Expand **Z99998.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. Z9998.CBL*
1486
+
*Figure 21. `<USERNAME>.CBL`*
1487
1487
1488
1488
1489
1489
1490
-
21. Expand **Z99998.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.
1491
1491
1492
1492

1493
1493
1494
-
*Figure 22. Z99998.JCL*
1494
+
*Figure 22. `<USERNAME>.JCL`*
1495
1495
1496
1496
1497
1497
1498
-
22. Right click on JCL member **HELLO** . A section box appears. Select **Submit Job** for system to process HELLO JCL as shown in Figure 23. The submitted JCL job compiles the COBOL HELLO source code, then executes the COBOL HELLO program.
1498
+
22.Right click on JCL member **HELLO** . A section box appears. Select **Submit Job** for system to process HELLO JCL as shown in Figure 23. The submitted JCL job compiles the COBOL HELLO source code, then executes the COBOL HELLO program.
1499
1499
1500
1500

1501
1501
1502
1502
*Figure 23. Submit Job*
1503
1503
1504
1504
1505
1505
1506
-
23. Observe the ‘Jobs’ section in Zowe Explorer as shown in Figure 24.
1506
+
23.Observe the ‘Jobs’ section in Zowe Explorer as shown in Figure 24.
1507
1507
1508
1508

1509
1509
1510
1510
*Figure 24. JOBS section*
1511
1511
1512
1512
1513
1513
1514
-
24. Again, click on the + to the far right on the Jobs selection. Result is another prompt to ‘Create new’. Select **LearnCOBOL** from the list as shown in Figure 25.
1514
+
24.Again, click on the + to the far right on the Jobs selection. Result is another prompt to ‘Create new’. Select **LearnCOBOL** from the list as shown in Figure 25.
1515
1515
1516
1516

1517
1517
1518
1518
*Figure 25. + Select LearnCOBOL connection*
1519
1519
1520
1520
1521
1521
1522
-
25. As a result, the JCL jobs owned by ID Z99998 appears. HELLOCBL is the JCL job name previously submitted. Expand **HELLOCBL** output to view sections of the output as shown in Figure 26.
1522
+
25.As a result, the JCL jobs owned by your username appears. HELLOCBL is the JCL job name previously submitted. Expand **HELLOCBL** output to view sections of the output as shown in Figure 26.
1523
1523
1524
1524

1525
1525
1526
1526
*Figure 26. HELLOCBL output*
1527
1527
1528
1528
1529
1529
1530
-
26. Select **COBRUN:SYSPRINT(101)** to view the COBOL compiler output. Scroll forward in the COBOL compile to locate the COBOL source code compiled into an executable module as shown in Figure 27. Observe the Indicator Area in column 7, A Area beginning in column 8, and B Area beginning in column 12. Also, observe the period (.) scope terminators in the COBOL source.
1530
+
26.Select **COBRUN:SYSPRINT(101)** to view the COBOL compiler output. Scroll forward in the COBOL compile to locate the COBOL source code compiled into an executable module as shown in Figure 27. Observe the Indicator Area in column 7, A Area beginning in column 8, and B Area beginning in column 12. Also, observe the period (.) scope terminators in the COBOL source.
1531
1531
1532
1532

1533
1533
1534
1534
*Figure 27. COBOL compiler output*
1535
1535
1536
1536
1537
1537
1538
-
27. View the COBOL program execution by selecting **COBRUN:SYSOUT(105)** from the LearnCOBOL in the Jobs section of Zowe Explorer as shown in Figure 28.
1538
+
27.View the COBOL program execution by selecting **COBRUN:SYSOUT(105)** from the LearnCOBOL in the Jobs section of Zowe Explorer as shown in Figure 28.
1539
1539
1540
1540

1541
1541
1542
1542
*Figure 28. COBOL program execution*
1543
1543
1544
1544
1545
1545
1546
-
28. The following URL is another excellent document describing the above VSCode and Zowe Explore details with examples:
1546
+
28.The following URL is another excellent document describing the above VSCode and Zowe Explore details with examples:
0 commit comments