Viewer Processing |
<SASREPEAT>
</SASREPEAT>
Any HTML tags or static text that are included in the <SASREPEAT> tag are inserted into the output along with the substitution data, and those tags are repeatedly inserted each time a new entry matches the name/value pair.
The <SASREPEAT> tag is recognized only within the <SASINSERT> tag and is relevant only when it is used with name/value pair substitutions.
<SASINSERT> Available reports include: <ul> <SASREPEAT> <li> $(entry="(type=report)" attribute=description) </SASREPEAT> </ul> </SASINSERT>
An example of the rendered view follows:
<table border="1" cellspacing="0" cellpadding="3"> <SASINSERT> <SASREPEAT> <tr><td>$(entry="(type=report)" attribute=description)</td></tr> </SASREPEAT> </SASINSERT> </table>
An example of the rendered view follows:
President's State of the Union Address | AlpineAirways Annual Report | Sales Quotas for Midwest Territory |
Viewer Processing |