z/OS Manager File interface
-
Allocate the physical data set on the zOS image.
boolean
Delete the data set on the zOS image.
boolean
Returns true if the data set exists on the zOS image
Return the attributes of the data set as a
String
The format of the String is defined by the implementation
boolean
Returns true if the data set exists and is a partitioned data set
Return a
List
of data set name starting with the supplied prefix
void
Create an empty member in the partitioned data set
void
Delete a member from the partitioned data set
boolean
Return true if the named member exists in the partitioned data set
List the members of the partitioned data set
byte[]
Retrieve content from the partitioned data set member in Binary mode
Retrieve content from the partitioned data set member in Text mode
void
Store the content of the partitioned data set member to the Results Archive Store
void
Write content to the partitioned data set member in Binary mode
void
Write content to the partitioned data set member in Text mode
Instantiate a new
IZosDataset
, which can represent either an
existing dataset, or one to be created.
byte[]
Retrieve content of the data set in Binary mode
Retrieve content of the data set in Text mode
void
Retrieve the attributes of an existing data set to make the values available in the getter methods
void
Store the content of the data set to the Results Archive Store
void
IZosDataset.storeBinary(@javax.validation.constraints.NotNull byte[] content)
Write content to the data set in Binary mode
void
Write content to the data set in Text mode