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: docs/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ CICS TS V5.5 supports the Node.js programming language, Node.js applications can
8
8
1.[Dependencies](#dependencies)
9
9
2.[Installation](#installation)
10
10
3.[Generating a CICS Bundle](#generation)
11
-
1. [Usage examples](#genuse)
12
-
2. [Bundle metadata](#metadata)
11
+
3.1. [Usage examples](#genuse)
12
+
3.2. [Bundle metadata](#metadata)
13
13
4.[Deploying a CICS Bundle](#deploying)
14
14
5.[Undeploying a CICS Bundle](#undeploying)
15
15
6.[Contributing](#contributing)
@@ -108,11 +108,11 @@ The cics-deploy extensions to Zowe CLI provide a mechanism by which the CICS DFH
108
108
4. The High Level Qualifier (HLQ) for the CICS datasets in the target environment.
109
109
5. An up to 8 character name for the Bundle resource which is unique within the target CICS regions.
110
110
111
-
If you have not already done so, start by creating a zosmf profile in Zowe CLI. This profile will identify the target z/OS environment; you will need to know the hostname and port number for the z/OSMF server in your target environment, together with your user name and password. If you only create a single such profile then it will be used as the default z/OS configuration for any further zowe interactions. For further assistance on creating a z/OSMF issue the following command:
111
+
If you have not already done so, start by creating a zosmf profile in Zowe CLI. This profile will identify the target z/OS environment; you will need to know the hostname and port number for the z/OSMF server in your target environment, together with your user name and password. If you only create a single such profile then it will be used as the default z/OS configuration for any further zowe interactions. For further assistance on creating a z/OSMF profile issue the following command:
112
112
113
113
`zowe profiles create zosmf-profile --help`
114
114
115
-
Now create a cics-deploy profile. This profile will identify the target CICS environment for deployment; you will need to know the CICSplex name and Scope, together with the High Level Qualifier (HLQ) for the CICS data sets. You will also have to identify either a target CSD group (typically used for single region configurations) or a BAS resource group (used for multi-region configurations) into which the Bundle will be defined. You may optionally configure a JCL jobcard if your site requires a customised JCL configuration for DFHDPLOY. For further assistance on creating a cics-deploy issue the following command:
115
+
Now create a cics-deploy profile. This profile will identify the target CICS environment for deployment; you will need to know the CICSplex name and Scope, together with the High Level Qualifier (HLQ) for the CICS data sets. You will also have to identify either a target CSD group (typically used for single region configurations) or a BAS resource group (used for multi-region configurations) into which the Bundle will be defined. You may optionally configure a JCL jobcard if your site requires a customised JCL configuration for DFHDPLOY. For further assistance on creating a cics-deploy profile issue the following command:
116
116
117
117
`zowe profiles create cics-deploy-profile --help`
118
118
@@ -124,7 +124,7 @@ You can now use cics-deploy to deploy a Bundle. You will need to know the name t
The above command will attempt to define and install a CICS Bundle named MYBUND01 from the specified location (bundledir) within the target z/OS environment, using the default z/OSMF configuration and the CICS configuration defined in the `example` cics-deploy profile. For further assistance on the `deploy bundle` issue the following command:
127
+
The above command will attempt to define and install a CICS Bundle named MYBUND01 from the specified location (bundledir) within the target z/OS environment, using the default z/OSMF configuration and the CICS configuration defined in the `example` cics-deploy profile. For further assistance on `deploy bundle` issue the following command:
128
128
129
129
`zowe cics-deploy deploy bundle --help`
130
130
@@ -135,7 +135,7 @@ Undeploying a Bundle removes it from a target CICS environment. The undeployment
The above command will attempt to disable and discard a CICS Bundle named MYBUND01, using the default z/OSMF configuration and the CICS configuration defined in the `example` cics-deploy profile. For further assistance on the `undeploy bundle` issue the following command:
138
+
The above command will attempt to disable and discard a CICS Bundle named MYBUND01, using the default z/OSMF configuration and the CICS configuration defined in the `example` cics-deploy profile. For further assistance on `undeploy bundle` issue the following command:
Copy file name to clipboardExpand all lines: docs/tutorials/Setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,4 +32,4 @@ cics-deploy
32
32
2.`npm run test`
33
33
34
34
## Next steps
35
-
After you complete your setup, follow the [Installing the cics-deploy plug-in to Zowe CLI](./generate-bundle/GenerateBundlePlugin.md) tutorial to install this cics-deploy plug-in to Zowe CLI.
35
+
After you complete your setup, follow the [Installing the cics-deploy plug-in to Zowe CLI](./cics-deploy/CICSDeployPlugin.md) tutorial to install this cics-deploy plug-in to Zowe CLI.
0 commit comments