SAS-EM-String-Normalize

<DefineFunction name="SAS-EM-String-Normalize" optype="categorical" dataType="string">
<ParameterField name="FMTWIDTH" optype="continuous"/>
<ParameterField name="AnyCInput" optype="categorical"/>
<Apply function="trimBlanks">
  <Apply function="uppercase">
    <Apply function="substring">
    <FieldRef field="AnyCInput"/>
    <Constant>1</Constant>
    <Constant>FMTWIDTH</Constant>
    </Apply>
  </Apply>
</Apply>
</DefineFunction>
trait Function
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

override def eval(left: Any, right: Any): Any
Definition Classes
override def symbol: String
Definition Classes

Inherited methods

override def apply(parameters: Any*): Any
Definition Classes
Inherited from:
BinaryFunction
Inherited from:
HasExtensions
def hasExtensions: Boolean
Inherited from:
HasExtensions
override def toString: String
Definition Classes
Function -> Any
Inherited from:
Function
def xSymbol: Option[String]
Inherited from:
Function