Skip to content

Commit b9dd46f

Browse files
committed
Tweaks
1 parent 638e4d5 commit b9dd46f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/pages/cdp/cdp-Create-Zowe-CLI-profiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ This profile identifies the CICS environment for deployment. You need to know th
8787
For example to create a cics-deploy profile:
8888

8989
```console
90-
zowe profiles create cics-deploy-profile example --cicsplex PLEX1 --cics-hlq CICSTS55.CICS720 --cpsm-hlq CICSTS55.CPSM550 --scope TESTGRP1 --csd-group BUNDGRP1 --target-directory /var/cicsts/bundles --overwrite
90+
zowe profiles create cics-deploy-profile cics --cicsplex PLEX1 --cics-hlq CICSTS55.CICS720 --cpsm-hlq CICSTS55.CPSM550 --scope TESTGRP1 --csd-group BUNDGRP1 --target-directory /var/cicsts/bundles --overwrite
9191
```
9292

9393
For help on using the options:

docs/pages/cdp/cdp-Deploying-into-zospt-cics-region.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The [z/OS Provisioning Toolkit](https://developer.ibm.com/mainframe/products/zos
1515

1616
A z/OS PT image contains the configuration and files necessary to provision the CICS region. This is typically prepared by the CICS system programmer for use by many developers. The configuration should include:
1717

18-
| zosptfile entry                   | Usage |
18+
| zosptfile entry                      | Usage |
1919
| --- | -- |
2020
| `FROM cics_55` | Build a CICS TS V5.5 region |
2121
| `ENV DFH_NODE_HOME=` | Specify the directory for IBM SDK for Node.js - z/OS |
@@ -49,7 +49,7 @@ zospt build $ZOSPTIMAGE -t cics_55_nodejs
4949

5050
1. Update your user `.profile` file on z/OS.
5151

52-
Update your path to include the directory containing the `zospt` command, and add the following environment variables as described in [Configuring z/OS Provisioning Toolkit](https://www.ibm.com/support/knowledgecenter/en/SSXH44E_1.0.0/zospt/zospt-configuring.html):
52+
Add the path to the `zospt` command to your PATH, and add the following environment variables as described in [Configuring z/OS Provisioning Toolkit](https://www.ibm.com/support/knowledgecenter/en/SSXH44E_1.0.0/zospt/zospt-configuring.html):
5353

5454
```properties
5555
export zospt_domain=

0 commit comments

Comments
 (0)