Specifies the target environment for the cics-deploy deploy and undeploy actions.
Usage
zowe profiles create cics-deploy-profile <profileName> [options]
Positional Arguments
-
profileName
(string)
- Specifies the name of the new cics-deploy profile. You can load this profile by using the name on commands that support the "--cics-deploy-profile" option.
Required Options
-
--cicsplex
| --cp
(string)
- Specifies the CICSplex (up to 8 characters) to target.
-
--scope
| --sc
(string)
- Specifies the name of the CICS System, or CICS System Group (up to 8 characters) to target.
-
--cics-hlq
| --cq
| --cicshlq
(string)
- Specifies the High Level Qualifier (up to 35 characters) at which the CICS datasets can be found in the target environment.
-
--cpsm-hlq
| --cph
| --cpsmhlq
(string)
- Specifies the High Level Qualifier (up to 35 characters) at which the CPSM datasets can be found in the target environment.
-
--job-card
| --jc
| --jobcard
(string)
-
Specifies the job card to use with any generated DFHDPLOY JCL.
Default value: //DFHDPLOY JOB DFHDPLOY,CLASS=A,MSGCLASS=X,TIME=NOLIMIT
Options
-
--csd-group
| --cg
| --csdgroup
(string)
- Specifies the CSD group (up to 8 characters) for the bundle resource. If a bundle is deployed then a definition is added to this group; if a bundle is undeployed then the definition is removed from this group. The CSD group is changed for each CICS system that is specified by the --scope option. The --csd-group and --res-group options are mutually exclusive.
-
--res-group
| --rg
| --resgroup
(string)
- Specifies the BAS resource group (up to 8 characters) for the bundle resource. If a bundle is deployed then a resource is defined in the BAS data repository; if a bundle is undeployed then the definition is removed. The --csd-group and --res-group options are mutually exclusive.
-
--target-directory
| --td
| --targetdir
| --target-dir
(string)
- Specifies the target zFS location to which CICS bundles should be uploaded (up to 255 characters).
-
--overwrite
| --ow
(boolean)
- Overwrite the cics-deploy profile when a profile of the same name exists.
-
--disable-defaults
| --dd
(boolean)
- Disable populating profile values of undefined properties with default values.
Examples
-
Create a cics-deploy profile called 'example1' to connect to a CPSM managed group of CICS regions within the TESTGRP1 scope of a cicsplex named PLEX1:
zowe profiles create cics-deploy-profile example1 --cicsplex PLEX1 --scope TESTGRP1 --cics-hlq CICSTS55.CICS720 --cpsm-hlq CICSTS55.CPSM550
-
Create a cics-deploy profile called 'example2' to connect to the same CPSM managed group of regions, and identify a BAS resource group BUNDGRP1 in which to store resource definitions:
zowe profiles create cics-deploy-profile example2 --cicsplex PLEX1 --scope TESTGRP1 --cics-hlq CICSTS55.CICS720 --cpsm-hlq CICSTS55.CPSM550 --res-group BUNDGRP1
-
Create a cics-deploy profile called 'example3' to connect to the same CPSM managed group of regions, and identify the default USS directory to which bundles should be uploaded:
zowe profiles create cics-deploy-profile example3 --cicsplex PLEX1 --scope TESTGRP1 --cics-hlq CICSTS55.CICS720 --cpsm-hlq CICSTS55.CPSM550 --target-directory /var/cicsts/bundles