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 voidIDataSetCommandProvider. 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.voidIPartitionedDataSet. deleteMember(String memberName)Deletes the member with the specified name from this partitioned dataset.voidIDataSetCommandProvider. deletePDSMember(String pdsName, String memberName)Deletes a partitioned dataset member with the given member name from the specified partitioned datasetIPartitionedDataSetMemberStatisticsIPartitionedDataSetMember. 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 aMemberReaderusing the specified z/OS host connection, partitioned dataset name, and member name.MemberReader(IPartitionedDataSetMember pdsMember)Constructs aMemberReaderusing the specified partitioned dataset member.MemberWriter(IZOSHostConnection zosHostConnection, String pdsName, String memberName)Constructs aMemberWriterusing the specified z/OS host connection, partitioned dataset name, and member name.MemberWriter(IPartitionedDataSetMember pdsMember)Constructs aMemberWriterusing 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 JobInfoIJESCommandProvider. submit(IPartitionedDataSetMember member)Submits the content of the specified partitioned dataset (PDS) member as JCL and returns information about the associated job.JobInfoIJESCommandProvider. 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.
-