I'm importing .csv files to SAS by using PROC IMPORT which works fine. However, some of my quantitative columns have NULLs as I generated the .csv files by exporting from SQL. When SAS goes through the columns, he classifies these columns as character even if only 1 of 1000 entries is NULL (which SAS thinks is a string).
Is there any way to tell SAS that NULL represents a missing value and should be taken care of accordingly?
Thanks