How do I tell SAS not to print the value of a numeric variable if it is zero?
I have a variable called SEGNUM which I initialize to zero at the beginning of my code. Then I have statements that set the value of this variable depending upon certain conditions, so there are times it will remain at zero.
However, I do not wish 0 to print on my report. I would prefer that it just be blank. How can I do this?
Thanks.
I have a variable called SEGNUM which I initialize to zero at the beginning of my code. Then I have statements that set the value of this variable depending upon certain conditions, so there are times it will remain at zero.
However, I do not wish 0 to print on my report. I would prefer that it just be blank. How can I do this?
Thanks.