z/OS Manager File interface
-
Allocate the physical VSAM data set on the zOS image using the supplied VSAM data set as a model.
Allocate the physical VSAM data set on the zOS image.
boolean
Delete the VSAM data set on the zOS image.
boolean
Returns true if the VSAM data set exists on the zOS image
Return the attributes of the data set as a
String
.
Return the IDCAMS define command for this VSAM data set
Get the IDCAMS delete command for this VSAM cluster
Returns the IDCAMS LISTCAT output for the VSAM file
Get the IDCAMS REPRO command
Get the IDCAMS REPRO command
byte[]
Retrieve content of the VSAM data set in binary mode
Retrieve content of the VSAM data set in text mode
void
Store the content of the VSAM data set to the Results Archive Store
void
Write to content to the data set.
void
IZosVSAMDataset.storeBinary(@javax.validation.constraints.NotNull byte[] content)
Write to content to the data set in binary mode.
void
Write to content to the data set in text mode.