While executing a PROC SQL statement on a big data file I am getting this error - "ERROR: Out of memory while converting blob to table"
How to resolve this issue?
The message make think that you are using PROC SQL towards an ACCESS libref.
Add
options msglevel=i sastrace=',,,d' sastraceloc=saslog nostsuffix fullstimer;
and share the log.
Potentially try the operation with a smaller input with above options to learn how the environment behaves.
What version of SAS are you using? If its SAS 9.4, blobs have to be cast as character variables and the variable size limit is 32K. Viya has higher limits I understand.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.