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

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