Configuration profile for CA Spool, where you specify information about your CA Spool instance
Usage
zowe profiles update caspool-profile <profileName> [options]
Positional Arguments
-
profileName
(string)
- Specifies the name of the new caspool profile. You can load this profile by using the name on commands that support the "--caspool-profile" option.
CA SPOOL OPTIONS
Examples
-
Update the TSO account information to '3213213210' for CA Spool profile named 'myProfile':
zowe profiles update caspool-profile myProfile --account 3213213210
-
Update high level qualifier of the CA Spool installation to 'CASPOOL.HLQ' for CA Spool profile named 'myProfile':
zowe profiles update caspool-profile myProfile --spoolhlq CASPOOL.HLQ
-
Update the CA Spool subsystem name to 'ESF2' for CA Spool profile named 'myProfile':
zowe profiles update caspool-profile myProfile --subsys ESF2
-
Update the output response data set to 'OUTPUT.RESPONSE.DS.NEW' for CA Spool profile named 'myProfile':
zowe profiles update caspool-profile myProfile --outds OUTPUT.RESPONSE.DS.NEW
-
Update the data set containing ESFZOWE REXX exec to 'USER.CLIST' for CA Spool profile named 'myProfile':
zowe profiles update caspool-profile myProfile --clist USER.CLIST