Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface for the options to the create data-set-vsam API.

export
interface

ICreateVsamOptions

Hierarchy

Index

Properties

Optional alcunit

alcunit: string

The unit of space allocation

Optional dataclass

dataclass: string

The data class

Optional dsorg

dsorg: string

The data set organization

Optional mgntclass

mgntclass: string

The management class

Optional primary

primary: number

The primary space allocation

Optional responseTimeout

responseTimeout: number

The maximum amount of time for the TSO servlet to wait for a response before returning an error

Optional retainFor

retainFor: number

The number of days for which the VSAM cluster will be retained

Optional retainTo

retainTo: string

The date until which the VSAM cluster will be retained

Optional secondary

secondary: number

The secondary space allocation

Optional showAttributes

showAttributes: boolean

The indicator that we need to show the attributes

DO NOT SEND THIS TO ZOSMF

Optional storclass

storclass: string

The storage class

Optional volumes

volumes: string

The volumes on which to allocate space

Generated using TypeDoc