You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I have attached two files in the zip. One file contains a shortened version of the other file's string variable, and the shortened version does not give an error. The complete error message is:
ReadStat: Row #0 decompressed to -1 bytes (expected 32500 bytes)
ReadStat: Error parsing page 0, bytes 262144-524287
Error processing test_utf8_char_compression.sas7bdat: A row in the file was not the expected length
I guess this is more of a feature request to support longer variables if it's possible. I also feel like this may or may not be a bug relating to #236 (if the long string variable splits maybe that's why it returns READSTAT_ERROR_ROW_WIDTH_MISMATCH?)
Similar to #253, this file has unrecognized control codes 1 and 2 in an RLE-compressed string; these unrecognized codes appear to be the source of the issue. #236 is not related.
I think I have figured out how these codes work, and will have a fix available soon.
Hi! I have attached two files in the zip. One file contains a shortened version of the other file's string variable, and the shortened version does not give an error. The complete error message is:
I guess this is more of a feature request to support longer variables if it's possible. I also feel like this may or may not be a bug relating to #236 (if the long string variable splits maybe that's why it returns READSTAT_ERROR_ROW_WIDTH_MISMATCH?)
Thanks!
string_length_sas.zip
The text was updated successfully, but these errors were encountered: