The problem appears to be the number of words you try to assign to the variable at one time.
If you try to assign 3 words or more to the variable at once, the line that’s generated is too long and extends beyond column 72. The EasyRule doesn’t create a continuation line.
/*------------------------------------------------------------------*/00110000
/* Set or update local or global REXX variables. */00120000
/*------------------------------------------------------------------*/00130000
TEST_PARMS = , 00140000
WORD(EasyRuleCmdText,2)" "WORD(EasyRuleCmdText,3)" "WORD(EasyRuleCmdTe00150000
return 00160000
Release : 14.0
Component : OPS/MVS
Apply the PTF LU02105 to solve this problem.