| UCLA Stat Computing Portal |
Web Tools |
ATS Stat Computing |
These notes show how to download and use the tool sas2htm that ATS has developed to make it easy to convert a SAS program into a web page. These tools assume that you have downloaded and installed SAS Version 8 on your computer.
While we find the sas2htm tool useful for developing pages, we should note that it has some important limitations. For example, it may not work well with macros. It also assumes that you use comments that start with a * and end with a ; on the same line (it does not work well with /* */ comments). It works best when your programs are highly similar to the examples shown in the links below. Within this framework, sas2htm can be useful for quickly converting sample programs into web pages.