Categoricals cleanup: New structure 'payload' which reduces the
[pspp] / src / language / data-io / combine-files.c
index 5f82d1512be3a821dd01783f73bdc2049c0f93a6..f306cad6f645c1b10ce408233e78da63fe2d4fe6 100644 (file)
@@ -223,7 +223,7 @@ combine_files (enum comb_command_type command,
         }
       else
         {
-          file->handle = fh_parse (lexer, FH_REF_FILE | FH_REF_SCRATCH);
+          file->handle = fh_parse (lexer, FH_REF_FILE, dataset_session (ds));
           if (file->handle == NULL)
             goto error;
 
@@ -376,7 +376,7 @@ combine_files (enum comb_command_type command,
     {
       if (command == COMB_UPDATE)
         {
-          msg (SE, _("The BY subcommand is required."));
+          lex_sbc_missing ("BY");
           goto error;
         }
       if (n_tables)