Uses of Interface
com.compuware.api.topaz.hostresources.zos.ISequentialDataSet
-
Packages that use ISequentialDataSet Package Description com.compuware.api.topaz.hostresources.zos Provides classes and exceptions related to z/OS host resources.com.compuware.api.topaz.jes Provides classes and exceptions related to JES. -
-
Uses of ISequentialDataSet in com.compuware.api.topaz.hostresources.zos
Methods in com.compuware.api.topaz.hostresources.zos that return ISequentialDataSet Modifier and Type Method Description ISequentialDataSet
IDataSetCommandProvider. findGenerationSequentialDataSet(String generationDataGroupName, int relativeGenerationNumber)
Returns a specific generation dataset, typed as anISequentialDataSet
, from the specified generation data group if it can be found on the associated z/OS host.ISequentialDataSet
IGenerationDataGroup. findGenerationSequentialDataSet(int relativeGenerationNumber)
Returns a specific generation dataset, typed as anISequentialDataSet
, from this generation data group if it can be found on the associated z/OS host.ISequentialDataSet
IDataSetCommandProvider. findSequentialDataSet(String sequentialDataSetName)
Returns the sequential dataset with the specified name if it can be found on the associated z/OS host.ISequentialDataSet
ISequentialDataSetCharacteristics. getDataSet()
Returns the associated dataset.Methods in com.compuware.api.topaz.hostresources.zos that return types with arguments of type ISequentialDataSet Modifier and Type Method Description List<ISequentialDataSet>
IDataSetCommandProvider. findSequentialDataSets(String dataSetFilter)
Returns the list of sequential datasets that match the specified filter on the associated z/OS host.Methods in com.compuware.api.topaz.hostresources.zos with parameters of type ISequentialDataSet Modifier and Type Method Description static AllocateParametersBuilder
AllocateParametersBuilder. like(ISequentialDataSet sequentialDataSet)
Creates an allocate parameters builder instance and sets the parameters based on the specified sequential dataset.Constructors in com.compuware.api.topaz.hostresources.zos with parameters of type ISequentialDataSet Constructor Description DataSetReader(ISequentialDataSet sequentialDataSet)
Constructs aDataSetReader
using the specified sequential dataset.DataSetWriter(ISequentialDataSet sequentialDataSet)
Constructs aDataSetWriter
using the specified sequential dataset. -
Uses of ISequentialDataSet in com.compuware.api.topaz.jes
Methods in com.compuware.api.topaz.jes with parameters of type ISequentialDataSet Modifier and Type Method Description JobInfo
IJESCommandProvider. submit(ISequentialDataSet sequentialDataSet)
Submits the content of the specified sequential dataset as JCL and returns information about the associated job.
-