Uses of Interface
com.compuware.api.topaz.hostresources.zos.IPartitionedDataSetMember
-
Packages that use IPartitionedDataSetMember 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 IPartitionedDataSetMember in com.compuware.api.topaz.hostresources.zos
Methods in com.compuware.api.topaz.hostresources.zos that return IPartitionedDataSetMember Modifier and Type Method Description IPartitionedDataSetMember
IPartitionedDataSet. findMember(String memberName)
Returns the member with the specified name if it can be found within this partitioned dataset.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.IPartitionedDataSetMember
IPartitionedDataSetMemberStatistics. getMember()
Returns the associated partitioned dataset member.Methods in com.compuware.api.topaz.hostresources.zos that return types with arguments of type IPartitionedDataSetMember Modifier and Type Method Description List<IPartitionedDataSetMember>
IPartitionedDataSet. findMembers(String memberFilter)
Returns the list of this partitioned dataset's members that match the specified filter.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.Constructors in com.compuware.api.topaz.hostresources.zos with parameters of type IPartitionedDataSetMember Constructor Description MemberReader(IPartitionedDataSetMember pdsMember)
Constructs aMemberReader
using the specified partitioned dataset member.MemberWriter(IPartitionedDataSetMember pdsMember)
Constructs aMemberWriter
using the specified partitioned dataset member. -
Uses of IPartitionedDataSetMember in com.compuware.api.topaz.jes
Methods in com.compuware.api.topaz.jes with parameters of type IPartitionedDataSetMember 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.
-