Uses of Class
com.ibm.dbb.build.AbstractExec
-
Packages that use AbstractExec Package Description com.ibm.dbb.build -
-
Uses of AbstractExec in com.ibm.dbb.build
Subclasses of AbstractExec in com.ibm.dbb.build Modifier and Type Class Description class
AbstractCommandExec
Performs non-MVS commands, for example: TSO or ISPF commands.class
ISPFExec
Execute an ISPF command Example of usage:class
MVSExec
The MVSExec command is used to execute a program on System z.class
TSOExec
Execute a TSO command Example of usage:Methods in com.ibm.dbb.build that return AbstractExec Modifier and Type Method Description AbstractExec
AbstractExec. dd(DDStatement dd)
Add a DD statement that will be allocated prior to executing the program and freed once program execution has completed.
-