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
Tell e how how dealt with..
What are the functions which are used for character handling functions?
explain the key concept of sas? : Sas-administrator
Of all your work, where have you been the most successful?
How would you invoke a macro? : sas-macro
what does the run statement do? : Sas programming
Define run-group processing?
why is a stop statement needed for the point=option on a set statement? : Sas programming
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??
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?
what are all the reports you generated in your recent project?
Enlist the syntax rules followed in sas statements.
What are the applications primarily used by business analyst? : Sas-bi
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
What is PDV?