Uses of Class
dev.galasa.zosfile.ZosVSAMDatasetException
Packages that use ZosVSAMDatasetException
-
Uses of ZosVSAMDatasetException in dev.galasa.zosfile
Methods in dev.galasa.zosfile that throw ZosVSAMDatasetExceptionModifier and TypeMethodDescriptionIZosVSAMDataset.clone
(IZosVSAMDataset model) Allocate the physical VSAM data set on the zOS image using the supplied VSAM data set as a model.IZosVSAMDataset.create()
Allocate the physical VSAM data set on the zOS image.boolean
IZosVSAMDataset.delete()
Delete the VSAM data set on the zOS image.boolean
IZosVSAMDataset.exists()
Returns true if the VSAM data set exists on the zOS imageIZosVSAMDataset.getAttibutesAsString()
Return the attributes of the data set as aString
.IZosVSAMDataset.getDefineCommand()
Return the IDCAMS define command for this VSAM data setIZosVSAMDataset.getDeleteCommand()
Get the IDCAMS delete command for this VSAM clusterIZosVSAMDataset.getListcatOutput()
Returns the IDCAMS LISTCAT output for the VSAM fileIZosVSAMDataset.getReproFromCommand
(String indatasetName) Get the IDCAMS REPRO commandIZosVSAMDataset.getReproToCommand
(String outDatasetName) Get the IDCAMS REPRO commandIZosFileHandler.newVSAMDataset
(String dsname, IZosImage image) Instantiate a newIZosVSAMDataset
object with the given name.byte[]
IZosVSAMDataset.retrieveAsBinary()
Retrieve content of the VSAM data set in binary modeIZosVSAMDataset.retrieveAsText()
Retrieve content of the VSAM data set in text modevoid
IZosVSAMDataset.saveToResultsArchive
(String rasPath) Store the content of the VSAM data set to the Results Archive Storevoid
IZosVSAMDataset.store
(@NotNull IZosDataset fromDataset) 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.