KFU00086E REXX routine has failed; EXEC=name OUTPUT=output WORKFLOW=workflow STEP=step RC=return_code

Explanation

The REXX exec invoked by the workflow has ended with the reported return code. The REXX exec is deemed to have failed because the return code is higher than expected. Specifically, the return code is not less than the MAXRC setting of the active workflow.

System action

Processing stops.

User response

The failing REXX will typically issue its own error messages to indicate the cause of the problem and recommend corrective action. These messages can be written to the following locations:
  • In the KCIPRINT or KCITRACE sysout data set, immediately prior to this message.
  • The output data set associated with the REXX exec. OUTPUT=output in the error message identifies this data set.
  • The job log containing the system messages for the job.

REXX typically writes messages to the SYSTSPRT output data set. The KCIOMEGA program might have renamed the SYSTSPRT ddname to the name of the workflow step that invoked the REXX.

If you cannot locate an associated error message or that message does not recommend corrective action, then contact IBM® Software Support.