BookmarkSubscribeRSS Feed
rileyd
Quartz | Level 8

Just a quick question on Hash tables. I'm currently using some Hash tables in a Data step. Do I need to delete the Hash tables (i.e. h1.Delete() ) before the Run statement of my Data step in order to release the memory my Hash table is using or is the Hash table automatically deleted from memory once the Data step finishes processing. Just trying to understand if I need to cleanup the Hash tables myself to release the memory they're using or if the Data step does it for me.

Thanks!

-Andrew

2 REPLIES 2
ArtC
Rhodochrosite | Level 12

My understanding is that the table is cleared from memory when the DATA step is terminated.  I have not heard of any memory bleeds or any that there would be any improvement in the memory clean up by first deleting the hash object.

rileyd
Quartz | Level 8

Thanks Art! That's what I was hoping.

How do I mark this as correct? I can't seem to find a way to do that!

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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