DataSet

class DataSet

Defines a data set.

Types

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

Properties

Link copied to clipboard

The logical identifier for a specific data set (in mainframe format).

Link copied to clipboard

The type of dataset. The only supported value is VSAM.

Link copied to clipboard

The length of a record.

Link copied to clipboard

The relative location of the data set in the database or file system.

Link copied to clipboard

The storage type of the data set: database or file system. For Micro Focus, database corresponds to datastore and file system corresponds to EFS/FSX. For Blu Age, there is no support of file system and database corresponds to Blusam.

Functions

Link copied to clipboard
inline fun copy(block: DataSet.Builder.() -> Unit = {}): DataSet
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