CAS 6


rcc
- Relational

Summary

Determine if field values fall within a numeric range including the lower and upper bound.

Examples

RATE rcc 5 6
(RATE ge 5) and (RATE le 6)

Syntax

NumField rcc LowerBound UpperBound

Left Arguments

Name Data Type Input Type Description Optional Default
NumField Numeric Field, Constant No

Right Arguments

Name Data Type Input Type Description Optional Default
LowerBound Numeric Constant, Field Lower Bound (included in range) No
UpperBound Numeric Constant, Field Upper Bound (included in range) No

Result

Type: Boolean

1=inside the range, 0=outside the range



Build 6.0.624