| AllocateParametersBuilder |
|
| AllocationFailedException |
AllocationFailedException is a checked exception thrown when an an attempt to allocate a dataset fails.
|
| AllocationUnit |
Enumeration of z/OS allocation units.
|
| DataSetAccessException |
DataSetAccessException is a checked exception thrown when an attempt to perform an action on a dataset fails
because the associated z/OS host credentials do not have access authority for that dataset.
|
| DataSetExistsException |
DataSetExistsException is a checked exception thrown when an an attempt to allocate a dataset fails because the dataset
already exists.
|
| DataSetInUseException |
DataSetInUseException is a checked exception thrown when an attempt to perform an action on a dataset fails
because it is in use.
|
| DataSetMigratedException |
DataSetMigratedException is a checked exception thrown when an attempt to perform an action on a dataset fails
because the dataset is migrated.
|
| DataSetNotFoundException |
DataSetNotFoundException is a checked exception thrown when an an attempt to perform an action on a dataset
fails because the dataset does not exist.
|
| DataSetOrganization |
Enumeration of z/OS dataset organizations.
|
| DataSetOutOfSpaceException |
DataSetOutOfSpaceException is a checked exception thrown when an attempt to perform an action on a dataset fails because the
dataset is out of space.
|
| DataSetType |
Enumeration of z/OS dataset types.
|
| DefineGenerationDataGroupParametersBuilder |
|
| DefinitionFailedException |
DefinitionFailedException is a checked exception thrown when an an attempt to define a generation data group fails.
|
| DeviceType |
Enumeration of z/OS device types.
|
| GenerationDataGroupExistsException |
GenerationDataGroupExistsException is a checked exception thrown when an an attempt to define a generation data group fails
because the generation data group (or a like-named dataset) already exists.
|
| GenerationDataGroupNotFoundException |
GenerationDataGroupNotFoundException is a checked exception thrown when an an attempt to perform an action on a generation
data group fails because the generation data group does not exist.
|
| GenerationDataGroupType |
Enumeration of z/OS generation data group types.
|
| IAllocateParameters |
Parameters specifying the attributes to use when allocating a new data set.
|
| IAllocateParameters.AllocationUnit |
Enumeration of the supported allocation units used for allocating a new data set.
|
| IDataSet |
A dataset that resides on a z/OS host.
|
| IDataSetCharacteristics |
z/OS dataset characteristics.
|
| IDefineGenerationDataGroupParameters |
Parameters specifying the attributes to use when defining a new generation data group.
|
| IDefineGenerationDataGroupParameters.Ordering |
Enumeration of the ordering types for a generation data group.
|
| IEnqueueOwner |
Representation of a user/job that has an enqueue on a z/OS dataset.
|
| IGenerationDataGroup |
A generation data group that resides on a z/OS host.
|
| IMember |
A member that resides on a z/OS host.
|
| IMigratedDataSet |
A migrated dataset that resides on a z/OS host.
|
| IPartitionedDataSet |
A partitioned dataset (PDS) that resides on a z/OS host.
|
| IPartitionedDataSetCharacteristics |
Partitioned dataset (PDS) characteristics.
|
| IPartitionedDataSetMember |
A partitioned dataset (PDS) member that resides on a z/OS host.
|
| IPartitionedDataSetMemberStatistics |
Partitioned dataset (PDS) member statistics.
|
| ISequentialDataSet |
A sequential dataset that resides on a z/OS host.
|
| ISequentialDataSetCharacteristics |
Sequential dataset characteristics.
|
| IVSAMCluster |
A VSAM cluster that resides on a z/OS host.
|
| IVSAMClusterCharacteristics |
VSAM cluster characteristics.
|
| IVSAMDataComponentCharacteristics |
VSAM data component characteristics.
|
| IVSAMDataComponentStatistics |
VSAM data component statistics.
|
| IVSAMIndexComponentCharacteristics |
VSAM index component characteristics.
|
| LoadOption |
Enumeration of VSAM data component load options.
|
| MemberAlreadyExistsException |
MemberAlreadyExistsException is a checked exception thrown when attempting to create a PDS member that already exists.
|
| MemberInUseException |
MemberInUseException is a checked exception thrown when an attempt to perform an action on a partitioned dataset member
fails because it is in use.
|
| MemberNotFoundException |
MemberNotFoundException is a checked exception thrown when an an attempt to perform an action on a member fails
because the member does not exist.
|
| MemberType |
Enumeration of z/OS member types.
|
| RecordFormat |
Enumeration of z/OS record formats.
|
| VSAMOrganization |
z/OS VSAM organizations.
|