BookmarkSubscribeRSS Feed
Emily_s
Calcite | Level 5

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?

1 REPLY 1
ballardw
Super User

Provide example data and what the result should look like. There are enough potential definitions of "score" to cause some confusion.

And snippets from the middle of a procedure aren't terribly helpful either as many SAS procedures share common elements and we cannot even tell which one you may be using.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 755 views
  • 0 likes
  • 2 in conversation