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
Describe 5 ways to do a “table lookup” in SAS?
What makes sas stand out to be the best over other data analytics tools?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
What is the difference between using drop = data set option in data statement and set statement?
How to convert a numeric variable to a character variable?
What do you know about symput and symget?
How can you create a macro variable with in data step? : sas-macro
Describe crosslist option in tables statement?
What sas features do you use to check errors and data validation?
How to create a permanent sas data set?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
Explain input and put function?
How to limit decimal places for the variable using proc means?
How do you specify the number of iterations and specific condition within a single do loop?
In ARRAY processing, what does the DIM function do?