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.
|
void |
IDataSetCommandProvider.deleteDataSet(String dataSetName) |
Deletes a dataset with the given name from the associated z/OS host.
|
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 dataset
|
IDataSetCharacteristics |
IDataSet.fetchCharacteristics() |
Fetches the characteristics of this dataset from the z/OS host on which it resides.
|
IPartitionedDataSetCharacteristics |
IPartitionedDataSet.fetchCharacteristics() |
Fetches the characteristics of this partitioned dataset from the z/OS host on which it resides.
|
ISequentialDataSetCharacteristics |
ISequentialDataSet.fetchCharacteristics() |
Fetches the characteristics of this sequential dataset from the z/OS host on which it resides.
|
IVSAMClusterCharacteristics |
IVSAMCluster.fetchCharacteristics() |
Fetches the characteristics of this VSAM cluster from the z/OS host on which it resides.
|
IPartitionedDataSetMemberStatistics |
IPartitionedDataSetMember.fetchStatistics() |
Fetches the partitioned dataset member statistics of this partitioned dataset member from the z/OS host on which it
resides.
|
IPartitionedDataSetMember |
IPartitionedDataSet.findMember(String memberName) |
Returns the member with the specified name if it can be found within this partitioned dataset.
|
List<IPartitionedDataSetMember> |
IPartitionedDataSet.findMembers(String memberFilter) |
Returns the list of this partitioned dataset's members that match the specified filter.
|
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.
|
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.
|
static AllocateParametersBuilder |
AllocateParametersBuilder.like(IPartitionedDataSet partitionedDataSet) |
Creates an allocate parameters builder instance and sets the parameters based on the specified partitioned dataset.
|
static AllocateParametersBuilder |
AllocateParametersBuilder.like(ISequentialDataSet sequentialDataSet) |
Creates an allocate parameters builder instance and sets the parameters based on the specified sequential dataset.
|
IDataSet |
IMigratedDataSet.recall() |
Recalls this migrated dataset.
|