Viewer Processing |
<SASECHO text="text">
The <SASECHO> open tag has no corresponding closing tag.
The <SASECHO> tag aids in the diagnosis of viewer parsing and processing problems by printing a message to the SAS LOG window as the viewer file is processed.
The <SASECHO> tag is recognized only within the <SASINSERT> tags. If the text value contains embedded punctuation and spaces, surround the text with quotation marks.
<SASECHO text="Correctly executed first segment.">
Viewer Processing |