|
I am trying to get an output using the following code:
data _null_;
file print;
put "Percent=num1/denom1 Percent=num1/denom1";
...
run;
And I got unexpected output:
Percent=num1/denom1 Percent=num1/denom1
Percent=num2/denom2 Percent=num2/denom2
….
In other words I did not get any numbers…..while my num1; denom1; num2; den2 are definitely numbers.
What do you think I am doing wrong?
Thank you in advance,
Irin
---------------------------------
Ahhh...imagining that irresistible "new car" smell?
Check outnew cars at Yahoo! Autos.
|