VsamAttributes

The attributes of a VSAM type data set.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The alternate key definitions, if any. A legacy dataset might not have any alternate key defined, but if those alternate keys definitions exist, provide them as some applications will make use of them.

Link copied to clipboard

Indicates whether indexes for this dataset are stored as compressed values. If you have a large data set (typically 100 Mb), consider setting this flag to True.

Link copied to clipboard

The character set used by the data set. Can be ASCII, EBCDIC, or unknown.

Link copied to clipboard

The record format of the data set.

Link copied to clipboard

The primary key of the data set.

Functions

Link copied to clipboard
inline fun copy(block: VsamAttributes.Builder.() -> Unit = {}): VsamAttributes
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String