So I have increased SAS MEMSIZE but SAS does not use all of them when running PROC or DATA steps. Is there a way to tell SAS to use all available memory?
SAS will not use more than it needs.
Sometimes SAS does not need all the RAM or all the CPU.
It depends on the task at hand.
Data steps are typically reading data sets in a sequential manner and doing few calculations, so are limited by the speed of the I/O subsystems and need very little RAM or CPU.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.
Ready to level-up your skills? Choose your own adventure.