$ 0 0 You might check the avg_depth of the missing rows if it's close to zero: < 0.0000005 will be rounded to 0 SAS might use FLOAT arithmetics, so you could try avg_depth=cast(sum(x) as float)/sum(y) Dieter
You might check the avg_depth of the missing rows if it's close to zero:
< 0.0000005 will be rounded to 0
SAS might use FLOAT arithmetics, so you could try avg_depth=cast(sum(x) as float)/sum(y)
Dieter