Skip to content

Commit 62069f8

Browse files
committed
More tweaks
1 parent b1bc98f commit 62069f8

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ A z/OS PT image contains the configuration and files necessary to provision the
1717

1818
| zosptfile entry                      | Usage |
1919
| --- | -- |
20-
| `FROM cics_55` | Provision a CICS TS V5.5 region |
21-
| `ENV DFH_CICS_TYPE=MAS` | The CICS region should be managed by CPSM |
22-
| `ENV DFH_CICSPLEX=` | The name of the CICSplex |
23-
| `ENV DFH_NODE_HOME=` | The directory for IBM SDK for Node.js - z/OS |
24-
| `COPY bundles bundles` | Create an empty bundles directory in the provisioned file system to contain CICS bundles |
20+
| `FROM cics_55` | Provision a CICS TS V5.5 region. |
21+
| `ENV DFH_CICS_TYPE=MAS` | The CICS region should be managed by CPSM. |
22+
| `ENV DFH_CICSPLEX=` | The name of the CICSplex. |
23+
| `ENV DFH_NODE_HOME=` | The installation directory for IBM SDK for Node.js - z/OS. |
24+
| `COPY bundles bundles` | Create an empty bundles directory in the provisioned file system to contain CICS bundles. |
2525

2626
For example, to create the z/OS PT image source directory and configuration file, and build it ready for developers to provision CICS regions:
2727

@@ -76,7 +76,9 @@ zospt build $ZOSPTIMAGE -t cics_55_nodejs
7676
"DFH_REGION_ZFS_DIRECTORY": "/u/cicprov/mnt/CICPY000",
7777
```
7878

79-
4. Update your Zowe cics-deploy profile options `--scope` to be the value from DFH_REGION_APPLID and `--bundle-directory` to be a bundles subdirectory of DFH_REGION_ZFS_DIRECTORY. For example:
79+
4. Update your Zowe cics-deploy profile options.
80+
81+
Update `--scope` to be the value from DFH_REGION_APPLID, and `--bundle-directory` to be a bundles subdirectory of DFH_REGION_ZFS_DIRECTORY. For example:
8082

8183
```console
8284
zowe profiles update cics-deploy cics --scope CICPY000 --bundle-directory /u/cicprov/mnt/CICPY000/bundles
@@ -90,7 +92,7 @@ zospt build $ZOSPTIMAGE -t cics_55_nodejs
9092

9193
### Stop your CICS region
9294

93-
The CICS region and the applications running in it can be stopped if you are not going to be using it for a while by using command:
95+
The CICS region and the applications running in it can be stopped if you are not going to be using them for a while by using command:
9496

9597
```console
9698
zowe zos-uss issue ssh "zospt stop my_cics_region"

0 commit comments

Comments
 (0)