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 IPartitionedDataSetMemberIPartitionedDataSet. findMember(String memberName)Returns the member with the specified name if it can be found within this partitioned dataset.IPartitionedDataSetMemberIDataSetCommandProvider. 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.IPartitionedDataSetMemberIPartitionedDataSetMemberStatistics. 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 aMemberReaderusing the specified partitioned dataset member.MemberWriter(IPartitionedDataSetMember pdsMember)Constructs aMemberWriterusing 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 JobInfoIJESCommandProvider. submit(IPartitionedDataSetMember member)Submits the content of the specified partitioned dataset (PDS) member as JCL and returns information about the associated job.
-