OUTPUT subcommand (COMPARE DATASETS command)

You can use the optional OUTPUT command to produce a table that compares dictionary information between the two files and control the display of the case-by-case comparison table.

VARPROPERTIES=NONE | ALL | MEASURE LABEL VALUELABELS COLUMNS MISSING ALIGN ROLE ATTRIBUTES WIDTH. Produces a table that compares the specified data dictionary properties for each variable in the two datasets. The default is NONE.

CASETABLE=YES|NO. Produces a case-by-case comparison table that contains mismatch details. For each case and each variable, the table displays the values that are different in the two files. The default is YES. Use the optional TABLELIMIT keyword to limit the table to the first n cases with mismatches. The default is 100. TABLELIMIT=NONE will display all mismatches.

Example

/OUTPUT
  VARPROPERTIES=MEASURE WIDTH
  CASETABLE=YES TABLELIMIT=500