<sasads:ODSOutput>

The ODSOutput Custom Tag allows users to submit ODS related commands to the SAS server.

Syntax

<sasads:ODSOutput
   [connection="java.lang.String"]
   [connectionObject="com.sas.rmi.Connection"]
   [display="NONE|LOG|LASTLOG|OUTPUT|LASTOUTPUT"]
   [format="MONOSPACE|SAS"]
   [id="value"]
   [instantiate="true|false"]
   [locale="java.util.Locale"]
   [ref="java.lang.String"]
   [scope="java.lang.String"]>
</sasads:ODSOutput>

Attributes

connection
connectionObject
displaysets the String to specify the display type to be written out.
formatformat string (monospace or SAS).
idCase-sensitive name used to identify the object instance.
instantiate
locale
ref
scope

More Information

To view the documentation for the related InformationBean, see com.sas.sasserver.odsoutput.ODSOutputInterface.

If you need to subclass the tag handler class for the sasads:ODSOutput tag, extend com.sas.taglib.sasserver.odsoutput.ODSOutputTag.