BookmarkSubscribeRSS Feed
Aexor
Lapis Lazuli | Level 10

Hello, I want to learn about hashing and parallel processing in SAS. Somehow I am not getting any proper documentation where I can get all information  and some practice question. can someone please help.

 

Thanks a ton!

4 REPLIES 4
yabwon
Amethyst | Level 16

For Hashing - I'm guessing you mean "using hash tables" - go to www.lexjansen.com and search for articles by Paul Dorfman ( @hashman ) or Don Henderson ( @DonH  ) or them both, e.g.:

 

https://www.lexjansen.com/cgi-bin/xsl_transform.php?x=ad&c=SUGI#paulfman

https://www.lexjansen.com/cgi-bin/xsl_transform.php?x=ah&c=SUGI#donhrson

 

For Parallel - if you think about parallel processing in Base SAS - I did this "almost tutorial" of using "XCMD & systask" for parallel processing, you could try to play with it: https://pages.mini.pw.edu.pl/~jablonskib/SASpublic/Parallel-processing-in-BASE-SAS.sas

 

Bart

 

 

_______________
Polish SAS Users Group: www.polsug.com and communities.sas.com/polsug

"SAS Packages: the way to share" at SGF2020 Proceedings (the latest version), GitHub Repository, and YouTube Video.
Hands-on-Workshop: "Share your code with SAS Packages"
"My First SAS Package: A How-To" at SGF2021 Proceedings

SAS Ballot Ideas: one: SPF in SAS, two, and three
SAS Documentation



hashman
Ammonite | Level 13

Barteku, wielkie dzięki za plug. Also, the uniform splitting into key-exclusive segments (applicable to any data processing) can also be used to create a bunch of parallel jobs to be processed by your xcmd and systask.

  

OTOH, the question might be about whether or how the hash object works with multithreading, in which case methinks DS2 would be the right direction to look at since it allows hash processing to be multithreaded. 

 

Pozdrowienia, 

Paul Dorfman

yabwon
Amethyst | Level 16

Pavle,

 

it may be DS2 or maybe it's about that "parallel datastep" in SAS Vyia? 

 

Pozdrowienia

Bart

_______________
Polish SAS Users Group: www.polsug.com and communities.sas.com/polsug

"SAS Packages: the way to share" at SGF2020 Proceedings (the latest version), GitHub Repository, and YouTube Video.
Hands-on-Workshop: "Share your code with SAS Packages"
"My First SAS Package: A How-To" at SGF2021 Proceedings

SAS Ballot Ideas: one: SPF in SAS, two, and three
SAS Documentation



hashman
Ammonite | Level 13

Had you not told me, I wouldn't know. 

Odpowiednio, dziękuję bardzo! 

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

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
  • 4 replies
  • 1449 views
  • 1 like
  • 3 in conversation