TBH I hadn't heard of this before you mentioned it. It looks like 508 compatability is per: http://www.hhs.gov/web/508/accessiblefiles/checklistpdf.html SAS only creates software to create PDF files, i.e. compliance in terms of PDF renderers being able to display the file. I don't believe anywhere they say they support specific third party requirements such as this, as virtually every entity will have its own compliance regulations. Much as in the same way that XML is an export option, but they don't (without add ins) automatically create define.xml. Its too specific to build into a general software, although additional components can be added. I would suggest going through that checklist and what has fallen out from your check, and search online for each bit. There will at least be some of it you would need to do manually. One other method I can think of is to generate the outputs from SAS, then use Adobe or something simliar, with a javascript processor to pull the information into the PDF with appropriate setup. Its a bit annoying I know, the problem lies with PDF not being an open source format, now if it was XML or something you could build it by hand pretty easy. Sorry, can't really be much more help.
... View more