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

Answer Posted / swaroop

proc import datafile="f:\x.csv"
out= x dbms=csv;
run;
proc print;
run;

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell e how how dealt with..

1980


What are the functions which are used for character handling functions?

822


explain the key concept of sas? : Sas-administrator

748


Of all your work, where have you been the most successful?

4412


How would you invoke a macro? : sas-macro

768


what does the run statement do? : Sas programming

773


Define run-group processing?

785


why is a stop statement needed for the point=option on a set statement? : Sas programming

814


Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??

2338


How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?

2583


what are all the reports you generated in your recent project?

1938


Enlist the syntax rules followed in sas statements.

839


What are the applications primarily used by business analyst? : Sas-bi

758


I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com

2470


What is PDV?

919