The SASĀ® Studio table viewer displays an incorrect case for a Databricks column


When a Databricks table contains a partitioned column, that column might display an incorrect case in the SAS Studio table viewer.

For example, if the partitioned column is created and displayed in Databricks in all uppercase (ABC), the column might be displayed in SAS Studio in all lowercase (abc).

To work around this issue, use the VALIDVARNAME system option. Here is an example:

options validvarname=UPCASE;