RXHLTTST Parameters

typedef struct {
   struct {                            /* Halt flag                   */
      unsigned rxfhhalt : 1;           /* Set if HALT occurred.       */
   } rxhlt_flags;
} RXHLTTST_PARM;

If the exit handler sets rxfhhalt to TRUE, the HALT condition is raised in the REXX program.

When the exit handler has set rxfhhalt to TRUE, it can also use the RXSHV_EXIT operation of RexxVariablePool to return a string describing the HALT condition reason. The REXX program can retrieve the reason string using the CONDITION("D") built-in function.


[Back: RXHLTTST]
[Next: RXHLTCLR]