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 |
For what purpose(s) would use the RETURN statement?
What are the functions done while Compilation...?
What function CATX syntax does?
How to convert .xls file into CSV format?
Does anybody has SAS Platform Administration certification dumps. pls send to hariithepalli@gmail.com
what are the sites did u refer for enquiries and doubts for SAS
What do you feel about hardcoding?
i have a data set with 20 observations i want label from 8 to 15 observations ? how you create this one.
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn?t have a value?
Under what circumstances would you code a SELECT construct instead of IF statements?
How could i automate the code in the scenario:Every month one new data set will be created for that perticular month transaction list.Now i would like to update the data in the source table by appending every month data automatically. jan---set jan; feb---set jan feb; mar---set jan mar;
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro