I am just trying to load a SAS file someone else sent. I can open the dataset by just clicking on it and I can run proc contents
. However, when I tried to copy the data to the work library, or run some summary statistics, this error message occurred:
ERROR: An internal error has occurred while reading a compressed file. Please call your SAS Site Representative and report the following: compress offset = 330 , de-compress offset = 320 , compress buf = "" .
ERROR: Record in file lib1.file_name.DATA is too long for buffer.
I tried to increase the bufsize options bufsize=32768
or use
compress = Yes
, but neither helped. Any suggestions?