AbstractCommandExec |
Performs non-MVS commands, for example: TSO or ISPF commands.
|
AbstractExec |
Abstract class that implements IExec to execute a command on system z.
|
BuildProperties |
The BuildProperties class represents a persistent set of properties similar to java.util.Properties .
|
CopyToHFS |
This command can be used to copy a partitioned dataset (PDS) member to an HFS file.
|
CopyToPDS |
This command is used to copy HFS files to partitioned datasets (PDS).
|
CreatePDS |
This command is used to create partitioned datasets (PDS).
|
DDStatement |
Used with MVSExec commands for adding Data Definition (DD) statements.
|
ISPFExec |
Execute an ISPF command
Example of usage:
|
JCLExec |
Deprecated.
|
JobExec |
Submit a JCL job from a member of a data set, a file on HFS, or a String.
|
MVSExec |
The MVSExec command is used to execute a program on System z.
|
MVSJob |
The MVSJob class is used to collect and free passed DD statements between MVSExec commands.
|
PropertyMappings |
|
ScriptMappings |
The ScriptMappings class is a convenient 'wrapper' class for BuildProperties that provides utility methods to
work specifically with script mappings.
|
TSOExec |
Execute a TSO command
Example of usage:
|
UnixExec |
The UnixExec class is used to execute a z/OS UNIX command.
|
VersionInfo |
The VersionInfo class contains strings that describe the toolkit
version and build date.
|