create_dataset
Create a new mainframe dataset with customizable allocation, record format, and storage parameters. Specify dataset name and optional properties like primary space, block size, or volume serial.
Instructions
Create a new mainframe dataset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| primary | No | ||
| dsn_type | No | LIBRARYv2 | |
| secondary | No | ||
| block_size | No | ||
| data_class | No | ||
| device_type | No | 3390 | |
| average_block | No | 500 | |
| record_format | No | FB | |
| record_length | No | ||
| storage_class | No | ||
| volume_serial | No | ||
| allocation_unit | No | CYLINDER | |
| directory_blocks | No | 0 | |
| management_class | No | ||
| dataset_organization | No | PS |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |