Data Copy and Conversion
Copy
Copy of a numerical value. Allows to rename a variable.
CopyC
Copy of a categorical value.
CopyD
Copy of a date value.
CopyT
Copy of a time value.
CopyTS
Copy of a timestamp value.
CopyTSTZ
Copy of a timestampTZ value.
AsNumerical
Conversion of a categorical value to a numerical value. If the value to be converted is a numerical value, the rule returns the converted value. If the input value is missing or is not a numerical value, the method returns the system missing value.
AsNumericalError
Label of a conversion error when converting a categorical value to a numerical value. This rule allows to analyse the missing or erroneous values of a numerical variable. This can be done by using a categorical type for the numerical variable to analyse, then by creating a derived variable with the current derivation rules. Thus, statistics on missing or erroneous values can easily be collected.
List of conversion errors:
- Unconverted end of string
- Underflow
- Overflow
-inf
- Overflow
+inf
- Conversion
OK
RecodeMissing
Returns the input value if it is different from the missing value and the replace value otherwise.
AsCategorical
Conversion of a numerical value to a categorical value. This allows to process the input numerical values as unordered categorical values, and thus to analyse the variable using a value grouping method rather than a discretization method.