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

      Methods in com.ibm.dbb.build that return MVSExec 
      Modifier and Type Method and Description
      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

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