= SPSS Apply Dictionary = The '''`APPLY DICTIONARY`''' command copies metadata from an external file. <> ---- == Usage == {{{ apply dictionary from="some/other/data.sav". }}} If a variable exists in both the active dataset and the external file, but they are of different [[SPSS/DataTypes|types]], an error is raised. Undefined or empty metadata is not copied. ---- == Data Model == The `APPLY DICTIONARY` command executes immediately. Pending transformations are ''not'' executed and the active dataset is ''not'' read. ---- == See also == [[https://www.gnu.org/software/pspp/manual/html_node/APPLY-DICTIONARY.html|PSPP manual for APPLY DICTIONARY]] ---- CategoryRicottone