Hi all,
In the data above, I would like to have the "-" always in third position, after the second number, not after the third.
How can I do this in a systematic manner for the whole variable?
Many thanks!
Code:
input str12 onetSocCode "29-1051.00" "29-1051.00" "291-051.00" "291-041.00" "29-1051.00"
How can I do this in a systematic manner for the whole variable?
Many thanks!
Comment