Example 1: Sample: Using the <SASINSERT> and <SASTABLE> Tags to Build a List

The following example uses the <SASINSERT> and <SASTABLE> tags to build a list. The SAS data set that is used is the second entry that is added to the main package. The value of the fileName variable is substituted on each repetition. To see formatted output from <SASINSERT> and <SASTABLE> examples, see Sample Viewer Template.
<p>
<SASINSERT>
<ul>
<SASTABLE ENTRY=2>
<li>$(VARIABLE=fileName)</li>
</SASTABLE>
</ul>
</SASINSERT>