PN5_50493


Patch Number

Ticket Number

Change type

5_50493

686514

Patch

1. Description

jQL: Using multi-value math only processes the first value when the dictionary correlative utilizes the <R>epeat function

2. Previous Release Behavior

1) CREATE-FILE TEST 1 1

2) Create this data record:

ID: 1
001 2
002 3]4    ( ']' is @VM )

3) Create this dictionary record:

ID: MVTEST
001 A
002 0
...
008 A;1R*2
009 R
010 10

3) Issue this jQL statement:

LIST TEST *A1 *A2 MVTEST HDR-SUPP

Result:

TEST.......... *A1........... *A2........... MVTEST....

1              2              3                       6
                              4

3. Current Release Behavior

TEST.......... *A1........... *A2........... MVTEST....

1              2              3                       6
                              4                       8