- Attach test dataset files that can be used to test the new feature
- Replace the "###" in the issue title with the primary JIRA ticket number for the rule.
- Fill in the following information
Links to related JIRA Tickets
Rule Information
- Standard: ADaMIG
- Rule ID: 17
- Rule Description: Checks characters values do not exceed 200
Describe the problem
The rules specification does not cycle through all char values when Name: <> is not specified/omitted!
all:
- operator: longer_than
value: 200
Also when adding variable_data_type, no effect : datasets with negative cases are skipped. (Absent variables skipped')
all:
- name: variable_data_type
operator: equal_to
value: Char
- operator: longer_than
value: 200
note 'Rule Type: Record Data' used above in both cases
Describe the solution
A clear and concise description of how this problem could be solved.
Proposed rule logic
if name is omitted,
'all:
- operator: longer_than
value: 200
Rule Type: Record Data'
should run through and check variables values when name:value pair is omitted.
When variable_data_type is specified, should restrict check to all variable of that type.
Output variable: by default should list those variable/value pairs failing the criteria
**Screenshots**
If applicable, add screenshots to help explain your problem and solution.

Links to related JIRA Tickets
Rule Information
Describe the problem
The rules specification does not cycle through all char values when Name: <> is not specified/omitted!
all:
value: 200
Also when adding variable_data_type, no effect : datasets with negative cases are skipped. (Absent variables skipped')
all:
operator: equal_to
value: Char
value: 200
note 'Rule Type: Record Data' used above in both cases
Describe the solution
A clear and concise description of how this problem could be solved.
Proposed rule logic
if name is omitted,
'all:
value: 200
Rule Type: Record Data'
should run through and check variables values when name:value pair is omitted.
When variable_data_type is specified, should restrict check to all variable of that type.
Output variable: by default should list those variable/value pairs failing the criteria