feat: regex docs
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m19s

This commit is contained in:
4gl
2026-07-28 12:22:09 +01:00
parent 0590191ff4
commit 9b68c55754
2 changed files with 19 additions and 2 deletions
+2 -2
View File
@@ -20,6 +20,6 @@ A detailed breakdown is available in the [validations](/dcc-validations/) sectio
- 🔑 `BASE_LIB char(8)`: SAS Libref (8 chars)
- 🔑 `BASE_DS char(32)`: The library member name
- 🔑 `BASE_COL char(32)`: The column name
- 🔑 `RULE_TYPE char(32)`: The name of the rule to apply.
- `RULE_VALUE char(128)`: The value of the rule
- 🔑 `RULE_TYPE char(32)`: The name of the rule to apply. Valid values include `CASE`, `NOTNULL`, `MINVAL`, `MAXVAL`, `READONLY`, `HIDDEN`, `ROUND`, `NUMBER_FORMAT`, `HARDREGEX`, `SOFTREGEX`, `HARDSELECT`, `SOFTSELECT`, `HARDSELECT_HOOK` and `SOFTSELECT_HOOK`.
- `RULE_VALUE char(128)`: The value of the rule.
- `RULE_ACTIVE num`: Set to 1 for an active rule, or 0 to disable the rule.