Uses of Interface
dev.galasa.zosfile.IZosDataset
Packages that use IZosDataset
Package
Description
z/OS Manager File interface
zOS Program Manager
-
Uses of IZosDataset in dev.galasa.zosfile
Methods in dev.galasa.zosfile that return IZosDatasetModifier and TypeMethodDescriptionIZosDataset.create()
Allocate the physical data set on the zOS image.IZosFileHandler.newDataset
(String dsname, IZosImage image) Instantiate a newIZosDataset
, which can represent either an existing dataset, or one to be created.Methods in dev.galasa.zosfile with parameters of type IZosDatasetModifier and TypeMethodDescriptionvoid
IZosVSAMDataset.store
(@NotNull IZosDataset fromDataset) Write to content to the data set. -
Uses of IZosDataset in dev.galasa.zosprogram
Methods in dev.galasa.zosprogram that return IZosDataset