Variable
|
Description
|
---|---|
$SASLIBRARY
|
The name of the library
that contains the input data source. The $SASLIBRARY variable is defined
only if you have a
DataSource element in
the task.
|
$SASTABLE
|
The table name of the
input data source. The $SASTABLE variable is defined only if you have
a
DataSource element in the task.
|
$sasOS
|
The operating system
for the SAS server.
|
$sasVersion
|
The version of the SAS
server.
|
$MathTool
|
The Java object for
the Apache Velocity MathTool. For more information,
see
Floating Point Math.
|
$CTMUtil
|
This tool holds a Java
object that provides common utility methods for the common task models. For more
information, see
Common Utilities for CTM Writers.
|
intValue()
method. For
more information, see the MathTool Reference Documentation at http://velocity.apache.org.
<Options> <Options name="PCT" defaultValue="10" inputType="inputtext">Value used in the equation</Option> </Options> <CodeTemplate> <![CDATA[ #if ($PCT) #set ($OUTCALC = 1 - ($MathRool.toDouble($PCT)/100)) $MathTool.roundTo(2, $OUTCALC) $MathTool.toDouble($PCT).intValue() #end ]]> </CodeTemplate>