Snowflake character column lengths might not be shortened when renaming columns with the SQL procedure


In SAS/ACCESS® Interface to Snowflake 9.42, using the SQL procedure to read in a Snowflake table with the SCANSTRINGS=yes LIBNAME option might not reduce the lengths of the character variable when you rename the character column.

As a result, slower performance can occur, and the resulting data set needs more space for storage. 

Workaround

To work around this issue, use the SCANSTRING= data set option. 

Additional Resources