BookmarkSubscribeRSS Feed
yajatree
Calcite | Level 5

I've been using SSH (WRDS cloud) for iterating my heavy SAS procedure, where each batch command is asked to do around 10 million iteration. After 1000 iteration, I use proc datasets to delete all the temporary files, so that work library does not explode. However, I've been seeing my batch is terminated due to excessive memory issue after around 100k iterations. It seems that this is not driven by a 'single' iteration, but as the iteration number increases, the amount of memory used piles up. Can you think of any specific reason for this?

1 REPLY 1

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

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 786 views
  • 0 likes
  • 2 in conversation