<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 | |
display | sets the String to specify the display type to be written out. |
format | format string (monospace or SAS). |
id | Case-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.