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.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.