hi,
I am trying to build a query using data preperation I validate the query it is valid but when I try to to run the query it gives an error
ERROR: Insufficient resources to perform the operation.
ERROR: The SAS System stopped processing this step because of insufficient memory
how to solve this problem?
thanks,
It means the query is too large to run on the machine. Remember the LASR Server is using the RAM - so there is less available to use for uploads and other processing.
I don't have a suggestion other than make the query smaller by adding a WHERE clause. You can also try unloading some data from the LASR server to make more room in memory. Also increase your RAM on your machine (but that is more involved.)
I have seen other change the MEMSIZE but I don't know if that will help.
I'll be curious to hear suggestions from others.
It means the query is too large to run on the machine. Remember the LASR Server is using the RAM - so there is less available to use for uploads and other processing.
I don't have a suggestion other than make the query smaller by adding a WHERE clause. You can also try unloading some data from the LASR server to make more room in memory. Also increase your RAM on your machine (but that is more involved.)
I have seen other change the MEMSIZE but I don't know if that will help.
I'll be curious to hear suggestions from others.
There are multiple ways to load data into the LASR Server.
Here's some good references that discuss it:
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.
Find more tutorials on the SAS Users YouTube channel.