Hi,
I am using Relativity 3.24 and have been asked to merge 2 fields together to show just one field to the end user, e.g.
03 DATA-ITEM PIC X(16).
03 DATA-ITEMR REDEFINES DATA-ITEM.
05 FIELD1 PIX X(10).
05 FILLER PIX X(2).
05 FIELD2 PIX X(4).
What I need to make available is one field that is FIELD1 + FIELD2 concatenated.
Any idea if this is possible?
Thanks,
Hammy.
I am using Relativity 3.24 and have been asked to merge 2 fields together to show just one field to the end user, e.g.
03 DATA-ITEM PIC X(16).
03 DATA-ITEMR REDEFINES DATA-ITEM.
05 FIELD1 PIX X(10).
05 FILLER PIX X(2).
05 FIELD2 PIX X(4).
What I need to make available is one field that is FIELD1 + FIELD2 concatenated.
Any idea if this is possible?
Thanks,
Hammy.