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

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 781 views
  • 0 likes
  • 2 in conversation