how can u import .csv file in to SAS?tell Syntax?
Answer Posted / ganesh
by using proc import or through wizard select import data
from file menu and infile statement.
proc import datafile='c:\my .csv' out =gan;
run;
| Is This Answer Correct ? | 7 Yes | 10 No |
Post New Answer View All Answers
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
Explain translate function?
Explain why double trailing @@ is used in input statement?
for report generation which one you used proc report or data_null_?
what is change analysis in sas di ? : Sas-di
How to limit decimal places for the variable using proc means?
How necessary is it to be creative in your work?
What is the role of sas grid administrator? : sas-grid-administration
In ARRAY processing, what does the DIM function do?
What are the data types in sas?
what is treatment emergent events and treatment emregent adverse event
What are the new features included in the new version of SAS Programming Language?
Describe 5 ways to do a “table lookup” in SAS?
what is the difference between unique key and primary key? : Sas-di