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 the key concept of sas? : Sas-administrator

559


what is the use of proc contents and proc print in sas? : Sas-administrator

603


what are the benefits of data integration? : Sas-di

537


what are the best practices to process the large data sets in sas programming? : Sas-administrator

537


what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi

631






describe how to adjust the performance of data integrator? : Sas-di

563


How to limit decimal places for variable using proc means?

587


What is factor analysis?

661


how to debug and test the sas program? : Sas-administrator

572


what is information maps?

1615


what is slowly changing dimension? : Sas-di

624


Explain the use of proc print and proc contents?

557


what are the types of interactive display types? : Sas-bi

654


why is sas considered self-documenting? : Sas programming

679


Compare sas with other data analytics tools.

581