BookmarkSubscribeRSS Feed
zdblizar
Fluorite | Level 6

Hello,

 

I am working with a large data set. I sorted the data set, using 3 BY variables to do the sort. I received in my LOG file a NOTE that went something like this: "SAS Threaded sort was used" not the exact message but quite close. I want to know whether this is a "bad" thing, or if I should be worried that my data has been compromised? Why was a threaded sort used in this instance? Thank you for your time!

2 REPLIES 2
RW9
Diamond | Level 26 RW9
Diamond | Level 26

If your computer/server has multiple Cores, it can do multiple things at once.  Each of these things is called a thread.  For instance, SAS might break up the data into several chunks and send each of those chunks to seperate cores, each core doing a thread of its own, which at the end of the process all these threads are woven back together to get the end product. 

There is nothing to worry about, the Note just indicates that this was done.  Its only really relevant if you have limited time/space on your server and want SAS to use less threads (i.e. taking more time but less resource).

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 2 replies
  • 4950 views
  • 3 likes
  • 3 in conversation