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.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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