Skip to content

Commit d43e62b

Browse files
committed
Minor fixes
Signed-off-by: MikeBauerCA <[email protected]>
1 parent 623f915 commit d43e62b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

COBOL Programming with VSCode.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -773,6 +773,10 @@ This chapter introduces the basics of COBOL syntax. It then demonstrates how to
773773

774774
- **Lab**
775775

776+
- **Lab - Zowe CLI & Automation**
777+
- **Zowe CLI - Interactive Usage**
778+
- **Zowe CLI - Programmatic Usage**
779+
776780

777781
## COBOL characteristics
778782

@@ -1211,7 +1215,7 @@ In this lab exercise you will connect to an IBM Z system, view a simple COBOL he
12111215
[https://marketplace.visualstudio.com/items?itemName=Zowe.vscode-extension-for-zowe](https://marketplace.visualstudio.com/items?itemName=Zowe.vscode-extension-for-zowe)
12121216

12131217
## Lab - Zowe CLI & Automation
1214-
In this lab exercise you will use the Zowe CLI to automate the compilation and testing of the COBOL program you reviewed in the previous lab. Refer to the section on the "Installation of Zowe CLI and Plug-ins" to install Zowe CLI if you have not already done so. Before developing the automation, we will first leverage the Zowe CLI interactively.
1218+
In this lab exercise you will use the Zowe CLI to automate submitting the JCL to compile, link, and run the COBOL program and downloading the spool output. Refer to the section on the "Installation of Zowe CLI and Plug-ins" to install Zowe CLI if you have not already done so. Before developing the automation, we will first leverage the Zowe CLI interactively.
12151219

12161220
### Zowe CLI - Interactive Usage
12171221
In this section, we will use the Zowe CLI interactively to view data set members, submit jobs, and review spool output.
@@ -1340,7 +1344,7 @@ In this section, we will leverage the Zowe CLI programmatically to automate subm
13401344

13411345
*Figure 37. Use of `npm init` to create `package.json` for the project*
13421346

1343-
2. Now that we have our `package.json` simply replace the `test` script with a `clg` script that runs the following zowe command (replace your with your high level qualifier):
1347+
2. Now that we have our `package.json` simply replace the `test` script with a `clg` script that runs the following zowe command (replace `Z80462` with your high level qualifier):
13441348

13451349
```
13461350
zowe jobs submit ds 'Z80462.JCL(HELLO)' -d .
@@ -1352,7 +1356,7 @@ You can name the script whatever you want. I only suggested `clg` because the `C
13521356

13531357
*Figure 38. Final `package.json` and `npm run clg` execution*
13541358

1355-
3. If you prefer a graphical trigger that is also readily available in VS Code as shown in the following figure. Essentially, the CLI enables you to quickly build your own buttons for your custom z/OS tasks. You could also invoke a script rather than a single command to accomodate more complex scenarios.
1359+
3. If you prefer a graphical trigger, you can leverage VS Code as shown in the following figure. Essentially, the CLI enables you to quickly build your own buttons for your custom z/OS tasks. You could also invoke a script rather than a single command to accomodate more complex scenarios.
13561360

13571361
![](Images/npm-run-clg-button.png)
13581362

COBOL Programming with VSCode.pdf

520 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)