SAS Institute. The Power to Know

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

Previous Page | Next Page

Viewer Processing

SASECHO Tag



Stores a text string to send to the SAS Log
Syntax
Details
Examples

Syntax

<SASECHO text="text">

Note:   

The <SASECHO> open tag has no corresponding closing tag.  [cautionend]


Details

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.


Examples

<SASECHO text="Correctly executed first segment.">

Previous Page | Next Page | Top of Page