Skip to content

Overview


The z/OS Rexx Executor plug-in allows one to execute REXX statements provided in a zOS Dataset or Inline in the plugin.

Installation

No special steps are required for installation. See Installing plug-ins in DevOps products.

History

Version 2

  • Added new checkbox input to show debug logs in case of any unknown failure.
  • Output will now show the elapsed time of the REXX program
  • New output property RexxReturnCode will store the return code of the REXX program
  • Fixes output buffer issue when output has too much data
  • Arguments can now be as big as 248 characters
  • Fixed issue with work directory during two or more parallel step execution
  • Minor improvements in temporary directory creation
  • Fixed handling of CLIST error message response from ISPF Gateway
  • Changes to run process in Legacy ISPF Gateway
  • Improvements in ISPF gateway error handling
  • Fixed PH62152 - RcException while allocating temporary datasets

Version 1

  • Initial release