Uses of Class
com.compuware.api.topaz.hostresources.zos.MemberAlreadyExistsException
-
Packages that use MemberAlreadyExistsException Package Description com.compuware.api.topaz.hostresources.zos Provides classes and exceptions related to z/OS host resources. -
-
Uses of MemberAlreadyExistsException in com.compuware.api.topaz.hostresources.zos
Methods in com.compuware.api.topaz.hostresources.zos that throw MemberAlreadyExistsException 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.
-