Create physical sequential data sets (PS)
Usage
zowe zos-files create data-set-sequential <dataSetName> [options]
Positional Arguments
dataSetName
(string)
- The name of the data set that you want to create
Options
--block-size
| --bs
(number)
--data-class
| --dc
(string)
- The SMS data class to use for the allocation
--device-type
| --dt
(string)
- The device type, also known as 'unit'
--directory-blocks
| --db
(number)
- The number of directory blocks (for example, 25)
--management-class
| --mc
(string)
- The SMS management class to use for the allocation
--record-format
| --rf
(string)
--record-length
| --rl
(number)
--secondary-space
| --ss
(number)
--show-attributes
| --pa
(boolean)
- Show the full allocation attributes
--size
| --sz
(string)
--storage-class
| --sc
(string)
- The SMS storage class to use for the allocation
--volume-serial
| --vs
(string)
- The volume serial (VOLSER) on which you want the data set to be placed. A
VOLSER is analogous to a drive name on a PC.
Zosmf Connection Options
--host
| -H
(string)
- The z/OSMF server host name.
--port
| -P
(number)
The z/OSMF server port.
Default value: 443
--user
| -u
(string)
- Mainframe (z/OSMF) user name, which can be the same as your TSO login.
--password
| --pass
| --pw
(string)
- Mainframe (z/OSMF) password, which can be the same as your TSO password.
--reject-unauthorized
| --ru
(boolean)
--base-path
| --bp
(string)
- The base path for your API mediation layer instance. Specify this option to
prepend the base path to all z/OSMF resources when making REST requests. Do not
specify this option if you are not using an API mediation layer.
Profile Options
Examples