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 |
proc means? proc sort? proc append? proc freq? proc print? proc content?
what is difference in window SAS & Unix SAS.....how do define working environment in both???
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
what is hierarchy flattening? : Sas-di
what is the Population you used in your project, is it ITT or PP?
0 Answers Accenture, Quintiles,
In sas admin differentiate between roles and capabilities? : sas-grid-administration
Differentiate between sas functions and sas procedures.
Describe a time when you were really stuck on a problem and how you solved it?
How many versions came upto now in SAS?
There is a field containing a date. It needs to be displayed in the format "ddmonyy" if it's before 1975, "dd mon ccyy" if it's after 1985, and as 'Disco Years' if it's between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT
Describe the ways in which you can create macro variables?
Can you execute a macro within a macro? Describe. : sas-macro