dc 83641a204f docs(validations): a range rule compares in SAS's own order
A range rule keys both the cell value and its own value into the order SAS uses
for a numeric variable: every missing below every non-missing value, and the
missing values ordered ._ then the regular missing then .A through .Z. So a range
can be written in special missings and mean what SAS means by it - MINVAL .A with
MAXVAL .C accepts .B and rejects .D - and the numeric cases follow from the same
order: a missing fails a numeric MINVAL and passes a numeric MAXVAL, and a number
sits above every missing.

Replaces the "a range rule ignores a missing value" wording, which described the
previous take's behaviour rather than SAS's.
2026-09-23 21:27:57 +00:00
2025-10-01 12:34:20 +01:00
2021-04-30 15:49:04 +03:00
2021-03-20 14:56:16 +01:00
2023-06-30 16:41:08 +01:00
2022-07-15 14:26:54 +01:00
2022-10-14 22:40:27 +01:00
2026-08-10 17:11:53 +01:00
2021-05-12 23:22:35 +03:00
2026-08-10 17:11:53 +01:00
2026-08-10 17:11:53 +01:00
2022-04-21 12:34:29 +00:00
2022-01-17 22:13:36 +01:00
2023-06-30 16:43:12 +01:00
2021-01-05 18:48:13 +00:00

Deploy steps in build.sh

Note that the readme has been renamed to README.txt to prevent github pages from considering it to be the index by default!
S
Description
Data Controller documentation site
https://docs.datacontroller.io
Readme
89 MiB
Languages
HTML 99.4%
Shell 0.6%