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 |
what is transformation in sas data integration? : Sas-di
What other SAS features do you use for error trapping and data validation?
How will you assign all the variables of an dataset into a macro variable separated by a space? For example if a dataset has variables A,B,C. Assign them to a macro variable X as X=A B C
WHAT DIFFERRENCE DID YOU FIND AMONG VERSION 6 8 AND 9 OF SAS.
explain the proc in sas? : Sas-administrator
What are the functions done while Compilation...?
How do dates work in sas?
how does sas handle missing values in procs? : Sas programming
What do you understand by the term Normal Distribution?
how to intersect the tables by using PROC MIXED?
How to convert a numeric variable to a character variable?
what is the use of catalog?