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
What are pdv and it functions?
for what purpose would you use the retain statement? : Sas programming
Explain proc univariate?
What is Linear Regression?
how do the in= variables improve the capability of a merge? : Sas programming
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
it will become easy if uuu provide website linkssss and list of consultanciessssss
How would you define the end of a macro? : sas-macro
What is proc sort?
What is the difference between input and infile statement?
explain the key concept of sas? : Sas-administrator
What is a pdv and what are its functions?
Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma
Explain append procedure?
Explain the special input delimiters used in sas programming.