typedef struct {
struct {
unsigned rxftrace : 1; /* External trace setting */
} rxtrc_flags;
} RXTRCTST_PARM;
If the exit handler switches rxftrace to TRUE, REXX switches on interactive debug mode. It the exit handler switches rxftrace to FALSE, REXX switches off interactive debug mode.