Hi, I've been trying to import an excel table with around 5000 columns (variables) and 100 rows (observations) into SAS 9.2. This is directly not possible, while SAS can only import 255 variables at a time. I tried converting my table into .txt data with Tab delimited. Somehow in this process, some variable names went wrong. I am guessing because in my original table there are cells that contain a lot of characters and texts. So if i read this .txt data into SAS, I only got some of the variable names right. the others are renamed by SAS to VAR. I looked up this in internet, and it says it might be caused, because some names contain multiple spaces. I can copy the log and do the correction per hand, but with the number of variables i am having, this will take long and since i probably only need to import the data once (not once every month or sth. ), this is really not my first option. I thought about transposing the excel data first and in that case, i only have 100 variables. SAS can read all of them at a time and then i can transpose them back, but the problem is, some characters were showed as 'missing values' after the import, which i dont quite understand why. Can someone please share his/her experience with me reading such a dataset into SAS? I am very grateful for any kind of tipps or suggestions. BR Dingdang
... View more