file def
data1 1 5 A
mnth2 6 2 A value '03'
year3 8 2 A value '10'
ws-fill W 1 A value '/'
data1 1 5 A
mnth2 6 2 A value '03'
year3 8 2 A value '10'
ws-fill W 1 A value '/'
output def
mmyy 1 5 A
I want to move mnth2 ws-fill year3 to mmyy
or mmyy = mnth2 + ws-fill + year3
but neither seems to work is ther a way to move multiple alpha items to 1 location? or do I have to have WS subfields defined formatted how I want and moved individually and then assign the 1 WS main item to the output field?