01 WS-VAR-LIST.
05 WS-VAR-ONE PIC X(5).
05 WS-VAR-TWO PIC S9(3) COMP-3.
.
.
05 ....... PIC S9(6)V9(3) COMP-3.
.
05 WS-VAR-ONE PIC X(5).
05 WS-VAR-TWO PIC S9(3) COMP-3.
.
.
05 ....... PIC S9(6)V9(3) COMP-3.
.
I have to move 500.30 to the variable which has Picture class S9(6)V9(3) COMP-3. But we know only the group variable name(WS-VAR-LIST) and starting position, lenght of the variable in WS-VAR-LIST. How this move can be achieved ?