<sasads:Submit>

The Submit Custom Tag allows users to submit commands directly to a SAS Server via a remote Connection.

Syntax

<sasads:Submit
   [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:Submit>

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.submit.SubmitInterface.

If you need to subclass the tag handler class for the sasads:Submit tag, extend com.sas.taglib.sasserver.submit.SubmitTag.