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
Onyx | Level 15

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
Onyx | Level 15

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! 

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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.

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