zowe › profiles › create › tso-profile
z/OS TSO/E User Profile
Usage
zowe profiles create tso-profile <profileName> [options]
Positional Arguments
profileName
(string)- Specifies the name of the new tso profile. You can load this profile by using the name on commands that support the "--tso-profile" option.
TSO ADDRESS SPACE OPTIONS
--account
|-a
(string)- Your z/OS TSO/E accounting information.
--character-set
|--cs
(string)Character set for address space to convert messages and responses from UTF-8 to EBCDIC.
Default value: 697
--code-page
|--cp
(string)Codepage value for TSO/E address space to convert messages and responses from UTF-8 to EBCDIC.
Default value: 1047
--columns
|--cols
(number)The number of columns on a screen.
Default value: 80
--logon-procedure
|-l
(string)The logon procedure to use when creating TSO procedures on your behalf.
Default value: IZUFPROC
--region-size
|--rs
(number)Region size for the TSO/E address space.
Default value: 4096
--rows
(number)The number of rows on a screen.
Default value: 24
Options
--overwrite
|--ow
(boolean)- Overwrite the tso profile when a profile of the same name exists.
Examples
Create a tso profile called 'myprof' with default settings and JES accounting information of 'IZUACCT':
zowe profiles create tso-profile myprof -a IZUACCT
Create a tso profile called 'largeregion' with a region size of 8192, a logon procedure of MYPROC, and JES accounting information of '1234':
zowe profiles create tso-profile largeregion -a 1234 --rs 8192
Create a tso profile called 'myprof2' with default settings and region size of 8192, without storing the user account on disk:
zowe profiles create tso-profile myprof2 --rs 8192