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)
 
- 
--code-page  | --cp (string)
 
- 
--columns  | --cols (number)
 
- 
--logon-procedure  | -l (string)
 
- 
--region-size  | --rs (number)
 
- 
--rows  (number)
 
Options
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