Uses of Class
com.compuware.api.topaz.hostresources.zos.MemberNotFoundException
-
Packages that use MemberNotFoundException 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 MemberNotFoundException in com.compuware.api.topaz.hostresources.zos
Methods in com.compuware.api.topaz.hostresources.zos that throw MemberNotFoundException 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. 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 datasetIPartitionedDataSetMemberStatistics
IPartitionedDataSetMember. fetchStatistics()
Fetches the partitioned dataset member statistics of this partitioned dataset member from the z/OS host on which it resides.Constructors in com.compuware.api.topaz.hostresources.zos that throw MemberNotFoundException Constructor Description 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 MemberNotFoundException in com.compuware.api.topaz.jes
Methods in com.compuware.api.topaz.jes that throw MemberNotFoundException 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(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.
-