This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user