Hi, I just started using sas,
I have a column in which I have both the VAT numbers and the tax codes of the subjects.
There are some VAT numbers that have fewer digits than they should have (they should have 11 but sometimes they are 10 or 9 or 8), in particular the zeros are missing at the beginning.
So since I saw that there is Zw.d. format, which allows you to add missing zeros, but is only applicable to numeric variables, and so I wanted to select within this column only the numeric variables, apply the format and bring the two parts together.
if there is another method to my main problem i'm glad to know,
thanks