how can u import .csv file in to SAS?tell Syntax?

Answer Posted / dupe bassey

You can also use an
ods html file ='c:\user\new.xls';
proc print data=new;
run;
ods html close;

something along those lines

Is This Answer Correct ?    1 Yes 19 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain substr function?

582


Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?

1474


what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming

576


what are several options for creating reports in web report studio? : Sas-bi

636


what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?

1691






What are the scrubbing procedures in sas?

581


Name and describe few sas character functions that are used for data cleaning in brief.

671


What is the function of output statement in a SAS Program?

619


How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro

589


what is data access? : Sas-di

613


how can you import .csv file in to sas? : Sas programming

642


How long can a macro variable be? A token? : sas-macro

725


what is data governance? : Sas-di

627


what is sas olap server? : Sas-di

695


AE datasets names? how many types?

2080