X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fcombining.texi;h=da0a5ea999d522e2fbf399e42d6ac07e96374472;hb=c98e32316e1d8c6201f6a0035a399a179ee32f0c;hp=ee2934a2b29cc4a1dd5b2512104c2342dce8ffba;hpb=bea8b007855970c07083dbec5b5cc90f33990957;p=pspp diff --git a/doc/combining.texi b/doc/combining.texi index ee2934a2b2..da0a5ea999 100644 --- a/doc/combining.texi +++ b/doc/combining.texi @@ -58,9 +58,11 @@ This section describes the syntactical features in common among the @cmd{ADD FILES}, @cmd{MATCH FILES}, and @cmd{UPDATE} commands. The following sections describe details specific to each command. -Each of these commands reads two or more input files and combines -them. The command's output becomes the new active dataset. The input -files are not changed on disk. +Each of these commands reads two or more input files and combines them. +The command's output becomes the new active dataset. +None of the commands actually change the input files. +Therefore, if you want the changes to become permanent, you must explicitly +save them using an appropriate procedure or transformation (@pxref{System and Portable File IO}). The syntax of each command begins with a specification of the files to be read as input. For each input file, specify FILE with a system @@ -168,6 +170,9 @@ only in files that are not present for the current case are set to the system-missing value for numeric variables or spaces for string variables. +These commands may combine any number of files, limited only by the +machine's memory. + @node ADD FILES @section ADD FILES @vindex ADD FILES