Uses of Interface
com.ibm.dbb.build.IExecute
-
Packages that use IExecute Package Description com.ibm.dbb.build com.ibm.dbb.metadata -
-
Uses of IExecute in com.ibm.dbb.build
Subinterfaces of IExecute in com.ibm.dbb.build Modifier and Type Interface Description interface
IExecute2
Deprecated.As of release 2.0.2, useIExecute
.Classes in com.ibm.dbb.build that implement IExecute Modifier and Type Class Description class
AbstractCommandExec
Performs non-MVS commands, for example: TSO or ISPF commands.class
AbstractExec
Abstract class that implements IExec to execute a command on system z.class
CopyToHFS
This command can be used to copy a partitioned dataset (PDS) member to an HFS file.class
CopyToPDS
This command is used to copy HFS files to partitioned datasets (PDS).class
CreatePDS
This command is used to create partitioned datasets (PDS).class
ISPFExec
Execute an ISPF command Example of usage:class
JCLExec
Deprecated.As of release 2.0.1, replaced byJobExec
.class
JobExec
Submit a JCL job from a member of a data set, a file on HFS, or a String.class
MVSExec
The MVSExec command is used to execute a program on System z.class
TSOExec
Execute a TSO command Example of usage:class
UnixExec
The UnixExec class is used to execute a z/OS UNIX command.Methods in com.ibm.dbb.build that return types with arguments of type IExecute Modifier and Type Method Description java.util.List<IExecute>
MVSJob. getExecutables()
Return a list of commands to be executedMethods in com.ibm.dbb.build with parameters of type IExecute Modifier and Type Method Description void
MVSJob. addExecutable(IExecute executable)
Adds an executable (IExecutable
) to the list of executables to run.MVSJob
MVSJob. executable(IExecute executable)
Execute a commandMethod parameters in com.ibm.dbb.build with type arguments of type IExecute Modifier and Type Method Description void
MVSJob. setExecutables(java.util.List<IExecute> executables)
Sets the list of executables to run -
Uses of IExecute in com.ibm.dbb.metadata
Method parameters in com.ibm.dbb.metadata with type arguments of type IExecute Modifier and Type Method Description void
BuildMap. populateOutputs(java.util.List<IExecute> execs)
Populates the output list with outputs derived from DBB executable command DD Statements
-