Page 1 of 1

moving/assigning data

PostPosted: Thu Nov 26, 2009 4:34 am
by Rod
file def
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?

Re: moving/assigning data

PostPosted: Thu Nov 26, 2009 10:00 am
by dick scherrer
Hello,

is ther a way to move multiple alpha items to 1 location?
Not that i'm aware of.

Either define the individual fields in the output or define a group item in ws with the component fields defined beneath the group item.