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 Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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