compare_datasets
Run PROC COMPARE between two datasets to identify whether they are identical or differ in data versus metadata, validating that a rewritten dataset matches the original.
Instructions
Run PROC COMPARE between two data sets and return a structured diff: whether they are identical, whether the difference is in the data or only in metadata (labels, formats, lengths), and the specific kinds of difference found. This is the primary way to validate that a rewrite produces the same result as the original.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | ||
| base | Yes | ||
| compare | Yes | ||
| criterion | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||