Hello everyone,
I am just getting started on SAS, but cannot even get past the first step in my tutorial
Excel-Import does not work, so i am trying to import a .csv file.
It does import the data, the only problem is that instead of my dataset looking like this
var1 var2 var3
1 1 2812.658
2 0 1982.221
(each variable in one column)
it looks like this
var1_var2_var3
1;1;2812.658
2;0;1982.221
(only one column, variable names linked together with "_", values linked together with";")
any suggestions?
I know this is probably a stupid question, but I have not been able to get past this step in days (!), so I am growing a little frustrated...
Thanks a million in advance!
ets
I am just getting started on SAS, but cannot even get past the first step in my tutorial
Excel-Import does not work, so i am trying to import a .csv file.
It does import the data, the only problem is that instead of my dataset looking like this
var1 var2 var3
1 1 2812.658
2 0 1982.221
(each variable in one column)
it looks like this
var1_var2_var3
1;1;2812.658
2;0;1982.221
(only one column, variable names linked together with "_", values linked together with";")
any suggestions?
I know this is probably a stupid question, but I have not been able to get past this step in days (!), so I am growing a little frustrated...
Thanks a million in advance!
ets