EasyRule not successfully splitting parameter values onto multiple lines with valid continuation characters
search cancel

EasyRule not successfully splitting parameter values onto multiple lines with valid continuation characters

book

Article ID: 222439

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

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

 

 

Environment

Release : 14.0

Component : OPS/MVS

Resolution

Apply the PTF LU02105 to solve this problem.