Im using proc recommand in sas studio. I want to know how all user's score is shown.
I have this code. That code can show just 2 person's score which of '10006','15000'.
predict /label = "knn"
method = knn
Num = 5
users = ("10006","15000");
how can i get all user's score?