Package dev.galasa.zosprogram.spi
Interface IZosProgramManagerSpi
public interface IZosProgramManagerSpi
Provides the SPI access to the zOS Program Manager
-
Method Summary
Modifier and TypeMethodDescriptionnewZosProgram
(@NotNull IZosImage image, @NotNull String name, @NotNull String source, @NotNull ZosProgram.Language language, boolean cics, String loadlib) Returns a new zOS Program
-
Method Details
-
newZosProgram
IZosProgram newZosProgram(@NotNull @NotNull IZosImage image, @NotNull @NotNull String name, @NotNull @NotNull String source, @NotNull @NotNull ZosProgram.Language language, boolean cics, String loadlib) throws ZosProgramManagerException Returns a new zOS Program- Parameters:
image
- The zOS Imagename
- The program namesource
- The program source in the bundlelanguage
- The programming language. SeeZosProgram.Language
cics
- Is a CICS program.loadlib
- The load module data set name- Returns:
- The zOS Program
- Throws:
ZosProgramManagerException
-