Hi all,
I need to assign a value to a variable with an occurs .
For Example : I have the following structure ,which represents a section of the layout of my output file
EMPTY-TRADE W 124 A
EMPTY-01 EMPTY-TRADE 2 A OCCURS 24
EMPTY-02 EMPTY-TRADE +48 2 A
EMPTY-03 EMPTY-TRADE +50 3 A OCCURS 2
EMPTY-03 EMPTY-TRADE +56 68 A
How can I assign the value 'XXX' to EMPTY-03 ??? in order to obtain an 'XXXXXX' in my output file.
Thanks a lot !
Checho.