Uses of Interface
com.compuware.api.topaz.hostresources.zos.IDataSetCharacteristics
-
Packages that use IDataSetCharacteristics Package Description com.compuware.api.topaz.hostresources.zos Provides classes and exceptions related to z/OS host resources. -
-
Uses of IDataSetCharacteristics in com.compuware.api.topaz.hostresources.zos
Subinterfaces of IDataSetCharacteristics in com.compuware.api.topaz.hostresources.zos Modifier and Type Interface Description interface
IPartitionedDataSetCharacteristics
Partitioned dataset (PDS) characteristics.interface
ISequentialDataSetCharacteristics
Sequential dataset characteristics.interface
IVSAMClusterCharacteristics
VSAM cluster characteristics.Methods in com.compuware.api.topaz.hostresources.zos that return IDataSetCharacteristics Modifier and Type Method Description IDataSetCharacteristics
IDataSet. fetchCharacteristics()
Fetches the characteristics of this dataset from the z/OS host on which it resides.
-