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 read character value without using substr function in sas ?
How to limit decimal places for variable using proc means?
What does error:1 mean?
If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?
how can u import .csv file in to SAS?tell Syntax?
7 Answers CitiGroup, Franklin Templeton,
what is the effect of the options statement errors=1? : Sas programming
In ARRAY processing, what does the DIM function do?
my problem is to export my report to xsl.i can do that.but the problem is my report has 3 headings first heading should be printed with the merging of (1-5)cells and heading 2 should be of merge(2-4)cells?how to do this condition?
In proc transpose and data step with arrays which one you pick?
0 Answers Accenture, Quintiles,
Describe the ways in which you can create macro variables? : sas-macro
Does anybody has lastest SAS certification dumps,if anybody has please mail me at akshara_SAS@ymail.com Thanks Akshara
What is the difference between where and if statement?