ISPFExec |
ISPFExec.accountNumber(java.lang.String accountNumber) |
Set the account number for the interactive ISPF Gateway
|
ISPFExec |
ISPFExec.command(java.lang.String command) |
Sets the TSO/ISPF command to be executed
|
ISPFExec |
ISPFExec.confDir(java.lang.String confDir) |
Set the configuration directory where runIspf.sh could be found
|
ISPFExec |
ISPFExec.file(java.lang.String file) |
Set the file that this command is processing.
|
ISPFExec |
ISPFExec.gatewayType(java.lang.String gatewayType) |
Set the gateway type for the TSOExec command
|
ISPFExec |
ISPFExec.groupId(java.lang.String groupId) |
Set the group ID for the interactive ISPF Gateway
|
ISPFExec |
ISPFExec.keepCommandScript(boolean keepCommandScript) |
Sets to true if the REXX command data set should be kept.
|
ISPFExec |
ISPFExec.logEncoding(java.lang.String logEncoding) |
Set the encoding for the log file this command creates
|
ISPFExec |
ISPFExec.logFile(java.io.File logFile) |
Sets the path to the log file
|
ISPFExec |
ISPFExec.logLevel(int logLevel) |
Set the log level for the interactive ISPF Gateway
|
ISPFExec |
ISPFExec.options(java.lang.String options) |
Set the options to pass to the command
|
ISPFExec |
ISPFExec.procedureName(java.lang.String procedureName) |
Set the procedure name for the interactive ISPF Gateway
|
ISPFExec |
ISPFExec.regionSize(java.lang.String regionSize) |
Set the region size for the interactive ISPF Gateway
|
ISPFExec |
ISPFExec.response(java.lang.String response) |
Set the response command for the interactive ISPF Gateway
|
ISPFExec |
ISPFExec.reuseIspfSession(boolean reuseIspfSession) |
Sets whether an existing ISPF session should be used
|
ISPFExec |
ISPFExec.shExec(java.lang.String shExec) |
Sets the path to the Bourne shell executor.
|