The STATUS modifier is used with the PARTTIAL2 routine to compare attributes of two different records for a specified literal value.
Syntax
STATUS=literal_value (literal_value is the value to check)
If using this modifier with the MATCH function in the Expression Builder, use the following syntax:
MATCH("PARTIAL2", attribute1, attribute2, "STATUS=literal_value")
where
- attribute1 is the attribute whose value you want to compare.
- attribute2 is the attribute against which attribute1 is compared.
- literal_value is the value to check.
Score |
Description |
---|---|
100 |
Literal value versus literal value |
90 |
Literal value versus non-literal value |
80 |
Non-literal value versus non-literal value |