Uses of Class
com.compuware.api.topaz.hostresources.zos.DataSetMigratedException
-
Packages that use DataSetMigratedException 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 DataSetMigratedException in com.compuware.api.topaz.hostresources.zos
Methods in com.compuware.api.topaz.hostresources.zos that throw DataSetMigratedException Modifier and Type Method Description void
IDataSetCommandProvider. copyPDSMember(String sourceDataSet, String sourceMember, String targetDataSet, String targetMember, boolean replace)
Copies a PDS member from the source PDS to the target PDS with the target member name.void
IPartitionedDataSet. createMember(String memberName)
Creates a member with the specified name within this partitioned dataset.void
IDataSetCommandProvider. createPDSMember(String pdsName, String memberName)
Creates a partitioned dataset member with the given name within the specified partitioned dataset name on the associated z/OS host.void
IPartitionedDataSet. deleteMember(String memberName)
Deletes the member with the specified name from this partitioned dataset.void
IDataSetCommandProvider. deletePDSMember(String pdsName, String memberName)
Deletes a partitioned dataset member with the given member name from the specified partitioned datasetIDataSetCharacteristics
IDataSet. fetchCharacteristics()
Fetches the characteristics of this dataset from the z/OS host on which it resides.IPartitionedDataSetCharacteristics
IPartitionedDataSet. fetchCharacteristics()
Fetches the characteristics of this partitioned dataset from the z/OS host on which it resides.ISequentialDataSetCharacteristics
ISequentialDataSet. fetchCharacteristics()
Fetches the characteristics of this sequential dataset from the z/OS host on which it resides.IVSAMClusterCharacteristics
IVSAMCluster. fetchCharacteristics()
Fetches the characteristics of this VSAM cluster from the z/OS host on which it resides.IPartitionedDataSetMemberStatistics
IPartitionedDataSetMember. fetchStatistics()
Fetches the partitioned dataset member statistics of this partitioned dataset member from the z/OS host on which it resides.IPartitionedDataSetMember
IPartitionedDataSet. findMember(String memberName)
Returns the member with the specified name if it can be found within this partitioned dataset.List<IPartitionedDataSetMember>
IPartitionedDataSet. findMembers(String memberFilter)
Returns the list of this partitioned dataset's members that match the specified filter.IPartitionedDataSetMember
IDataSetCommandProvider. findPDSMember(String pdsName, String memberName)
Returns the partitioned dataset member with the specified partitioned dataset name and member name, if it can be found on the associated z/OS host.List<IPartitionedDataSetMember>
IDataSetCommandProvider. findPDSMembers(String pdsName, String memberFilter)
Returns the list of partitioned dataset members that match the specified partitioned dataset name and member filter on the associated z/OS host.static AllocateParametersBuilder
AllocateParametersBuilder. like(IPartitionedDataSet partitionedDataSet)
Creates an allocate parameters builder instance and sets the parameters based on the specified partitioned dataset.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 that throw DataSetMigratedException Constructor Description DataSetReader(IZOSHostConnection zosHostConnection, String sequentialDataSetName)
Constructs aDataSetReader
using the specified z/OS host connection and sequential dataset name.DataSetReader(ISequentialDataSet sequentialDataSet)
Constructs aDataSetReader
using the specified sequential dataset.DataSetWriter(IZOSHostConnection zosHostConnection, String sequentialDataSetName)
Constructs aDataSetWriter
using the specified z/OS host connection and sequential dataset name.DataSetWriter(ISequentialDataSet sequentialDataSet)
Constructs aDataSetWriter
using the specified sequential dataset.MemberReader(IZOSHostConnection zosHostConnection, String pdsName, String memberName)
Constructs aMemberReader
using the specified z/OS host connection, partitioned dataset name, and member name.MemberReader(IPartitionedDataSetMember pdsMember)
Constructs aMemberReader
using the specified partitioned dataset member.MemberWriter(IZOSHostConnection zosHostConnection, String pdsName, String memberName)
Constructs aMemberWriter
using the specified z/OS host connection, partitioned dataset name, and member name.MemberWriter(IPartitionedDataSetMember pdsMember)
Constructs aMemberWriter
using the specified partitioned dataset member. -
Uses of DataSetMigratedException in com.compuware.api.topaz.jes
Methods in com.compuware.api.topaz.jes that throw DataSetMigratedException Modifier and Type Method Description JobInfo
IJESCommandProvider. submit(IPartitionedDataSetMember member)
Submits the content of the specified partitioned dataset (PDS) member as JCL and returns information about the associated job.JobInfo
IJESCommandProvider. submit(ISequentialDataSet sequentialDataSet)
Submits the content of the specified sequential dataset as JCL and returns information about the associated job.JobInfo
IJESCommandProvider. submit(String sequentialDataSetName)
Submits the content of a sequential dataset of the specified name as JCL and returns information about the associated job.JobInfo
IJESCommandProvider. submit(String pdsName, String memberName)
Submits the content a partitioned dataset member with the specified partitioned dataset name and member name as JCL and returns information about the associated job.
-