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 ISequentialDataSetIDataSetCommandProvider. 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.ISequentialDataSetIGenerationDataGroup. 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.ISequentialDataSetIDataSetCommandProvider. findSequentialDataSet(String sequentialDataSetName)Returns the sequential dataset with the specified name if it can be found on the associated z/OS host.ISequentialDataSetISequentialDataSetCharacteristics. 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 AllocateParametersBuilderAllocateParametersBuilder. 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 aDataSetReaderusing the specified sequential dataset.DataSetWriter(ISequentialDataSet sequentialDataSet)Constructs aDataSetWriterusing 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 JobInfoIJESCommandProvider. submit(ISequentialDataSet sequentialDataSet)Submits the content of the specified sequential dataset as JCL and returns information about the associated job.
-