SAS Institute. The Power to Know

SAS(R) 9.2 Publishing Framework: Developer's Guide

Previous Page | Next Page

Viewer Processing

SASINSERT Tag



Marks a section of the viewer file for viewer processing
Syntax
Details
Example

Syntax

<SASINSERT> </SASINSERT>

Details

All viewer processing occurs within the opening <SASINSERT> tag and the closing </SASINSERT> tag. SAS tags and substitution statements are recognized only when they appear within the <SASINSERT> and </SASINSERT> tags.

The data that is inserted into the rendered view comes from a specified package entry. The data that is extracted from the entry can be any of the following:

  • value of a SAS variable

  • description of the entry or package

  • entire entry, which is to be streamed into the HTML file

  • reference to the entry

  • package or nested package abstract


Example

See the Samples Using the SASINSERT and SASTABLE Tags.

Previous Page | Next Page | Top of Page