MVSExec |
MVSExec.copy(CopyToHFS copy) |
Adds a CopyToHFS command that will be executed after the program is executed but before the DD statements are freed.
|
MVSExec |
MVSExec.ddnames(java.lang.String ddnames) |
Set the DDs required by the MVS module
|
MVSExec |
MVSExec.file(java.lang.String file) |
Set the file that this command is processing.
|
MVSExec |
MVSExec.freePgmAllocatedDDs(boolean freePgmAllocatedDDs) |
Set whether the DDs allocated by the program should be freed.
|
MVSExec |
MVSExec.parm(java.lang.String parm) |
Set the parameters to be passed to the MVS module
|
MVSExec |
MVSExec.pgm(java.lang.String pgm) |
Set the name of MVS module to execute
|