The Output Delivery
System conforms to the U.S. Section 508 guidelines for Web-based content.
If you have specific questions about the accessibility of SAS products,
send them to accessibility@sas.com or call SAS Technical Support.
The following additional
accessibility items are available as programming options:
specifies an abbreviation
for the event variable.
specifies an acronym
for an event variable.
specifies an alternate
description of an event variable.
specifies the caption
for a table.
specifies the long
description of an event variable.
specifies a summary
of a table.
creates the same output
as the default output except all of the colors are black on white.
specifies an abbreviation
for the header.
specifies an acronym
for the header.
specifies an alternate
description of the header.
specifies whether multiple
columns can use the header.
specifies the long
description of the header.
specifies a long description
of a table.
specifies an alternate
description of a table.
The following tagsets and ODS statements are 508 compliant:
opens, manages, or
closes the PHTML destination, which produces simple HTML output that
uses twelve style elements and no class attributes.
For more information
about the ODS PHTML statement, see ODS PHTML Statement.
opens, manages, or
closes the HTMLCSS destination, which produces HTML output with cascading
style sheets.
For more information
about the ODS HTMLCSS statement, see ODS HTMLCSS Statement.
opens, manages, or
closes the HTML destination, which produces HTML 4.0 output that contains
embedded style sheets.
For more information
about the ODS HTML statement, see ODS HTML Statement .
produces HTML code
for output generated by ODS for Microsoft Office products.
For more
information about the MSOFFICE2K tagset, see MSOFFICE2K.
In SAS 9.1 and later
releases, all of the accessibility enhancements have been merged into
the ODS HTML tagsets. No additional steps are required.