Package com.ibm.dbb.build
Interface IExecute
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
execute()
Executes the command
-
-
-
Method Detail
-
execute
int execute() throws BuildException
Executes the command- Returns:
- The integer RC from the z/OS executed program.
- Throws:
BuildException
- If an error occurred when executing the command.
-
-