how to import HTML files into SAS datasets?
Answers were Sorted based on User's Feedback
Answer / harinath
html files are converted to flat flies like excel,txt,access
files and import the data in sas enviranment
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / chandrakanth
change the html file to excel file. let us say if the filename is first.html right click on the file and select rename and type first.xls. Now the file becomes excel and you can import wizard or Proc import
Right now I can think of this solution, there may be another easy one.
Let me know if you have any questions
| Is This Answer Correct ? | 0 Yes | 11 No |
how to change the execute of macro
what is function of retain statment
in ods is there any lib's
Name statements that function at both compile and execution time.
How to get top scorer student from a class-table having different sections A,B, C & D? Each section having same number of students.
Can you execute a macro within a macro? Describe. : sas-macro
What is the difference between a PROC step and a DATA step?
Tell me about % include and % eval? : sas-macro
what is the diff. b/w proc means and proc summary?
What is Linear Regression?
Give an example where SAS fails to convert character value to numeric value automatically?
why is sas considered self-documenting? : Sas programming