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 does proc print, and proc contents are used for?
how does sas handle missing values in assignment statements? : Sas programming
How would you define the end of a macro?
How would you identify a macro variable?
How can sas program be validated?
how do the in= variables improve the capability of a merge? : Sas programming
Explain data step in SAS
where to use sas business intelligence? : Sas-bi
What is SAS?
how are numeric and character missing values represented internally? : Sas programming
explain what is factor analysis? : Sas-administrator
What is run-group processing?
What is the sas data set? : sas-grid-administration
Mention what is the difference between nodupkey and nodup options?
What is the role of sas grid administrator? : sas-grid-administration