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
Describe the function and untility of the most difficult SAS macro that you have written.
How do you define proc in sas? : sas-grid-administration
What Proc glm does?
What are the default statistics that proc means produce?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
how the sas basic syntax style described? : Sas-administrator
Can you execute a macro within a macro? Describe. : sas-macro
What is the general format of function in sas? : sas-grid-administration
what is information maps?
Which function is used to count the number of intervals between two sas dates?
Can you explain the process of calendar?
how do the in= variables improve the capability of a merge? : Sas programming
Explain input and put function?
Mention what is the difference between nodupkey and nodup options?
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?