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
What sas features do you use to check errors and data validation?
How can you limit the variables written to output dataset in data step?
how do you pull data from equifax?tell me the process?
Describe the function and utility of the most difficult SAS macro that you have written?
What is the basic structure of a sas program?
Difference between nodup and nodupkey options?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
what is the Population you used in your project, is it ITT or PP?
In sas, what are the areas that you are most interested in? : sas-grid-administration
hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana
how to read the variables in sas? : Sas-administrator
name some data transformation used in sas di? : Sas-di
Are you sensitive to code walk-throughs peer review or QC review?
how does sas handle missing values in functions? : Sas programming
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?