Package | Description |
---|---|
com.ibm.dbb.build |
Modifier and Type | Interface and Description |
---|---|
interface |
IExecute2 |
Modifier and Type | Class and 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
Submit a JCL in a member of a data set, or a file on HFS, or an internal memory.
|
class |
MVSExec
The MVSExec command is used to execute a program on System z.
|
class |
TSOExec
Execute a TSO command
Example of usage:
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IExecute> |
MVSJob.getExecutables()
Return a list of commands to be executed
|
Modifier and Type | Method and Description |
---|---|
void |
MVSJob.addExecutable(IExecute executable)
Adds an executable (
IExecutable ) to the list of executables to run. |
MVSJob |
MVSJob.executable(IExecute executable)
Execute a command
|
Modifier and Type | Method and Description |
---|---|
void |
MVSJob.setExecutables(java.util.List<IExecute> executables)
Sets the list of executables to run
|
<IBM Copyright © 2018 IBM Corp. All Rights Reserved.