how can u import .csv file in to SAS?tell Syntax?
Answer Posted / dupe bassey
You can also use an
ods html file ='c:\user\new.xls';
proc print data=new;
run;
ods html close;
something along those lines
| Is This Answer Correct ? | 1 Yes | 19 No |
Post New Answer View All Answers
Tell me about % include and % eval? : sas-macro
What is the difference between input and infile statement?
What is program data vector (pdv)?
what is change analysis in sas di ? : Sas-di
what type of graphs we will create(for 2+years candidates)?
what are the types of interactive display types? : Sas-bi
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
what is operational data and operational system? : Sas-di
How can you limit the variables written to output dataset in data step?
what is factor analysis? : Sas-administrator
In SAS explain which statement does not perform automatic conversions in comparisons?
Explain substr function?
why is sas data integration studio important? : Sas-di
Enlist the functions performed by sas.
why is sas considered self-documenting? : Sas programming