• Packages that use TSOExec 
    Package Description
    com.ibm.dbb.build  
    • Uses of TSOExec in com.ibm.dbb.build

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

<IBM Copyright © 2018 IBM Corp. All Rights Reserved.