Fixed a buglet in the ERASE command, added a test for it, and some documentation.
[pspp] / doc / pspp.texi
1 \input texinfo @c -*- texinfo -*-
2 @c %**start of header
3 @setfilename pspp.info
4 @settitle PSPP
5 @set TIMESTAMP Time-stamp:  Sat Dec 20 20:25:33 WST 2003 jmd
6 @set EDITION 0.2
7 @set VERSION 0.3
8 @c For double-sided printing, uncomment:
9 @c @setchapternewpage odd
10 @c %**end of header
11
12 @macro cmd{CMDNAME}
13 \CMDNAME\
14 @end macro
15
16 @iftex
17 @finalout
18 @end iftex
19
20 @dircategory Math
21 @direntry
22 * PSPP: (pspp).             Statistical analysis package.
23 @end direntry
24
25 @ifinfo
26 PSPP, for statistical analysis of sampled data, by Ben Pfaff.
27
28 This file documents PSPP, a statistical package for analysis of
29 sampled data that uses a command language compatible with SPSS.
30
31 Copyright (C) 1996-9, 2000 Free Software Foundation, Inc.
32
33 This version of the PSPP documentation is consistent with version 2 of
34 ``texinfo.tex''.
35
36 Permission is granted to make and distribute verbatim copies of this
37 manual provided the copyright notice and this permission notice are
38 preserved on all copies.
39
40 @ignore
41 Permission is granted to process this file through TeX and print the
42 results, provided the printed document carries copying permission notice
43 identical to this one except for the removal of this paragraph (this
44 paragraph not being relevant to the printed manual).
45
46 @end ignore
47 Permission is granted to copy and distribute modified versions of this
48 manual under the conditions for verbatim copying, provided that the
49 entire resulting derived work is distributed under the terms of a
50 permission notice identical to this one.
51
52 Permission is granted to copy and distribute translations of this
53 manual into another language, under the above condition for modified 
54 versions, except that this permission notice may be stated in a 
55 translation approved by the Free Software Foundation.
56 @end ifinfo
57
58 @titlepage
59 @title PSPP
60 @subtitle A System for Statistical Analysis
61 @subtitle Edition @value{EDITION}, for PSPP version @value{VERSION}
62 @author by Ben Pfaff
63
64 @page
65 @vskip 0pt plus 1filll
66
67 PSPP Copyright @copyright{} 1997, 1998 Free Software Foundation, Inc.
68
69 Permission is granted to make and distribute verbatim copies of this
70 manual provided the copyright notice and this permission notice are
71 preserved on all copies.
72
73 Permission is granted to copy and distribute modified versions of this
74 manual under the conditions for verbatim copying, provided that the
75 entire derived work is distributed under the terms of a permission
76 notice identical to this one.
77
78 Permission is granted to copy and distribute translations of this manual
79 into another language, under the above conditions for modified versions,
80 except that this permission notice may be stated in a translation
81 approved by the Foundation.
82 @end titlepage
83
84 @node Top, Introduction, (dir), (dir)
85 @ifinfo
86 @top PSPP
87
88 This file documents the PSPP package for statistical analysis of sampled
89 data.  This is edition @value{EDITION}, for PSPP version
90 @value{VERSION}, last modified at @value{TIMESTAMP}.
91
92 @end ifinfo
93
94 @menu
95 * Introduction::                Description of the package.
96 * License::                     Your rights and obligations.
97 * Credits::                     Acknowledgement of authors.
98
99 * Installation::                How to compile and install PSPP.
100 * Configuration::               Configuring PSPP.
101 * Invocation::                  Starting and running PSPP.
102
103 * Language::                    Basics of the PSPP command language.
104 * Expressions::                 Numeric and string expression syntax.
105
106 * Data Input and Output::       Reading data from user files.
107 * System and Portable Files::   Dealing with system & portable files.
108 * Variable Attributes::         Adjusting and examining variables.
109 * Data Manipulation::           Simple operations on data.
110 * Data Selection::              Select certain cases for analysis.
111 * Conditionals and Looping::    Doing things many times or not at all.
112 * Statistics::                  Basic statistical procedures.
113 * Utilities::                   Other commands.
114 * Not Implemented::             What's not here yet
115
116 * Data File Format::            Format of PSPP system files.
117 * Portable File Format::        Format of PSPP portable files.
118 * q2c Input Format::            Format of syntax accepted by q2c.
119
120 * Bugs::                        Known problems; submitting bug reports.
121
122 * Function Index::              Index of PSPP functions for expressions.
123 * Concept Index::               Index of concepts.
124 * Command Index::               Index of PSPP procedures.
125
126 @end menu
127
128 @node Introduction, License, Top, Top
129 @chapter Introduction
130 @cindex introduction
131
132 @cindex PSPP language
133 @cindex language, PSPP
134 PSPP is a tool for statistical analysis of sampled data.  It reads a
135 syntax file and a data file, analyzes the data, and writes the results
136 to a listing file or to standard output.
137
138 The language accepted by PSPP is similar to those accepted by SPSS
139 statistical products.  The details of PSPP's language are given
140 later in this manual.
141
142 @cindex files, PSPP
143 @cindex output, PSPP
144 @cindex PostScript
145 @cindex graphics
146 @cindex Ghostscript
147 @cindex Free Software Foundation
148 PSPP produces output in two forms: tables and charts.  Both of these can
149 be written in several formats; currently, ASCII, PostScript, and HTML
150 are supported.  In the future, more drivers, such as PCL and X Window
151 System drivers, may be developed.  For now, Ghostscript, available from
152 the Free Software Foundation, may be used to convert PostScript chart
153 output to other formats.
154
155 The current version of PSPP, @value{VERSION}, is woefully incomplete in
156 terms of its statistical procedure support.  PSPP is a work in progress.
157 The author hopes to support fully support all features in the products
158 that PSPP replaces, eventually.  The author welcomes questions,
159 comments, donations, and code submissions.  @xref{Bugs,,Submitting Bug
160 Reports}, for instructions on contacting the author.
161
162 @node License, Credits, Introduction, Top
163 @chapter Your rights and obligations
164 @cindex license
165 @cindex your rights and obligations
166 @cindex rights, your
167 @cindex obligations, your
168
169 @cindex Free Software Foundation
170 @cindex GNU General Public License
171 @cindex General Public License
172 @cindex GPL
173 @cindex distribution
174 @cindex redistribution
175 Most of PSPP is distributed under the GNU General Public
176 License.  The General Public License says, in effect, that you may
177 modify and distribute PSPP as you like, as long as you grant the
178 same rights to others.  It also states that you must provide source code
179 when you distribute PSPP, or, if you obtained PSPP
180 source code from an anonymous ftp site, give out the name of that site.
181
182 The General Public License is given in full in the source distribution
183 as file @file{COPYING}.  In Debian GNU/Linux, this file is also
184 available as file @file{/usr/share/common-licenses/GPL-2}.
185
186 To quote the GPL itself:
187
188 @quotation
189 This program is free software; you can redistribute it and/or modify it
190 under the terms of the GNU General Public License as published by the
191 Free Software Foundation; either version 2 of the License, or (at your
192 option) any later version.
193
194 This program is distributed in the hope that it will be useful, but
195 WITHOUT ANY WARRANTY; without even the implied warranty of
196 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
197 General Public License for more details.
198
199 You should have received a copy of the GNU General Public License along
200 with this program; if not, write to the Free Software Foundation, Inc.,
201 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
202 @end quotation
203
204 @node Credits, Installation, License, Top
205 @chapter Credits
206 @cindex credits
207 @cindex authors
208
209 @cindex Pfaff, Ben
210 Most of PSPP, as well as this manual,
211 was written by Ben Pfaff.  @xref{Contacting the Author}, for
212 instructions on contacting the author.
213
214 @cindex Covington, Michael A.
215 @cindex Van Zandt, James
216 @cindex @file{ftp.cdrom.com}
217 @cindex @file{/pub/algorithms/c/julcal10}
218 @cindex @file{julcal.c}
219 @cindex @file{julcal.h}
220 The PSPP source code incorporates @code{julcal10} originally
221 written by Michael A. Covington and translated into C by Jim Van Zandt.
222 The original package can be found in directory
223 @url{ftp://ftp.cdrom.com/pub/algorithms/c/julcal10}.  The entire
224 contents of that directory constitute the package.  The files actually
225 used in PSPP are @code{julcal.c} and @code{julcal.h}.
226
227 @node Installation, Configuration, Credits, Top
228 @chapter Installing PSPP
229 @cindex installation
230 @cindex PSPP, installing
231
232 @cindex GNU C compiler
233 @cindex gcc
234 @cindex compiler, recommended
235 @cindex compiler, gcc
236 PSPP conforms to the GNU Coding Standards.  PSPP is written in, and
237 requires for proper operation, ANSI/ISO C.  You might want to
238 additionally note the following points:
239
240 @itemize @bullet
241 @item
242 The compiler and linker must allow for significance of several
243 characters in external identifiers.  The exact number is unknown but at
244 least 31 is recommended.
245
246 @item
247 The @code{int} type must be 32 bits or wider.
248
249 @item
250 The recommended compiler is gcc 2.7.2.1 or later, but any ANSI compiler
251 will do if it fits the above criteria.
252 @end itemize
253
254 Many UNIX variants should work out-of-the-box, as PSPP uses GNU
255 autoconf to detect differences between environments.  Please report any
256 problems with compilation of PSPP under UNIX and UNIX-like operating
257 systems---portability is a major concern of the author.
258
259 The pages below give specific instructions for installing PSPP
260 on each type of system mentioned above.
261
262 @menu
263 * UNIX installation::           Installing on UNIX-like environments.
264 @end menu
265
266 @node UNIX installation,  , Installation, Installation
267 @section UNIX installation
268 @cindex UNIX, installing PSPP under
269 @cindex installation, under UNIX
270 @noindent
271 To install PSPP under a UNIX-like operating system, follow the steps
272 below in order.  Some of the text below was taken directly from various
273 Free Software Foundation sources.
274
275 @enumerate
276 @item
277 @code{cd} to the directory containing the PSPP source.
278
279 @cindex configure, GNU
280 @cindex GNU configure
281 @item
282 Type @samp{./configure} to configure for your particular operating
283 system and compiler.  Running @code{configure} takes a while.  While
284 running, it displays some messages telling which features it is checking
285 for.
286
287 You can optionally supply some options to @code{configure} to
288 give it hints about how to do its job.  Type @code{./configure --help}
289 to see a list of options.  One of the most useful options is
290 @samp{--with-checker}, which enables the use of the Checker memory
291 debugger under supported operating systems.  Checker must already be
292 installed to use this option.  Do not use @samp{--with-checker} if you
293 are not debugging PSPP itself.
294
295 @cindex @file{Makefile}
296 @cindex @file{config.h}
297 @cindex @file{pref.h}
298 @cindex makefile
299 @item
300 (optional) Edit @file{Makefile}, @file{config.h}, and @file{pref.h}.
301 These files are produced by @code{configure}.  Note that most PSPP
302 settings can be changed at runtime.
303
304 @file{pref.h} is only generated by @code{configure} if it does not
305 already exist.  (It's copied from @file{prefh.orig}.)
306
307 @cindex compiling
308 @item
309 Type @samp{make} to compile the package.  If there are any errors during
310 compilation, try to fix them.  If modifications are necessary to compile
311 correctly under your configuration, contact the author.
312 @xref{Bugs,,Submitting Bug Reports}, for details.
313
314 @cindex self-tests, running
315 @item
316 Type @samp{make check} to run self-tests on the compiled PSPP package.
317
318 @cindex installation
319 @cindex PSPP, installing
320 @cindex @file{/usr/local/share/pspp/}
321 @cindex @file{/usr/local/bin/}
322 @cindex @file{/usr/local/info/}
323 @cindex documentation, installing
324 @item
325 Become the superuser and type @samp{make install} to install the
326 PSPP binaries, by default in @file{/usr/local/bin/}.  The
327 directory @file{/usr/local/share/pspp/} is created and populated with
328 files needed by PSPP at runtime.  This step will also cause the
329 PSPP documentation to be installed in @file{/usr/local/info/},
330 but only if that directory already exists.
331
332 @item
333 (optional) Type @samp{make clean} to delete the PSPP binaries
334 from the source tree.
335 @end enumerate
336
337 @node Configuration, Invocation, Installation, Top
338 @chapter Configuring PSPP
339 @cindex configuration
340 @cindex PSPP, configuring
341
342 PSPP has dozens of configuration possibilities and hundreds of
343 settings.  This is both a bane and a blessing.  On one hand, it's
344 possible to easily accommodate diverse ranges of setups.  But, on the
345 other, the multitude of possibilities can overwhelm the casual user.
346 Fortunately, the configuration mechanisms are profusely described in the
347 sections below@enddots{}
348
349 @menu
350 * File locations::              How PSPP finds config files.
351 * Configuration techniques::    Many different methods of configuration@enddots{}
352 * Configuration files::         How configuration files are read.
353 * Environment variables::       All about environment variables.
354 * Output devices::              Describing your terminal(s) and printer(s).
355 * PostScript driver class::     Configuration of PostScript devices.
356 * ASCII driver class::          Configuration of character-code devices.
357 * HTML driver class::           Configuration for HTML output.
358 * Miscellaneous configuring::   Even more configuration variables.
359 * Improving output quality::    Hints for producing ever-more-lovely output.
360 @end menu
361
362 @node File locations, Configuration techniques, Configuration, Configuration
363 @section Locating configuration files
364
365 PSPP uses the same method to find most of its configuration files:
366
367 @enumerate
368 @item
369 The @dfn{base name} of the file being sought is determined.
370
371 @item
372 The path to search is determined.  
373
374 @item
375 Each directory in the search path, from left to right, is searched for a
376 file with the name of the base name.  The first occurrence is read
377 as the configuration file.
378 @end enumerate
379
380 The first two steps are elaborated below for the sake of our pedantic
381 friends.
382
383 @enumerate
384 @item
385 A @dfn{base name} is a file name lacking an absolute directory
386 reference.  Some examples of base names are: @file{ps-encodings},
387 @file{devices}, @file{devps/DESC} (under UNIX), @file{devps\DESC} (under
388 M$ environments).
389
390 Determining the base name is a two-step process:
391
392 @enumerate a
393 @item
394 If the appropriate environment variable is defined, the value of that
395 variable is used (@pxref{Environment variables}).  For instance, when
396 searching for the output driver initialization file, the variable
397 examined is @code{STAT_OUTPUT_INIT_FILE}.
398
399 @item
400 Otherwise, the compiled-in default is used.  For example, when searching
401 for the output driver initialization file, the default base name is
402 @file{devices}.
403 @end enumerate
404
405 @strong{Please note:} If a user-specified base name does contain an
406 absolute directory reference, as in a file name like
407 @file{/home/pfaff/fonts/TR}, no path is searched---the file name is used
408 exactly as given---and the algorithm terminates.
409
410 @item
411 The path is the first of the following that is defined:
412
413 @itemize @bullet
414 @item
415 A variable definition for the path given in the user environment.  This
416 is a PSPP-specific environment variable name; for instance,
417 @code{STAT_OUTPUT_INIT_PATH}.
418
419 @item 
420 In some cases, another, less-specific environment variable is checked.
421 For instance, when searching for font files, the PostScript driver first
422 checks for a variable with name @code{STAT_GROFF_FONT_PATH}, then for
423 one with name @code{GROFF_FONT_PATH}.  (However, font searching has its
424 own list of esoteric search rules.)
425
426 @item
427 The configuration file path, which is itself determined by the
428 following rules:
429
430 @enumerate a
431 @item
432 If the command line contains an option of the form @samp{-B @var{path}}
433 or @samp{--config-dir=@var{path}}, then the value given on the
434 rightmost occurrence of such an option is used.
435
436 @item
437 Otherwise, if the environment variable @code{STAT_CONFIG_PATH} is
438 defined, the value of that variable is used.
439
440 @item
441 Otherwise, the compiled-in fallback default is used.  On UNIX machines,
442 the default fallback path is
443
444 @enumerate 1
445 @item
446 @file{~/.pspp}
447
448 @item
449 @file{/usr/local/lib/pspp}
450
451 @item
452 @file{/usr/lib/pspp}
453 @end enumerate
454
455 On DOS machines, the default fallback path is:
456
457 @enumerate 1
458 @item
459 All the paths from the DOS search path in the @samp{PATH} environment
460 variable, in left-to-right order.
461
462 @item
463 @file{C:\PSPP}, as a last resort.
464 @end enumerate
465
466 Note that the installer of PSPP can easily change this default
467 fallback path; thus the above should not be taken as gospel.
468 @end enumerate
469 @end itemize
470 @end enumerate
471
472 As a final note: Under DOS, directories given in paths are delimited by
473 semicolons (@samp{;}); under UNIX, directories are delimited by colons
474 (@samp{:}).  This corresponds with the standard path delimiter under
475 these OSes.
476
477 @node Configuration techniques, Configuration files, File locations, Configuration
478 @section Configuration techniques
479
480 There are many ways that PSPP can be configured.  These are
481 described in the list below.  Values given by earlier items take
482 precedence over those given by later items.
483
484 @enumerate
485 @item
486 Syntax commands that modify settings, such as @cmd{SET}.  @xref{SET}.
487
488 @item
489 Command-line options.  @xref{Invocation}.
490
491 @item
492 PSPP-specific environment variable contents.  @xref{Environment
493 variables}.
494
495 @item
496 General environment variable contents.  @xref{Environment variables}.
497
498 @item
499 Configuration file contents.  @xref{Configuration files}.
500
501 @item
502 Fallback defaults.
503 @end enumerate
504
505 Some of the above may not apply to a particular setting.  For instance,
506 the current pager (such as @samp{more}, @samp{most}, or @samp{less})
507 cannot be determined by configuration file contents because there is no
508 appropriate configuration file.
509
510 @node Configuration files, Environment variables, Configuration techniques, Configuration
511 @section Configuration files
512
513 Most configuration files have a common form:
514
515 @itemize @bullet
516 @item
517 Each line forms a separate command or directive.  This means that lines
518 cannot be broken up, unless they are spliced together with a trailing
519 backslash, as described below.
520
521 @item
522 Before anything else is done, trailing whitespace is removed.
523
524 @item
525 When a line ends in a backslash (@samp{\}), the backslash is removed,
526 and the next line is read and appended to the current line.
527
528 @itemize @minus
529 @item
530 Whitespace preceding the backslash is retained.
531
532 @item
533 This rule continues to be applied until the line read does not end in a
534 backslash.
535
536 @item
537 It is an error if the last line in the file ends in a backslash.
538 @end itemize
539
540 @item
541 Comments are introduced by an octothorpe (@samp{#}), and continue until the
542 end of the line.
543
544 @itemize @minus
545 @item
546 An octothorpe inside balanced pairs of double quotation marks (@samp{"})
547 or single quotation marks (@samp{'}) does not introduce a comment.
548
549 @item
550 The backslash character can be used inside balanced quotes of either
551 type to escape the following character as a literal character.  
552
553 (This is distinct from the use of a backslash as a line-splicing
554 character.)
555
556 @item
557 Line splicing takes place before comment removal.
558 @end itemize
559
560 @item
561 Blank lines, and lines that contain only whitespace, are ignored.
562 @end itemize
563
564 @node Environment variables, Output devices, Configuration files, Configuration
565 @section Environment variables
566
567 You may think the concept of environment variables is a fairly simple
568 one.  However, the author of PSPP has found a way to complicate
569 even something so simple.  Environment variables are further described
570 in the sections below:
571
572 @menu
573 * Variable values::             Values of variables are determined this way.
574 * Environment substitutions::   How environment substitutions are made.
575 * Predefined variables::        A few variables are automatically defined.
576 @end menu
577
578 @node Variable values, Environment substitutions, Environment variables, Environment variables
579 @subsection Values of environment variables
580
581 Values for environment variables are obtained by the following means,
582 which are arranged in order of decreasing precedence:
583
584 @enumerate
585 @item
586 Command-line options.  @xref{Invocation}.
587
588 @item
589 The @file{environment} configuration file---more on this below.
590
591 @item
592 Actual environment variables (defined in the shell or other parent
593 process).
594 @end enumerate
595
596 The @file{environment} configuration file is located through application
597 of the usual algorithm for configuration files (@pxref{File locations}),
598 except that its contents do not affect the search path used to find
599 @file{environment} itself.  Use of @file{environment} is discouraged on
600 systems that allow an arbitrarily large environment; it is supported for
601 use on systems like MS-DOS that limit environment size.
602
603 @file{environment} is composed of lines having the form
604 @samp{@var{key}=@var{value}}, where @var{key} and the equals sign
605 (@samp{=}) are required, and @var{value} is optional.  If @var{value} is
606 given, variable @var{key} is given that value; if @var{value} is absent,
607 variable @var{key} is undefined (deleted).  Variables may not be defined
608 with a null value.
609
610 Environment substitutions are performed on each line in the file
611 (@pxref{Environment substitutions}).
612
613 See @ref{Configuration files}, for more details on formatting of the
614 environment configuration file.
615
616 @quotation
617 @strong{Please note:} Support for @file{environment} is not yet
618 implemented.
619 @end quotation
620
621 @node Environment substitutions, Predefined variables, Variable values, Environment variables
622 @subsection Environment substitutions
623
624 Much of the power of environment variables lies in the way that they may
625 be substituted into configuration files.  Variable substitutions are
626 described below.
627
628 The line is scanned from left to right.  In this scan, all characters
629 other than dollar signs (@samp{$}) are retained unmolested.  Dollar
630 signs, however, introduce an environment variable reference.  References
631 take three forms:
632
633 @table @code
634 @item $@var{var}
635 Replaced by the value of environment variable @var{var}, determined as
636 specified in @ref{Variable values}.  @var{var} must be one of the
637 following:
638
639 @itemize @bullet
640 @item
641 One or more letters.
642
643 @item
644 Exactly one nonalphabetic character.  This may not be a left brace
645 (@samp{@{}).
646 @end itemize
647
648 @item $@{@var{var}@}
649 Same as above, but @var{var} may contain any character (except
650 @samp{@}}).
651
652 @item $$
653 Replaced by a single dollar sign.
654 @end table
655
656 Undefined variables expand to a empty value.
657
658 @node Predefined variables,  , Environment substitutions, Environment variables
659 @subsection Predefined environment variables
660
661 There are two environment variables predefined for use in environment
662 substitutions:
663
664 @table @samp
665 @item VER
666 Defined as the version number of PSPP, as a string, in a format
667 something like @samp{0.9.4}.
668
669 @item ARCH
670 Defined as the host architecture of PSPP, as a string, in standard
671 cpu-manufacturer-OS format.  For instance, Debian GNU/Linux 1.1 on an
672 Intel machine defines this as @samp{i586-unknown-linux}.  This is
673 somewhat dependent on the system used to compile PSPP.
674 @end table
675
676 Nothing prevents these values from being overridden, although it's a
677 good idea not to do so.
678
679 @node Output devices, PostScript driver class, Environment variables, Configuration
680 @section Output devices
681
682 Configuring output devices is the most complicated aspect of configuring
683 PSPP.  The output device configuration file is named
684 @file{devices}.  It is searched for using the usual algorithm for
685 finding configuration files (@pxref{File locations}).  Each line in the
686 file is read in the usual manner for configuration files
687 (@pxref{Configuration files}).
688
689 Lines in @file{devices} are divided into three categories, described
690 briefly in the table below:
691
692 @table @i
693 @item driver category definitions
694 Define a driver in terms of other drivers.
695
696 @item macro definitions
697 Define environment variables local to the the output driver
698 configuration file.
699
700 @item device definitions
701 Describe the configuration of an output device.
702 @end table
703
704 The following sections further elaborate the contents of the
705 @file{devices} file.
706
707 @menu
708 * Driver categories::           How to organize the driver namespace.
709 * Macro definitions::           Environment variables local to @file{devices}.
710 * Device definitions::          Output device descriptions.
711 * Dimensions::                  Lengths, widths, sizes, @enddots{}
712 * papersize::                   Letter, legal, A4, envelope, @enddots{}
713 * Distinguishing line types::   Details on @file{devices} parsing.
714 * Tokenizing lines::            Dividing @file{devices} lines into tokens.
715 @end menu
716
717 @node Driver categories, Macro definitions, Output devices, Output devices
718 @subsection Driver categories
719
720 Drivers can be divided into categories.  Drivers are specified by their
721 names, or by the names of the categories that they are contained in.
722 Only certain drivers are enabled each time PSPP is run; by
723 default, these are the drivers in the category `default'.  To enable a
724 different set of drivers, use the @samp{-o @var{device}} command-line
725 option (@pxref{Invocation}).
726
727 Categories are specified with a line of the form
728 @samp{@var{category}=@var{driver1} @var{driver2} @var{driver3} @var{@dots{}}
729 @var{driver@var{n}}}.  This line specifies that the category
730 @var{category} is composed of drivers named @var{driver1},
731 @var{driver2}, and so on.  There may be any number of drivers in the
732 category, from zero on up.
733
734 Categories may also be specified on the command line
735 (@pxref{Invocation}).
736
737 This is all you need to know about categories.  If you're still curious,
738 read on.
739
740 First of all, the term `categories' is a bit of a misnomer.  In fact,
741 the internal representation is nothing like the hierarchy that the term
742 seems to imply: a linear list is used to keep track of the enabled
743 drivers.
744
745 When PSPP first begins reading @file{devices}, this list contains
746 the name of any drivers or categories specified on the command line, or
747 the single item `default' if none were specified.
748
749 Each time a category definition is specified, the list is searched for
750 an item with the value of @var{category}.  If a matching item is found,
751 it is deleted.  If there was a match, the list of drivers (@var{driver1}
752 through @var{driver@var{n}}) is then appended to the list.
753
754 Each time a driver definition line is encountered, the list is searched.
755 If the list contains an item with that driver's name, the driver is
756 enabled and the item is deleted from the list.  Otherwise, the driver
757 is not enabled.
758
759 It is an error if the list is not empty when the end of @file{devices}
760 is reached.
761
762 @node Macro definitions, Device definitions, Driver categories, Output devices
763 @subsection Macro definitions
764
765 Macro definitions take the form @samp{define @var{macroname}
766 @var{definition}}.  In such a macro definition, the environment variable
767 @var{macroname} is defined to expand to the value @var{definition}.
768 Before the definition is made, however, any macros used in
769 @var{definition} are expanded.
770
771 Please note the following nuances of macro usage:
772
773 @itemize @bullet
774 @item
775 For the purposes of this section, @dfn{macro} and @dfn{environment
776 variable} are synonyms.
777
778 @item
779 Macros may not take arguments.
780
781 @item
782 Macros may not recurse.
783
784 @item
785 Macros are just environment variable definitions like other environment
786 variable definitions, with the exception that they are limited in scope
787 to the @file{devices} configuration file.
788
789 @item
790 Macros override other all environment variables of the same name (within
791 the scope of @file{devices}).
792
793 @item
794 Earlier macro definitions for a particular @var{key} override later
795 ones.  In particular, macro definitions on the command line override
796 those in the device definition file.  @xref{Non-option Arguments}.
797
798 @item
799 There are two predefined macros, whose values are determined at runtime:
800
801 @table @samp
802 @item viewwidth
803 Defined as the width of the console screen, in columns of text.
804
805 @item viewlength
806 Defined as the length of the console screen, in lines of text.
807 @end table
808 @end itemize
809
810 @node Device definitions, Dimensions, Macro definitions, Output devices
811 @subsection Driver definitions
812
813 Driver definitions are the ultimate purpose of the @file{devices}
814 configuration file.  These are where the real action is.  Driver
815 definitions tell PSPP where it should send its output.
816
817 Each driver definition line is divided into four fields.  These fields
818 are delimited by colons (@samp{:}).  Each line is subjected to
819 environment variable interpolation before it is processed further
820 (@pxref{Environment substitutions}).  From left to right, the four
821 fields are, in brief:
822
823 @table @i
824 @item driver name
825 A unique identifier, used to determine whether to enable the driver.
826
827 @item class name
828 One of the predefined driver classes supported by PSPP.  The
829 currently supported driver classes include `postscript' and `ascii'.
830
831 @item device type(s)
832 Zero or more of the following keywords, delimited by spaces:
833
834 @table @code
835 @item screen
836
837 Indicates that the device is a screen display.  This may reduce the
838 amount of buffering done by the driver, to make interactive use more
839 convenient.
840
841 @item printer
842
843 Indicates that the device is a printer.
844
845 @item listing
846
847 Indicates that the device is a listing file.
848 @end table
849
850 These options are just hints to PSPP and do not cause the output to be
851 directed to the screen, or to the printer, or to a listing file---those
852 must be set elsewhere in the options.  They are used primarily to decide
853 which devices should be enabled at any given time.  @xref{SET}, for more
854 information.
855
856 @item options
857 An optional set of options to pass to the driver itself.  The exact
858 format for the options varies among drivers.
859 @end table
860
861 The driver is enabled if:
862
863 @enumerate
864 @item
865 Its driver name is specified on the command line, or
866
867 @item
868 It's in a category specified on the command line, or
869
870 @item
871 If no categories or driver names are specified on the command line, it
872 is in category @code{default}.
873 @end enumerate
874
875 For more information on driver names, see @ref{Driver categories}.
876
877 The class name must be one of those supported by PSPP.  The
878 classes supported depend on the options with which PSPP was
879 compiled.  See later sections in this chapter for descriptions of the
880 available driver classes.
881
882 Options are dependent on the driver.  See the driver descriptions for
883 details.
884
885 @node Dimensions, papersize, Device definitions, Output devices
886 @subsection Dimensions
887
888 Quite often in configuration it is necessary to specify a length or a
889 size.  PSPP uses a common syntax for all such, calling them
890 collectively by the name @dfn{dimensions}.
891
892 @itemize @bullet
893 @item
894 You can specify dimensions in decimal form (@samp{12.5}) or as
895 fractions, either as mixed numbers (@samp{12-1/2}) or raw fractions
896 (@samp{25/2}).
897
898 @item 
899 A number of different units are available.  These are suffixed to the
900 numeric part of the dimension.  There must be no spaces between the
901 number and the unit.  The available units are identical to those offered
902 by the popular typesetting system @TeX{}:
903
904 @table @code
905 @item in
906 inch (1 @code{in} = 2.54 @code{cm})
907
908 @item "
909 inch (1 @code{in} = 2.54 @code{cm})
910
911 @item pt
912 printer's point (1 @code{in} = 72.27 @code{pt})
913
914 @item pc
915 pica (12 @code{pt} = 1 @code{pc})
916
917 @item bp
918 PostScript point (1 @code{in} = 72 @code{bp})
919
920 @item cm
921 centimeter
922
923 @item mm
924 millimeter (10 @code{mm} = 1 @code{cm})
925
926 @item dd
927 didot point (1157 @code{dd} = 1238 @code{pt})
928
929 @item cc
930 cicero (1 @code{cc} = 12 @code{dd})
931
932 @item sp
933 scaled point (65536 @code{sp} = 1 @code{pt})
934 @end table
935
936 @item
937 If no explicit unit is given, PSPP attempts to guess the best unit:
938
939 @itemize @minus
940 @item
941 Numbers less than 50 are assumed to be in inches.
942
943 @item
944 Numbers 50 or greater are assumed to be in millimeters.
945 @end itemize
946 @end itemize
947
948 @node papersize, Distinguishing line types, Dimensions, Output devices
949 @subsection Paper sizes
950
951 Output drivers usually deal with some sort of hardcopy media.  This
952 media is called @dfn{paper} by the drivers, though in reality it could
953 be a transparency or film or thinly veiled sarcasm.  To make it easier
954 for you to deal with paper, PSPP allows you to have (of course!) a
955 configuration file that gives symbolic names, like ``letter'' or
956 ``legal'' or ``a4'', to paper sizes, rather than forcing you to use
957 cryptic numbers like ``8-1/2 x 11'' or ``210 by 297''.  Surprisingly
958 enough, this configuration file is named @file{papersize}.
959 @xref{Configuration files}.
960
961 When PSPP tries to connect a symbolic paper name to a paper size, it
962 reads and parses each non-comment line in the file, in order.  The first
963 field on each line must be a symbolic paper name in double quotes.
964 Paper names may not contain double quotes.  Paper names are not
965 case-sensitive: @samp{legal} and @samp{Legal} are equivalent.
966
967 If a match is found for the paper name, the rest of the line is parsed.
968 If it is found to be a pair of dimensions (@pxref{Dimensions}) separated
969 by either @samp{x} or @samp{by}, then those are taken to be the paper
970 size, in order of width followed by length.  There @emph{must} be at
971 least one space on each side of @samp{x} or @samp{by}.
972
973 Otherwise the line must be of the form
974 @samp{"@var{paper-1}"="@var{paper-2}"}.  In this case the target of the
975 search becomes paper name @var{paper-2} and the search through the file
976 continues.
977
978 @node Distinguishing line types, Tokenizing lines, papersize, Output devices
979 @subsection How lines are divided into types
980
981 The lines in @file{devices} are distinguished in the following manner:
982
983 @enumerate
984 @item
985 Leading whitespace is removed.
986
987 @item
988 If the resulting line begins with the exact string @code{define},
989 followed by one or more whitespace characters, the line is processed as
990 a macro definition.
991
992 @item
993 Otherwise, the line is scanned for the first instance of a colon
994 (@samp{:}) or an equals sign (@samp{=}).
995
996 @item
997 If a colon is encountered first, the line is processed as a driver
998 definition.
999
1000 @item
1001 Otherwise, if an equals sign is encountered, the line is processed as a
1002 macro definition.
1003
1004 @item
1005 Otherwise, the line is ill-formed.
1006 @end enumerate
1007
1008 @node Tokenizing lines,  , Distinguishing line types, Output devices
1009 @subsection How lines are divided into tokens
1010
1011 Each driver definition line is run through a simple tokenizer.  This
1012 tokenizer recognizes two basic types of tokens.
1013
1014 The first type is an equals sign (@samp{=}).  Equals signs are both
1015 delimiters between tokens and tokens in themselves.
1016
1017 The second type is an identifier or string token.  Identifiers and
1018 strings are equivalent after tokenization, though they are written
1019 differently.  An identifier is any string of characters other than
1020 whitespace or equals sign.
1021
1022 A string is introduced by a single- or double-quote character (@samp{'}
1023 or @samp{"}) and, in general, continues until the next occurrence of
1024 that same character.  The following standard C escapes can also be
1025 embedded within strings:
1026
1027 @table @code
1028 @item \'
1029 A single-quote (@samp{'}).
1030
1031 @item \"
1032 A double-quote (@samp{"}).
1033
1034 @item \?
1035 A question mark (@samp{?}).  Included for hysterical raisins.
1036
1037 @item \\
1038 A backslash (@samp{\}).
1039
1040 @item \a
1041 Audio bell (ASCII 7).
1042
1043 @item \b
1044 Backspace (ASCII 8).
1045
1046 @item \f
1047 Formfeed (ASCII 12).
1048
1049 @item \n
1050 Newline (ASCII 10)
1051
1052 @item \r
1053 Carriage return (ASCII 13).
1054
1055 @item \t
1056 Tab (ASCII 9).
1057
1058 @item \v
1059 Vertical tab (ASCII 11).
1060
1061 @item \@var{o}@var{o}@var{o}
1062 Each @samp{o} must be an octal digit.  The character is the one having
1063 the octal value specified.  Any number of octal digits is read and
1064 interpreted; only the lower 8 bits are used.
1065
1066 @item \x@var{h}@var{h}
1067 Each @samp{h} must be a hex digit.  The character is the one having the
1068 hexadecimal value specified.  Any number of hex digits is read and
1069 interpreted; only the lower 8 bits are used.
1070 @end table
1071
1072 Tokens, outside of quoted strings, are delimited by whitespace or equals
1073 signs.
1074
1075 @node PostScript driver class, ASCII driver class, Output devices, Configuration
1076 @section The PostScript driver class
1077
1078 The @code{postscript} driver class is used to produce output that is
1079 acceptable to PostScript printers and to PC-based PostScript
1080 interpreters such as Ghostscript.  Continuing a long tradition,
1081 PSPP's PostScript driver is configurable to the point of
1082 absurdity.
1083
1084 There are actually two PostScript drivers.  The first one,
1085 @samp{postscript}, produces ordinary DSC-compliant PostScript output.
1086 The second one @samp{epsf}, produces an Encapsulated PostScript file.
1087 The two drivers are otherwise identical in configuration and in
1088 operation.
1089
1090 The PostScript driver is described in further detail below.
1091
1092 @menu
1093 * PS output options::           Output file options.
1094 * PS page options::             Paper, margins, scaling & rotation, more!
1095 * PS file options::             Configuration files.
1096 * PS font options::             Default fonts, font options.
1097 * PS line options::             Line widths, options.
1098 * Prologue::                    Details on the PostScript prologue.
1099 * Encodings::                   Details on PostScript font encodings.
1100 @end menu
1101
1102 @node PS output options, PS page options, PostScript driver class, PostScript driver class
1103 @subsection PostScript output options
1104
1105 These options deal with the form of the output and the output file
1106 itself:
1107
1108 @table @code
1109 @item output-file=@var{filename}
1110
1111 File to which output should be sent.  This can be an ordinary filename
1112 (i.e., @code{"pspp.ps"}), a pipe filename (i.e., @code{"|lpr"}), or
1113 stdout (@code{"-"}).  Default: @code{"pspp.ps"}.
1114
1115 @item color=@var{boolean}
1116
1117 Most of the time black-and-white PostScript devices are smart enough to
1118 map colors to shades themselves.  However, you can cause the PSPP
1119 output driver to do an ugly simulation of this in its own driver by
1120 turning @code{color} off.  Default: @code{on}.
1121
1122 This is a boolean setting, as are many settings in the PostScript
1123 driver.  Valid positive boolean values are @samp{on}, @samp{true},
1124 @samp{yes}, and nonzero integers.  Negative boolean values are
1125 @samp{off}, @samp{false}, @samp{no}, and zero.
1126
1127 @item data=@var{data-type}
1128
1129 One of @code{clean7bit}, @code{clean8bit}, or @code{binary}.  This
1130 controls what characters will be written to the output file.  PostScript
1131 produced with @code{clean7bit} can be transmitted over 7-bit
1132 transmission channels that use ASCII control characters for line
1133 control.  @code{clean8bit} is similar but allows characters above 127 to
1134 be written to the output file.  @code{binary} allows any character in
1135 the output file.  Default: @code{clean7bit}.
1136
1137 @item line-ends=@var{line-end-type}
1138
1139 One of @code{cr}, @code{lf}, or @code{crlf}.  This controls what is used
1140 for newline in the output file.  Default: @code{cr}.
1141
1142 @item optimize-line-size=@var{level}
1143
1144 Either @code{0} or @code{1}.  If @var{level} is @code{1}, then short
1145 line segments will be collected and merged into longer ones.  This
1146 reduces output file size but requires more time and memory.  A
1147 @var{level} of @code{0} has the advantage of being better for
1148 interactive environments.  @code{1} is the default unless the
1149 @code{screen} flag is set; in that case, the default is @code{0}.
1150
1151 @item optimize-text-size=@var{level}
1152
1153 One of @code{0}, @code{1}, or @code{2}, each higher level representing
1154 correspondingly more aggressive space savings for text in the output
1155 file and requiring correspondingly more time and memory.  Unfortunately
1156 the levels presently are all the same.  @code{1} is the default unless
1157 the @code{screen} flag is set; in that case, the default is @code{0}.
1158 @end table
1159
1160 @node PS page options, PS file options, PS output options, PostScript driver class
1161 @subsection PostScript page options
1162
1163 These options affect page setup:
1164
1165 @table @code
1166 @item headers=@var{boolean}
1167
1168 Controls whether the standard headers showing the time and date and
1169 title and subtitle are printed at the top of each page.  Default:
1170 @code{on}.
1171
1172 @item paper-size=@var{paper-size}
1173
1174 Paper size, either as a symbolic name (i.e., @code{letter} or @code{a4})
1175 or specific measurements (i.e., @code{8-1/2x11} or @code{"210 x 297"}.
1176 @xref{papersize, , Paper sizes}.  Default: @code{letter}.
1177
1178 @item orientation=@var{orientation}
1179
1180 Either @code{portrait} or @code{landscape}.  Default: @code{portrait}.
1181
1182 @item left-margin=@var{dimension}
1183 @itemx right-margin=@var{dimension}
1184 @itemx top-margin=@var{dimension}
1185 @itemx bottom-margin=@var{dimension}
1186
1187 Sets the margins around the page.  The headers, if enabled, are not
1188 included in the margins; they are in addition to the margins.  For a
1189 description of dimensions, see @ref{Dimensions}.  Default: @code{0.5in}.
1190
1191 @end table
1192
1193 @node PS file options, PS font options, PS page options, PostScript driver class
1194 @subsection PostScript file options
1195
1196 Oh, my.  You don't really want to know about the way that the PostScript
1197 driver deals with files, do you?  Well I suppose you're entitled, but I
1198 warn you right now: it's not pretty.  Here goes@enddots{}
1199
1200 First let's look at the options that are available:
1201
1202 @table @code
1203
1204 @item font-dir=@var{font-directory}
1205
1206 Sets the font directory.  Default: @code{devps}.
1207
1208 @item prologue-file=@var{prologue-file-name}
1209
1210 Sets the name of the PostScript prologue file.  You can write your own
1211 prologue, though I have no idea why you'd want to: see @ref{Prologue}.
1212 Default: @code{ps-prologue}.
1213
1214 @item device-file=@var{device-file-name}
1215
1216 Sets the name of the Groff-format device description file.  The
1217 PostScript driver reads this to know about the scaling of fonts
1218 and so on.  The format of such files is described in groff_font(5),
1219 included with Groff.  Default: @code{DESC}.
1220
1221 @item encoding-file=@var{encoding-file-name}
1222
1223 Sets the name of the encoding file.  This file contains a list of all
1224 font encodings that will be needed so that the driver can put all of
1225 them at the top of the prologue.  @xref{Encodings}.  Default:
1226 @code{ps-encodings}.
1227
1228 If the specified encoding file cannot be found, this error will be
1229 silently ignored, since most people do not need any encodings besides
1230 the ones that can be found using @code{auto-encodings}, described below.
1231
1232 @item auto-encode=@var{boolean}
1233
1234 When enabled, the font encodings needed by the default proportional- and
1235 fixed-pitch fonts will automatically be dumped to the PostScript
1236 output.  Otherwise, it is assumed that the user has an encoding file
1237 and knows how to use it (@pxref{Encodings}).  There is probably no good
1238 reason to turn off this convenient feature.  Default: @code{on}.
1239
1240 @end table
1241
1242 Next I suppose it's time to describe the search algorithm.  When the
1243 PostScript driver needs a file, whether that file be a font, a
1244 PostScript prologue, or what you will, it searches in this manner:
1245
1246 @enumerate
1247
1248 @item
1249 Constructs a path by taking the first of the following that is defined:
1250
1251 @enumerate a
1252
1253 @item
1254 Environment variable @code{STAT_GROFF_FONT_PATH}.  @xref{Environment
1255 variables}.
1256
1257 @item
1258 Environment variable @code{GROFF_FONT_PATH}.
1259
1260 @item
1261 The compiled-in fallback default.
1262 @end enumerate
1263
1264 @item
1265 Constructs a base name from concatenating, in order, the font directory,
1266 a path separator (@samp{/} or @samp{\}), and the file to be found.  A
1267 typical base name would be something like @code{devps/ps-encodings}.
1268
1269 @item
1270 Searches for the base name in the path constructed above.  If the file
1271 is found, the algorithm terminates.
1272
1273 @item
1274 Searches for the base name in the standard configuration path.  See
1275 @ref{File locations}, for more details.  If the file is found, the
1276 algorithm terminates.
1277
1278 @item
1279 At this point we remove the font directory and path separator from the
1280 base name.  Now the base name is simply the file to be found, i.e.,
1281 @code{ps-encodings}.
1282
1283 @item
1284 Searches for the base name in the path constructed in the first step.
1285 If the file is found, the algorithm terminates.
1286
1287 @item
1288 Searches for the base name in the standard configuration path.  If the
1289 file is found, the algorithm terminates.
1290
1291 @item
1292 The algorithm terminates unsuccessfully.
1293 @end enumerate
1294
1295 So, as you see, there are several ways to configure the PostScript
1296 drivers.  Careful selection of techniques can make the configuration
1297 very flexible indeed.
1298
1299 @node PS font options, PS line options, PS file options, PostScript driver class
1300 @subsection PostScript font options
1301
1302 The list of available font options is short and sweet:
1303
1304 @table @code
1305 @item prop-font=@var{font-name}
1306
1307 Sets the default proportional font.  The name should be that of a
1308 PostScript font.  Default: @code{"Helvetica"}.
1309
1310 @item fixed-font=@var{font-name}
1311
1312 Sets the default fixed-pitch font.  The name should be that of a
1313 PostScript font.  Default: @code{"Courier"}.
1314
1315 @item font-size=@var{font-size}
1316
1317 Sets the size of the default fonts, in thousandths of a point.  Default:
1318 @code{10000}.
1319
1320 @end table
1321
1322 @node PS line options, Prologue, PS font options, PostScript driver class
1323 @subsection PostScript line options
1324
1325 Most tables contain lines, or rules, between cells.  Some features of
1326 the way that lines are drawn in PostScript tables are user-definable:
1327
1328 @table @code
1329
1330 @item line-style=@var{style}
1331
1332 Sets the style used for lines used to divide tables into sections.
1333 @var{style} must be either @code{thick}, in which case thick lines are
1334 used, or @var{double}, in which case double lines are used.  Default:
1335 @code{thick}.
1336
1337 @item line-gutter=@var{dimension}
1338
1339 Sets the line gutter, which is the amount of whitespace on either side
1340 of lines that border text or graphics objects.  @xref{Dimensions}.
1341 Default: @code{0.5pt}.
1342
1343 @item line-spacing=@var{dimension}
1344
1345 Sets the line spacing, which is the amount of whitespace that separates
1346 lines that are side by side, as in a double line.  Default:
1347 @code{0.5pt}.
1348
1349 @item line-width=@var{dimension}
1350
1351 Sets the width of a typical line used in tables.  Default: @code{0.5pt}.
1352
1353 @item line-width-thick=@var{dimension}
1354
1355 Sets the width of a thick line used in tables.  Not used if
1356 @code{line-style} is set to @code{thick}.  Default: @code{1.5pt}.
1357
1358 @end table
1359
1360 @node Prologue, Encodings, PS line options, PostScript driver class
1361 @subsection The PostScript prologue
1362
1363 Most PostScript files that are generated mechanically by programs
1364 consist of two parts: a prologue and a body.  The prologue is generally
1365 a collection of boilerplate.  Only the body differs greatly between
1366 two outputs from the same program.
1367  
1368 This is also the strategy used in the PSPP PostScript driver.  In
1369 general, the prologue supplied with PSPP will be more than sufficient.
1370 In this case, you will not need to read the rest of this section.
1371 However, hackers might want to know more.  Read on, if you fall into
1372 this category.
1373
1374 The prologue is dumped into the output stream essentially unmodified.
1375 However, two actions are performed on its lines.  First, certain lines
1376 may be omitted as specified in the prologue file itself.  Second,
1377 variables are substituted.
1378
1379 The following lines are omitted:
1380
1381 @enumerate
1382 @item
1383 All lines that contain three bangs in a row (@code{!!!}).
1384
1385 @item
1386 Lines that contain @code{!eps}, if the PostScript driver is producing
1387 ordinary PostScript output.  Otherwise an EPS file is being produced,
1388 and the line is included in the output, although everything following
1389 @code{!eps} is deleted.
1390
1391 @item
1392 Lines that contain @code{!ps}, if the PostScript driver is producing EPS
1393 output.  Otherwise, ordinary PostScript is being produced, and the line
1394 is included in the output, although everything following @code{!ps} is
1395 deleted.
1396 @end enumerate
1397
1398 The following are the variables that are substituted.  Only the
1399 variables listed are substituted; environment variables are not.
1400 @xref{Environment substitutions}.
1401
1402 @table @code
1403 @item bounding-box
1404
1405 The page bounding box, in points, as four space-separated numbers.  For
1406 U.S. letter size paper, this is @samp{0 0 612 792}.
1407
1408 @item creator
1409
1410 PSPP version as a string: @samp{GNU PSPP 0.1b}, for example.
1411
1412 @item date
1413
1414 Date the file was created.  Example: @samp{Tue May 21 13:46:22 1991}.
1415
1416 @item data
1417
1418 Value of the @code{data} PostScript driver option, as one of the strings
1419 @samp{Clean7Bit}, @samp{Clean8Bit}, or @samp{Binary}.
1420
1421 @item orientation
1422
1423 Page orientation, as one of the strings @code{Portrait} or
1424 @code{Landscape}.
1425
1426 @item user
1427
1428 Under multiuser OSes, the user's login name, taken either from the
1429 environment variable @code{LOGNAME} or, if that fails, the result of the
1430 C library function @code{getlogin()}.  Defaults to @samp{nobody}.
1431
1432 @item host
1433
1434 System hostname as reported by @code{gethostname()}.  Defaults to
1435 @samp{nowhere}.
1436
1437 @item prop-font
1438
1439 Name of the default proportional font, prefixed by the word
1440 @samp{font} and a space.  Example: @samp{font Times-Roman}.
1441
1442 @item fixed-font
1443
1444 Name of the default fixed-pitch font, prefixed by the word @samp{font}
1445 and a space.
1446
1447 @item scale-factor
1448
1449 The page scaling factor as a floating-point number.  Example:
1450 @code{1.0}.  Note that this is also passed as an argument to the BP
1451 macro.
1452
1453 @item paper-length
1454 @item paper-width
1455
1456 The paper length and paper width, respectively, in thousandths of a
1457 point.  Note that these are also passed as arguments to the BP macro.
1458
1459 @item left-margin
1460 @item top-margin
1461
1462 The left margin and top margin, respectively, in thousandths of a
1463 point.  Note that these are also passed as arguments to the BP macro.
1464
1465 @item title
1466
1467 Document title as a string.  This is not the title specified in the
1468 PSPP syntax file.  A typical title is the word @samp{PSPP} followed
1469 by the syntax file name in parentheses.  Example: @samp{PSPP
1470 (<stdin>)}.
1471
1472 @item source-file
1473
1474 PSPP syntax file name.  Example: @samp{mary96/first.stat}.
1475
1476 @end table
1477
1478 Any other questions about the PostScript prologue can best be answered
1479 by examining the default prologue or the PSPP source.
1480
1481 @node Encodings,  , Prologue, PostScript driver class
1482 @subsection PostScript encodings
1483
1484 PostScript fonts often contain many more than 256 characters, in order
1485 to accommodate foreign language characters and special symbols.
1486 PostScript uses @dfn{encodings} to map these onto single-byte symbol
1487 sets.  Each font can have many different encodings applied to it.
1488
1489 PSPP's PostScript driver needs to know which encoding to apply to each
1490 font.  It can determine this from the information encapsulated in the
1491 Groff font description that it reads.  However, there is an additional
1492 problem---for efficiency, the PostScript driver needs to have a complete
1493 list of all encodings that will be used in the entire session @emph{when
1494 it opens the output file}.  For this reason, it can't use the
1495 information built into the fonts because it doesn't know which fonts
1496 will be used.
1497
1498 As a stopgap solution, there are two mechanisms for specifying which
1499 encodings will be used.  The first mechanism is automatic and it is the
1500 only one that most PSPP users will ever need.  The second mechanism is
1501 manual, but it is more flexible.  Either mechanism or both may be used
1502 at one time.
1503
1504 The first mechanism is activated by the @samp{auto-encode} driver option
1505 (@pxref{PS file options}).  When enabled, @samp{auto-encode} causes the
1506 PostScript driver to include the encodings used by the default
1507 proportional and fixed-pitch fonts (@pxref{PS font options}).  Many
1508 PSPP output files will only need these encodings.
1509
1510 The second mechanism is the file specified by the @samp{encoding-file}
1511 option (@pxref{PS file options}).  If it exists, this file must consist
1512 of lines in PSPP configuration-file format (@pxref{Configuration
1513 files}).  Each line that is not a comment should name a PostScript
1514 encoding to include in the output.
1515
1516 It is not an error if an encoding is included more than once, by either
1517 mechanism.  It will appear only once in the output.  It is also not an
1518 error if an encoding is included in the output but never used.  It
1519 @emph{is} an error if an encoding is used but not included by one of
1520 these mechanisms.  In this case, the built-in PostScript encoding
1521 @samp{ISOLatin1Encoding} is substituted.
1522
1523 @node ASCII driver class, HTML driver class, PostScript driver class, Configuration
1524 @section The ASCII driver class
1525
1526 The ASCII driver class produces output that can be displayed on a
1527 terminal or output to printers.  All of its options are highly
1528 configurable.  The ASCII driver has class name @samp{ascii}.
1529
1530 The ASCII driver is described in further detail below.
1531
1532 @menu
1533 * ASCII output options::        Output file options.
1534 * ASCII page options::          Page size, margins, more.
1535 * ASCII font options::          Box character, bold & italics.
1536 @end menu
1537
1538 @node ASCII output options, ASCII page options, ASCII driver class, ASCII driver class
1539 @subsection ASCII output options
1540
1541 @table @code
1542 @item output-file=@var{filename}
1543
1544 File to which output should be sent.  This can be an ordinary filename
1545 (e.g., @code{"pspp.txt"}), a pipe filename (e.g., @code{"|lpr"}), or
1546 stdout (@code{"-"}).  Default: @code{"pspp.list"}.
1547
1548 @item char-set=@var{char-set-type}
1549
1550 One of @samp{ascii} or @samp{latin1}.  This has no effect on output at
1551 the present time.  Default: @code{ascii}.
1552
1553 @item form-feed-string=@var{form-feed-value}
1554
1555 The string written to the output to cause a formfeed.  See also
1556 @code{paginate}, described below, for a related setting.  Default:
1557 @code{"\f"}.
1558
1559 @item newline-string=@var{newline-value}
1560
1561 The string written to the output to cause a newline (carriage return
1562 plus linefeed).  The default, which can be specified explicitly with
1563 @code{newline-string=default}, is to use the system-dependent newline
1564 sequence by opening the output file in text mode.  This is usually the
1565 right choice.
1566
1567 However, @code{newline-string} can be set to any string.  When this is
1568 done, the output file is opened in binary mode.
1569
1570 @item paginate=@var{boolean}
1571
1572 If set, a formfeed (as set in @code{form-feed-string}, described above)
1573 will be written to the device after every page.  Default: @code{on}.
1574
1575 @item tab-width=@var{tab-width-value}
1576
1577 The distance between tab stops for this device.  If set to 0, tabs will
1578 not be used in the output.  Default: @code{8}.
1579
1580 @item init=@var{initialization-string}.
1581
1582 String written to the device before anything else, at the beginning of
1583 the output.  Default: @code{""} (the empty string).
1584
1585 @item done=@var{finalization-string}.
1586
1587 String written to the device after everything else, at the end of the
1588 output.  Default: @code{""} (the empty string).
1589 @end table
1590
1591 @node ASCII page options, ASCII font options, ASCII output options, ASCII driver class
1592 @subsection ASCII page options
1593
1594 These options affect page setup:
1595
1596 @table @code
1597 @item headers=@var{boolean}
1598
1599 If enabled, two lines of header information giving title and subtitle,
1600 page number, date and time, and PSPP version are printed at the top of
1601 every page.  These two lines are in addition to any top margin
1602 requested.  Default: @code{on}.
1603
1604 @item length=@var{line-count}
1605
1606 Physical length of a page, in lines.  Headers and margins are subtracted
1607 from this value.  Default: @code{66}.
1608
1609 @item width=@var{character-count}
1610
1611 Physical width of a page, in characters.  Margins are subtracted from
1612 this value.  Default: @code{130}.
1613
1614 @item lpi=@var{lines-per-inch}
1615
1616 Number of lines per vertical inch.  Not currently used.  Default: @code{6}.
1617
1618 @item cpi=@var{characters-per-inch}
1619
1620 Number of characters per horizontal inch.  Not currently used.  Default:
1621 @code{10}.
1622
1623 @item left-margin=@var{left-margin-width}
1624
1625 Width of the left margin, in characters.  PSPP subtracts this value
1626 from the page width.  Default: @code{0}.
1627
1628 @item right-margin=@var{right-margin-width}
1629
1630 Width of the right margin, in characters.  PSPP subtracts this value
1631 from the page width.  Default: @code{0}.
1632
1633 @item top-margin=@var{top-margin-lines}
1634
1635 Length of the top margin, in lines.  PSPP subtracts this value from
1636 the page length.  Default: @code{2}.
1637
1638 @item bottom-margin=@var{bottom-margin-lines}
1639
1640 Length of the bottom margin, in lines.  PSPP subtracts this value from
1641 the page length.  Default: @code{2}.
1642
1643 @end table
1644
1645 @node ASCII font options,  , ASCII page options, ASCII driver class
1646 @subsection ASCII font options
1647
1648 These are the ASCII font options:
1649
1650 @table @code
1651 @item box[@var{line-type}]=@var{box-chars}
1652
1653 The characters used for lines in tables produced by the ASCII driver can
1654 be changed using this option.  @var{line-type} is used to indicate which
1655 type of line to change; @var{box-chars} is the character or string of
1656 characters to use for this type of line.
1657
1658 @var{line-type} must be a 4-digit number in base 4.  The digits are in
1659 the order `right', `bottom', `left', `top'.  The four possibilities for
1660 each digit are:
1661
1662 @table @asis
1663 @item 0
1664 No line.
1665
1666 @item 1
1667 Single line.
1668
1669 @item 2
1670 Double line.
1671
1672 @item 3
1673 Special device-defined line, if one is available; otherwise, a double
1674 line.
1675 @end table
1676
1677 Examples:
1678
1679 @table @code
1680 @item box[0101]="|"
1681
1682 Sets @samp{|} as the character to use for a single-width line with
1683 bottom and top components.
1684
1685 @item box[2222]="#"
1686
1687 Sets @samp{#} as the character to use for the intersection of four
1688 double-width lines, one each from the top, bottom, left and right.
1689
1690 @item box[1100]="\xda"
1691
1692 Sets @samp{"\xda"}, which under MS-DOS is a box character suitable for
1693 the top-left corner of a box, as the character for the intersection of
1694 two single-width lines, one each from the right and bottom.
1695
1696 @end table
1697
1698 Defaults:
1699
1700 @itemize @bullet
1701 @item
1702 @code{box[0000]=" "}
1703
1704 @item
1705 @code{box[1000]="-"}
1706 @*@code{box[0010]="-"}
1707 @*@code{box[1010]="-"}
1708
1709 @item
1710 @code{box[0100]="|"}
1711 @*@code{box[0001]="|"}
1712 @*@code{box[0101]="|"}
1713
1714 @item
1715 @code{box[2000]="="}
1716 @*@code{box[0020]="="}
1717 @*@code{box[2020]="="}
1718
1719 @item
1720 @code{box[0200]="#"}
1721 @*@code{box[0002]="#"}
1722 @*@code{box[0202]="#"}
1723
1724 @item
1725 @code{box[3000]="="}
1726 @*@code{box[0030]="="}
1727 @*@code{box[3030]="="}
1728
1729 @item
1730 @code{box[0300]="#"}
1731 @*@code{box[0003]="#"}
1732 @*@code{box[0303]="#"}
1733
1734 @item
1735 For all others, @samp{+} is used unless there are double lines or
1736 special lines, in which case @samp{#} is used.
1737 @end itemize
1738
1739 @item italic-on=@var{italic-on-string}
1740
1741 Character sequence written to turn on italics or underline printing.  If
1742 this is set to @code{overstrike}, then the driver will simulate
1743 underlining by overstriking with underscore characters (@samp{_}) in the
1744 manner described by @code{overstrike-style} and
1745 @code{carriage-return-style}.  Default: @code{overstrike}.
1746
1747 @item italic-off=@var{italic-off-string}
1748
1749 Character sequence to turn off italics or underline printing.  Default:
1750 @code{""} (the empty string).
1751
1752 @item bold-on=@var{bold-on-string}
1753
1754 Character sequence written to turn on bold or emphasized printing.  If
1755 set to @code{overstrike}, then the driver will simulated bold printing
1756 by overstriking characters in the manner described by
1757 @code{overstrike-style} and @code{carriage-return-style}.  Default:
1758 @code{overstrike}.
1759
1760 @item bold-off=@var{bold-off-string}
1761
1762 Character sequence to turn off bold or emphasized printing.  Default:
1763 @code{""} (the empty string).
1764
1765 @item bold-italic-on=@var{bold-italic-on-string}
1766
1767 Character sequence written to turn on bold-italic printing.  If set to
1768 @code{overstrike}, then the driver will simulate bold-italics by
1769 overstriking twice, once with the character, a second time with an
1770 underscore (@samp{_}) character, in the manner described by
1771 @code{overstrike-style} and @code{carriage-return-style}.  Default:
1772 @code{overstrike}.
1773
1774 @item bold-italic-off=@var{bold-italic-off-string}
1775
1776 Character sequence to turn off bold-italic printing.  Default: @code{""}
1777 (the empty string).
1778
1779 @item overstrike-style=@var{overstrike-option}
1780
1781 Either @code{single} or @code{line}:
1782
1783 @itemize @bullet
1784 @item
1785 If @code{single} is selected, then, to overstrike a line of text, the
1786 output driver will output a character, backspace, overstrike, output a
1787 character, backspace, overstrike, and so on along a line.
1788
1789 @item
1790 If @code{line} is selected then the output driver will output an entire
1791 line, then backspace or emit a carriage return (as indicated by
1792 @code{carriage-return-style}), then overstrike the entire line at once.
1793 @end itemize
1794
1795 @code{single} is recommended for use with ttys and programs that
1796 understand overstriking in text files, such as the pager @code{less}.
1797 @code{single} will also work with printer devices but results in rapid
1798 back-and-forth motions of the printhead that can cause the printer to
1799 physically overheat!
1800
1801 @code{line} is recommended for use with printer devices.  Most programs
1802 that understand overstriking in text files will not properly deal with
1803 @code{line} mode.  
1804
1805 Default: @code{single}.
1806
1807 @item carriage-return-style=@var{carriage-return-type}
1808
1809 Either @code{bs} or @code{cr}.  This option applies only when one or
1810 more of the font commands is set to @code{overstrike} and, at the same
1811 time, @code{overstrike-style} is set to @code{line}.
1812
1813 @itemize @bullet
1814 @item
1815 If @code{bs} is selected then the driver will return to the beginning of
1816 a line by emitting a sequence of backspace characters (ASCII 8).
1817
1818 @item
1819 If @code{cr} is selected then the driver will return to the beginning of
1820 a line by emitting a single carriage-return character (ASCII 13).
1821 @end itemize
1822
1823 Although @code{cr} is preferred as being more compact, @code{bs} is more
1824 general since some devices do not interpret carriage returns in the
1825 desired manner.  Default: @code{bs}.
1826 @end table
1827
1828 @node HTML driver class, Miscellaneous configuring, ASCII driver class, Configuration
1829 @section The HTML driver class
1830
1831 The @code{html} driver class is used to produce output for viewing in
1832 tables-capable web browsers such as Emacs' w3-mode.  Its configuration
1833 is very simple.  Currently, the output has a very plain format.  In the
1834 future, further work may be done on improving the output appearance.
1835
1836 There are few options for use with the @code{html} driver class:
1837
1838 @table @code
1839 @item output-file=@var{filename}
1840
1841 File to which output should be sent.  This can be an ordinary filename
1842 (i.e., @code{"pspp.ps"}), a pipe filename (i.e., @code{"|lpr"}), or
1843 stdout (@code{"-"}).  Default: @code{"pspp.html"}.
1844
1845 @item prologue-file=@var{prologue-file-name}
1846
1847 Sets the name of the PostScript prologue file.  You can write your own
1848 prologue if you want to customize colors or other settings: see
1849 @ref{HTML Prologue}.  Default: @code{html-prologue}.
1850 @end table
1851
1852 @menu
1853 * HTML Prologue::               Format of the HTML prologue file.
1854 @end menu
1855
1856 @node HTML Prologue,  , HTML driver class, HTML driver class
1857 @subsection The HTML prologue
1858
1859 HTML files that are generated by PSPP consist of two parts: a prologue
1860 and a body.  The prologue is a collection of boilerplate.  Only the body
1861 differs greatly between two outputs.  You can tune the colors and other
1862 attributes of the output by editing the prologue.
1863  
1864 The prologue is dumped into the output stream essentially unmodified.
1865 However, two actions are performed on its lines.  First, certain lines
1866 may be omitted as specified in the prologue file itself.  Second,
1867 variables are substituted.
1868
1869 The following lines are omitted:
1870
1871 @enumerate
1872 @item
1873 All lines that contain three bangs in a row (@code{!!!}).
1874
1875 @item
1876 Lines that contain @code{!title}, if no title is set for the output.  If
1877 a title is set, then the characters @code{!title} are removed before the
1878 line is output.
1879
1880 @item
1881 Lines that contain @code{!subtitle}, if no subtitle is set for the
1882 output.  If a subtitle is set, then the characters @code{!subtitle} are
1883 removed before the line is output.
1884 @end enumerate
1885
1886 The following are the variables that are substituted.  Only the
1887 variables listed are substituted; environment variables are not.
1888 @xref{Environment substitutions}.
1889
1890 @table @code
1891 @item generator
1892
1893 PSPP version as a string: @samp{GNU PSPP 0.1b}, for example.
1894
1895 @item date
1896
1897 Date the file was created.  Example: @samp{Tue May 21 13:46:22 1991}.
1898
1899 @item user
1900
1901 Under multiuser OSes, the user's login name, taken either from the
1902 environment variable @code{LOGNAME} or, if that fails, the result of the
1903 C library function @code{getlogin()}.  Defaults to @samp{nobody}.
1904
1905 @item host
1906
1907 System hostname as reported by @code{gethostname()}.  Defaults to
1908 @samp{nowhere}.
1909
1910 @item title
1911
1912 Document title as a string.  This is the title specified in the PSPP
1913 syntax file.
1914
1915 @item subtitle
1916
1917 Document subtitle as a string.  
1918
1919 @item source-file
1920
1921 PSPP syntax file name.  Example: @samp{mary96/first.stat}.
1922 @end table
1923
1924 @node Miscellaneous configuring, Improving output quality, HTML driver class, Configuration
1925 @section Miscellaneous configuration
1926
1927 The following environment variables can be used to further configure
1928 PSPP:
1929
1930 @table @code
1931 @item HOME
1932
1933 Used to determine the user's home directory.  No default value.
1934
1935 @item STAT_INCLUDE_PATH
1936
1937 Path used to find include files in PSPP syntax files.  Defaults vary
1938 across operating systems:
1939
1940 @table @asis
1941 @item UNIX
1942
1943 @itemize @bullet
1944 @item
1945 @file{.}
1946
1947 @item
1948 @file{~/.pspp/include}
1949
1950 @item
1951 @file{/usr/local/lib/pspp/include}
1952
1953 @item
1954 @file{/usr/lib/pspp/include}
1955
1956 @item
1957 @file{/usr/local/share/pspp/include}
1958
1959 @item
1960 @file{/usr/share/pspp/include}
1961 @end itemize
1962
1963 @item MS-DOS
1964
1965 @itemize @bullet
1966 @item
1967 @file{.}
1968
1969 @item
1970 @file{C:\PSPP\INCLUDE}
1971
1972 @item
1973 @file{$PATH}
1974 @end itemize
1975
1976 @item Other OSes
1977 No default path.
1978 @end table
1979
1980 @item STAT_PAGER
1981 @itemx PAGER
1982
1983 When PSPP invokes an external pager, it uses the first of these that
1984 is defined.  There is a default pager only if the person who compiled
1985 PSPP defined one.
1986
1987 @item TERM
1988
1989 The terminal type @code{termcap} or @code{ncurses} will use, if such
1990 support was compiled into PSPP.
1991
1992 @item STAT_OUTPUT_INIT_FILE
1993
1994 The basename used to search for the driver definition file.
1995 @xref{Output devices}.  @xref{File locations}.  Default: @code{devices}.
1996
1997 @item STAT_OUTPUT_PAPERSIZE_FILE
1998
1999 The basename used to search for the papersize file.  @xref{papersize}.
2000 @xref{File locations}.  Default: @code{papersize}.
2001
2002 @item STAT_OUTPUT_INIT_PATH
2003
2004 The path used to search for the driver definition file and the papersize
2005 file.  @xref{File locations}.  Default: the standard configuration path.
2006
2007 @item TMPDIR
2008
2009 The @code{sort} procedure stores its temporary files in this directory.
2010 Default: (UNIX) @file{/tmp}, (MS-DOS) @file{\}, (other OSes) empty string.
2011
2012 @item TEMP
2013 @item TMP
2014
2015 Under MS-DOS only, these variables are consulted after TMPDIR, in this
2016 order.
2017 @end table
2018
2019 @node Improving output quality,  , Miscellaneous configuring, Configuration
2020 @section Improving output quality
2021
2022 When its drivers are set up properly, PSPP can produce output that
2023 looks very good indeed.  The PostScript driver, suitably configured, can
2024 produce presentation-quality output.  Here are a few guidelines for
2025 producing better-looking output, regardless of output driver.  Your
2026 mileage may vary, of course, and everyone has different esthetic
2027 preferences.
2028
2029 @itemize @bullet
2030 @item
2031 Width is important in PSPP output.  Greater output width leads to more
2032 readable output, to a point.  Try the following to increase the output
2033 width:
2034
2035 @itemize @minus
2036 @item
2037 If you're using the ASCII driver with a dot-matrix printer, figure out
2038 what you need to do to put the printer into compressed mode.  Put that
2039 string into the @code{init-string} setting.  Try to get 132 columns; 160
2040 might be better, but you might find that print that tiny is difficult to
2041 read.
2042
2043 @item
2044 With the PostScript driver, try these ideas:
2045
2046 @itemize +
2047 @item
2048 Landscape mode.
2049
2050 @item
2051 Legal-size (8.5" x 14") paper in landscape mode.
2052
2053 @item
2054 Reducing font sizes.  If you're using 12-point fonts, try 10 point; if
2055 you're using 10-point fonts, try 8 point.  Some fonts are more readable
2056 than others at small sizes.
2057 @end itemize
2058 @end itemize
2059
2060 Try to strike a balance between character size and page width.
2061
2062 @item
2063 Use high-quality fonts.  Many public domain fonts are poor in quality.
2064 Recently, URW made some high-quality fonts available under the GPL.
2065 These are probably suitable.
2066
2067 @item
2068 Be sure you're using the proper font metrics.  The font metrics provided
2069 with PSPP may not correspond to the fonts actually being printed.
2070 This can cause bizarre-looking output.
2071
2072 @item
2073 Make sure that you're using good ink/ribbon/toner.  Darker print is
2074 easier to read.
2075
2076 @item
2077 Use plain fonts with serifs, such as Times-Roman or Palatino.  Avoid
2078 choosing italic or bold fonts as document base fonts.
2079 @end itemize
2080
2081 @node Invocation, Language, Configuration, Top
2082 @chapter Invoking PSPP
2083 @cindex invocation
2084 @cindex PSPP, invoking
2085
2086 @cindex command line, options
2087 @cindex options, command-line
2088 @example
2089 pspp [ -B @var{dir} | --config-dir=@var{dir} ] [ -o @var{device} | --device=@var{device} ]
2090        [ -d @var{var}[=@var{value}] | --define=@var{var}[=@var{value}] ] [-u @var{var} | --undef=@var{var} ]
2091        [ -f @var{file} | --out-file=@var{file} ] [ -p | --pipe ] [ -I- | --no-include ]
2092        [ -I @var{dir} | --include=@var{dir} ] [ -i | --interactive ] 
2093        [ -n | --edit | --dry-run | --just-print | --recon ] 
2094        [ -r | --no-statrc ] [ -h | --help ] [ -l | --list ] 
2095        [ -c @var{command} | --command @var{command} ] [ -s | --safer ]
2096        [ --testing-mode ] [ -V | --version ] [ -v | --verbose ] 
2097        [ @var{key}=@var{value} ] @var{file}@enddots{}
2098 @end example
2099
2100 @menu
2101 * Non-option Arguments::        Specifying syntax files and output devices.
2102 * Configuration Options::       Change the configuration for the current run.
2103 * Input and output options::    Controlling input and output files.
2104 * Language control options::    Language variants.
2105 * Informational options::       Helpful information about PSPP.
2106 @end menu
2107
2108 @node Non-option Arguments, Configuration Options, Invocation, Invocation
2109 @section Non-option Arguments
2110
2111 Syntax files and output device substitutions can be specified on
2112 PSPP's command line:
2113
2114 @table @code
2115 @item @var{file}
2116
2117 A file by itself on the command line will be executed as a syntax file.
2118 PSPP terminates after the syntax file runs, unless the @code{-i} or
2119 @code{--interactive} option is given (@pxref{Language control options}).
2120
2121 @item @var{file1} @var{file2}
2122
2123 When two or more filenames are given on the command line, the first
2124 syntax file is executed, then PSPP's dictionary is cleared, then the second
2125 syntax file is executed.
2126
2127 @item @var{file1} + @var{file2}
2128
2129 If syntax files' names are delimited by a plus sign (@samp{+}), then the
2130 dictionary is not cleared between their executions, as if they were
2131 concatenated together into a single file.
2132
2133 @item @var{key}=@var{value}
2134
2135 Defines an output device macro @var{key} to expand to @var{value},
2136 overriding any macro having the same @var{key} defined in the device
2137 configuration file.  @xref{Macro definitions}.
2138
2139 @end table
2140
2141 There is one other way to specify a syntax file, if your operating
2142 system supports it.  If you have a syntax file @file{foobar.stat}, put
2143 the notation
2144
2145 @example
2146 #! /usr/local/bin/pspp
2147 @end example
2148
2149 at the top, and mark the file as executable with @code{chmod +x
2150 foobar.stat}.  (If PSPP is not installed in @file{/usr/local/bin},
2151 then insert its actual installation directory into the syntax file
2152 instead.)  Now you should be able to invoke the syntax file just by
2153 typing its name.  You can include any options on the command line as
2154 usual.  PSPP entirely ignores any lines beginning with @samp{#!}.
2155
2156 @node Configuration Options, Input and output options, Non-option Arguments, Invocation
2157 @section Configuration Options
2158
2159 Configuration options are used to change PSPP's configuration for the
2160 current run.  The configuration options are:
2161
2162 @table @code
2163 @item -B @var{dir}
2164 @itemx --config-dir=@var{dir}
2165
2166 Sets the configuration directory to @var{dir}.  @xref{File locations}.
2167
2168 @item -o @var{device}
2169 @itemx --device=@var{device}
2170
2171 Selects the output device with name @var{device}.  If this option is
2172 given more than once, then all devices mentioned are selected.  This
2173 option disables all devices besides those mentioned on the command line.
2174
2175 @item -d @var{var}[=@var{value}]
2176 @itemx --define=@var{var}[=@var{value}]
2177
2178 Defines an `environment variable' named @var{var} having the optional
2179 value @var{value} specified.  @xref{Variable values}.
2180
2181 @item -u @var{var}
2182 @itemx --undef=@var{var}
2183
2184 Undefines the `environment variable' named @var{var}.  @xref{Variable
2185 values}.
2186 @end table
2187
2188 @node Input and output options, Language control options, Configuration Options, Invocation
2189 @section Input and output options
2190
2191 Input and output options affect how PSPP reads input and writes
2192 output.  These are the input and output options:
2193
2194 @table @code
2195 @item -f @var{file}
2196 @itemx --out-file=@var{file}
2197
2198 This overrides the output file name for devices designated as listing
2199 devices.  If a file named @var{file} already exists, it is overwritten.
2200
2201 @item -p
2202 @itemx --pipe
2203
2204 Allows PSPP to be used as a filter by causing the syntax file to be
2205 read from stdin and output to be written to stdout.  Conflicts with the
2206 @code{-f @var{file}} and @code{--file=@var{file}} options.
2207
2208 @item -I-
2209 @itemx --no-include
2210
2211 Clears all directories from the include path.  This includes all
2212 directories put in the include path by default.  @xref{Miscellaneous
2213 configuring}.
2214
2215 @item -I @var{dir}
2216 @itemx --include=@var{dir}
2217
2218 Appends directory @var{dir} to the path that is searched for include
2219 files in PSPP syntax files.
2220
2221 @item -c @var{command}
2222 @itemx --command=@var{command}
2223
2224 Execute literal command @var{command}.  The command is executed before
2225 startup syntax files, if any.
2226
2227 @item --testing-mode
2228
2229 Invoke heuristics to assist with testing PSPP.  For use by @code{make
2230 check} and similar scripts.
2231 @end table
2232
2233 @node Language control options, Informational options, Input and output options, Invocation
2234 @section Language control options
2235
2236 Language control options control how PSPP syntax files are parsed and
2237 interpreted.  The available language control options are:
2238
2239 @table @code
2240 @item -i
2241 @itemx --interactive
2242
2243 When a syntax file is specified on the command line, PSPP normally
2244 terminates after processing it.  Giving this option will cause PSPP to
2245 bring up a command prompt after processing the syntax file.
2246
2247 In addition, this forces syntax files to be interpreted in interactive
2248 mode, rather than the default batch mode.  @xref{Tokenizing lines}, for
2249 information on the differences between batch mode and interactive mode
2250 command interpretation.
2251
2252 @item -n
2253 @itemx --edit
2254 @itemx --dry-run
2255 @itemx --just-print
2256 @itemx --recon
2257
2258 Only the syntax of any syntax file specified or of commands entered at
2259 the command line is checked.  Transformations are not performed and
2260 procedures are not executed.  Not yet implemented.
2261
2262 @item -r
2263 @itemx --no-statrc
2264
2265 Prevents the execution of the PSPP startup syntax file.  Not yet
2266 implemented, as startup syntax files aren't, either.
2267
2268 @item -s
2269 @itemx --safer
2270
2271 Disables certain unsafe operations.  This includes the ERASE and
2272 HOST commands, as well as use of pipes as input and output files.
2273 @end table
2274
2275 @node Informational options,  , Language control options, Invocation
2276 @section Informational options
2277
2278 Informational options cause information about PSPP to be written to
2279 the terminal.  Here are the available options:
2280
2281 @table @code
2282 @item -h
2283 @item --help
2284
2285 Prints a message describing PSPP command-line syntax and the available
2286 device driver classes, then terminates.
2287
2288 @item -l
2289 @item --list
2290
2291 Lists the available device driver classes, then terminates.
2292
2293 @item -V
2294 @item --version
2295
2296 Prints a brief message listing PSPP's version, warranties you don't
2297 have, copying conditions and copyright, and e-mail address for bug
2298 reports, then terminates.
2299
2300 @item -v
2301 @item --verbose
2302
2303 Increments PSPP's verbosity level.  Higher verbosity levels cause
2304 PSPP to display greater amounts of information about what it is
2305 doing.  Often useful for debugging PSPP's configuration.  
2306
2307 This option can be given multiple times to set the verbosity level to
2308 that value.  The default verbosity level is 0, in which no informational
2309 messages will be displayed.
2310
2311 Higher verbosity levels cause messages to be displayed when the
2312 corresponding events take place.
2313
2314 @table @asis
2315 @item 1
2316
2317 Driver and subsystem initializations.
2318
2319 @item 2
2320
2321 Completion of driver initializations.  Beginning of driver closings.
2322
2323 @item 3
2324
2325 Completion of driver closings.
2326
2327 @item 4
2328
2329 Files searched for; success of searches.
2330
2331 @item 5
2332
2333 Individual directories included in file searches.
2334 @end table
2335
2336 Each verbosity level also includes messages from lower verbosity levels.
2337
2338 @end table
2339
2340 @node Language, Expressions, Invocation, Top
2341 @chapter The PSPP language
2342 @cindex language, PSPP
2343 @cindex PSPP, language
2344
2345 @quotation
2346 @strong{Please note:} PSPP is not even close to completion.
2347 Only a few actual statistical procedures are implemented.  PSPP
2348 is a work in progress.
2349 @end quotation
2350
2351 This chapter discusses elements common to many PSPP commands.
2352 Later chapters will describe individual commands in detail.
2353
2354 @menu
2355 * Tokens::                      Characters combine to form tokens.
2356 * Commands::                    Tokens combine to form commands.
2357 * Types of Commands::           Commands come in several flavors.
2358 * Order of Commands::           Commands combine to form syntax files.
2359 * Missing Observations::        Handling missing observations.
2360 * Variables::                   The unit of data storage.
2361 * Files::                       Files used by PSPP.
2362 * BNF::                         How command syntax is described.
2363 @end menu
2364
2365 @node Tokens, Commands, Language, Language
2366 @section Tokens
2367 @cindex language, lexical analysis
2368 @cindex language, tokens
2369 @cindex tokens
2370 @cindex lexical analysis
2371 @cindex lexemes
2372
2373 PSPP divides most syntax file lines into series of short chunks
2374 called @dfn{tokens}, @dfn{lexical elements}, or @dfn{lexemes}.  These
2375 tokens are then grouped to form commands, each of which tells
2376 PSPP to take some action---read in data, write out data, perform
2377 a statistical procedure, etc.  The process of dividing input into tokens
2378 is @dfn{tokenization}, or @dfn{lexical analysis}.  Each type of token is
2379 described below.
2380
2381 @cindex delimiters
2382 @cindex whitespace
2383 Tokens must be separated from each other by @dfn{delimiters}.
2384 Delimiters include whitespace (spaces, tabs, carriage returns, line
2385 feeds, vertical tabs), punctuation (commas, forward slashes, etc.), and
2386 operators (plus, minus, times, divide, etc.)  Note that while whitespace
2387 only separates tokens, other delimiters are tokens in themselves.
2388
2389 @table @strong
2390 @cindex identifiers
2391 @item Identifiers
2392 Identifiers are names that specify variable names, commands, or command
2393 details.
2394
2395 @itemize @bullet
2396 @item
2397 The first character in an identifier must be a letter, @samp{#}, or
2398 @samp{@@}.  Some system identifiers begin with @samp{$}, but
2399 user-defined variables' names may not begin with @samp{$}.
2400
2401 @item
2402 The remaining characters in the identifier must be letters, digits, or
2403 one of the following special characters: 
2404
2405 @example
2406 .  _  $  #  @@
2407 @end example
2408
2409 @item
2410 @cindex variable names
2411 @cindex names, variable
2412 Variable names may be any length, but only the first 8 characters are
2413 significant.
2414
2415 @item
2416 @cindex case-sensitivity
2417 Identifiers are not case-sensitive: @code{foobar}, @code{Foobar},
2418 @code{FooBar}, @code{FOOBAR}, and @code{FoObaR} are different
2419 representations of the same identifier.
2420
2421 @item
2422 @cindex keywords
2423 Identifiers other than variable names may be abbreviated to their first
2424 3 characters if this abbreviation is unambiguous.  These identifiers are
2425 often called @dfn{keywords}.  (Unique abbreviations of 3 or more
2426 characters are also accepted: @samp{FRE}, @samp{FREQ}, and
2427 @samp{FREQUENCIES} are equivalent when the last is a keyword.)
2428
2429 @item
2430 Whether an identifier is a keyword depends on the context.
2431
2432 @item
2433 @cindex keywords, reserved
2434 @cindex reserved keywords
2435 Some keywords are reserved.  These keywords may not be used in any
2436 context besides those explicitly described in this manual.  The reserved
2437 keywords are:
2438
2439 @example
2440 ALL  AND  BY  EQ  GE  GT  LE  LT  NE  NOT  OR  TO  WITH
2441 @end example
2442
2443 @item 
2444 Since keywords are identifiers, all the rules for identifiers apply.
2445 Specifically, they must be delimited as are other identifiers:
2446 @code{WITH} is a reserved keyword, but @code{WITHOUT} is a valid
2447 variable name.
2448 @end itemize
2449
2450 @cindex @samp{.}
2451 @cindex period
2452 @cindex variable names, ending with period
2453 @strong{Caution:} It is legal to end a variable name with a period, but
2454 @emph{don't do it!}  The variable name will be misinterpreted when it is
2455 the final token on a line: @code{FOO.} will be divided into two separate
2456 tokens, @samp{FOO} and @samp{.}, the @dfn{terminal dot}.
2457 @xref{Commands, , Forming commands of tokens}.
2458
2459 @item Numbers
2460 @cindex numbers
2461 @cindex integers
2462 @cindex reals
2463 Numbers may be specified as integers or reals.  Integers are internally
2464 converted into reals.  Scientific notation is not supported.  Here are
2465 some examples of valid numbers:
2466
2467 @example
2468 1234  3.14159265359  .707106781185  8945.
2469 @end example
2470
2471 @strong{Caution:} The last example will be interpreted as two tokens,
2472 @samp{8945} and @samp{.}, if it is the last token on a line.
2473
2474 @item Strings
2475 @cindex strings
2476 @cindex @samp{'}
2477 @cindex @samp{"}
2478 @cindex case-sensitivity
2479 Strings are literal sequences of characters enclosed in pairs of single
2480 quotes (@samp{'}) or double quotes (@samp{"}).
2481
2482 @itemize @bullet
2483 @item
2484 Whitespace and case of letters @emph{are} significant inside strings.
2485 @item
2486 Whitespace characters inside a string are not delimiters.
2487 @item
2488 To include single-quote characters in a string, enclose the string in
2489 double quotes.
2490 @item
2491 To include double-quote characters in a string, enclose the string in
2492 single quotes.
2493 @item
2494 It is not possible to put both single- and double-quote characters
2495 inside one string.
2496 @end itemize
2497
2498 @item Hexstrings
2499 @cindex hexstrings
2500 Hexstrings are string variants that use hex digits to specify
2501 characters.
2502
2503 @itemize @bullet
2504 @item
2505 A hexstring may be used anywhere that an ordinary string is allowed.
2506
2507 @item
2508 @cindex @samp{X'}
2509 @cindex @samp{'}
2510 A hexstring begins with @samp{X'} or @samp{x'}, and ends with @samp{'}.
2511
2512 @cindex whitespace
2513 @item
2514 No whitespace is allowed between the initial @samp{X} and @samp{'}.
2515
2516 @item
2517 Double quotes @samp{"} may be used in place of single quotes @samp{'} if
2518 done in both places.
2519
2520 @item
2521 Each pair of hex digits is internally changed into a single character
2522 with the given value.
2523
2524 @item
2525 If there is an odd number of hex digits, the missing last digit is
2526 assumed to be @samp{0}.
2527
2528 @item
2529 @cindex portability
2530 @strong{Please note:} Use of hexstrings is nonportable because the same
2531 numeric values are associated with different glyphs by different
2532 operating systems.  Therefore, their use should be confined to syntax
2533 files that will not be widely distributed.
2534
2535 @item
2536 @cindex characters, reserved
2537 @cindex 0
2538 @cindex whitespace
2539 @strong{Please note also:} The character with value 00 is reserved for
2540 internal use by PSPP.  Its use in strings causes an error and
2541 replacement with a blank space (in ASCII, hex 20, decimal 32).
2542 @end itemize
2543
2544 @item Punctuation
2545 @cindex punctuation
2546 Punctuation separates tokens; punctuators are delimiters.  These are the
2547 punctuation characters:
2548
2549 @example
2550 ,  /  =  (  )
2551 @end example
2552
2553 @item Operators
2554 @cindex operators
2555 Operators describe mathematical operations.  Some operators are delimiters:
2556
2557 @example
2558 (  )  +  -  *  /  **
2559 @end example
2560
2561 Many of the above operators are also punctuators.  Punctuators are
2562 distinguished from operators by context. 
2563
2564 The other operators are all reserved keywords.  None of these are
2565 delimiters:
2566
2567 @example
2568 AND  EQ  GE  GT  LE  LT  NE  OR
2569 @end example
2570
2571 @item Terminal Dot
2572 @cindex terminal dot
2573 @cindex dot, terminal
2574 @cindex period
2575 @cindex @samp{.}
2576 A period (@samp{.}) at the end of a line (except for whitespace) is one
2577 type of a @dfn{terminal dot}, although not every terminal dot is a
2578 period at the end of a line.  @xref{Commands, , Forming commands of
2579 tokens}.  A period is a terminal dot @emph{only}
2580 when it is at the end of a line; otherwise it is part of a
2581 floating-point number.  (A period outside a number in the middle of a
2582 line is an error.)
2583
2584 @quotation
2585 @cindex terminal dot, changing
2586 @cindex dot, terminal, changing
2587 @strong{Please note:} The character used for the @dfn{terminal dot}
2588 can be changed with @cmd{SET}'s ENDCMD subcommand (@pxref{SET}).  This
2589 is strongly discouraged, and throughout all the remainder of this
2590 manual it will be assumed that the default setting is in effect.
2591 @end quotation
2592
2593 @end table
2594
2595 @node Commands, Types of Commands, Tokens, Language
2596 @section Forming commands of tokens
2597
2598 @cindex PSPP, command structure
2599 @cindex language, command structure
2600 @cindex commands, structure
2601
2602 Most PSPP commands share a common structure, diagrammed below:
2603
2604 @example
2605 @var{cmd}@dots{} [@var{sbc}[=][@var{spec} [[,]@var{spec}]@dots{}]] [[/[=][@var{spec} [[,]@var{spec}]@dots{}]]@dots{}].
2606 @end example
2607
2608 @cindex @samp{[  ]}
2609 In the above, rather daunting, expression, pairs of square brackets
2610 (@samp{[ ]}) indicate optional elements, and names such as @var{cmd}
2611 indicate parts of the syntax that vary from command to command.
2612 Ellipses (@samp{...}) indicate that the preceding part may be repeated
2613 an arbitrary number of times.  Let's pick apart what it says above:
2614
2615 @itemize @bullet
2616 @cindex commands, names
2617 @item
2618 A command begins with a command name of one or more keywords, such as
2619 @cmd{FREQUENCIES}, @cmd{DATA LIST}, or @cmd{N OF CASES}.  @var{cmd}
2620 may be abbreviated to its first word if that is unambiguous; each word
2621 in @var{cmd} may be abbreviated to a unique prefix of three or more
2622 characters as described above.
2623
2624 @cindex subcommands
2625 @item
2626 The command name may be followed by one or more @dfn{subcommands}:
2627
2628 @itemize @minus
2629 @item
2630 Each subcommand begins with a unique keyword, indicated by @var{sbc}
2631 above.  This is analogous to the command name.
2632
2633 @item
2634 The subcommand name is optionally followed by an equals sign (@samp{=}).
2635
2636 @item
2637 Some subcommands accept a series of one or more specifications
2638 (@var{spec}), optionally separated by commas.
2639
2640 @item
2641 Each subcommand must be separated from the next (if any) by a forward
2642 slash (@samp{/}).
2643 @end itemize
2644
2645 @cindex dot, terminal
2646 @cindex terminal dot
2647 @item
2648 Each command must be terminated with a @dfn{terminal dot}.  
2649 The terminal dot may be given one of three ways:
2650
2651 @itemize @minus
2652 @item
2653 (most commonly) A period character at the very end of a line, as
2654 described above.
2655
2656 @item
2657 (only if NULLINE is on: @xref{SET, , Setting user preferences}, for more
2658 details.)  A completely blank line.
2659
2660 @item
2661 (in batch mode only) Any line that is not indented from the left side of
2662 the page causes a terminal dot to be inserted before that line.
2663 Therefore, each command begins with a line that is flush left, followed
2664 by zero or more lines that are indented one or more characters from the
2665 left margin.
2666
2667 In batch mode, PSPP will ignore a plus sign, minus sign, or period
2668 (@samp{+}, @samp{@minus{}}, or @samp{.}) as the first character in a
2669 line.  Any of these characters as the first character on a line will
2670 begin a new command.  This allows for visual indentation of a command
2671 without that command being considered part of the previous command.
2672
2673 PSPP is in batch mode when it is reading input from a file, rather
2674 than from an interactive user.  Note that the other forms of the
2675 terminal dot may also be used in batch mode.
2676
2677 Sometimes, one encounters syntax files that are intended to be
2678 interpreted in interactive mode rather than batch mode (for instance,
2679 this can happen if a session log file is used directly as a syntax
2680 file).  When this occurs, use the @samp{-i} command line option to force
2681 interpretation in interactive mode (@pxref{Language control options}).
2682 @end itemize
2683 @end itemize
2684
2685 PSPP ignores empty commands when they are generated by the above
2686 rules.  Note that, as a consequence of these rules, each command must
2687 begin on a new line.
2688
2689 @node Types of Commands, Order of Commands, Commands, Language
2690 @section Types of Commands
2691
2692 Commands in PSPP are divided roughly into six categories:
2693
2694 @table @strong
2695 @item Utility commands
2696 @cindex utility commands
2697 Set or display various global options that affect PSPP operations.
2698 May appear anywhere in a syntax file.  @xref{Utilities, , Utility
2699 commands}.
2700
2701 @item File definition commands
2702 @cindex file definition commands
2703 Give instructions for reading data from text files or from special
2704 binary ``system files''.  Most of these commands discard any previous
2705 data or variables to replace it with the new data and
2706 variables.  At least one must appear before the first command in any of
2707 the categories below.  @xref{Data Input and Output}.
2708
2709 @item Input program commands
2710 @cindex input program commands
2711 Though rarely used, these provide powerful tools for reading data files
2712 in arbitrary textual or binary formats.  @xref{INPUT PROGRAM}.
2713
2714 @item Transformations
2715 @cindex transformations
2716 Perform operations on data and write data to output files.  Transformations
2717 are not carried out until a procedure is executed.  
2718
2719 @item Restricted transformations
2720 @cindex restricted transformations
2721 Same as transformations for most purposes.  @xref{Order of Commands}, for a
2722 detailed description of the differences.
2723
2724 @item Procedures
2725 @cindex procedures
2726 Analyze data, writing results of analyses to the listing file.  Cause
2727 transformations specified earlier in the file to be performed.  In a
2728 more general sense, a @dfn{procedure} is any command that causes the
2729 active file (the data) to be read.
2730 @end table
2731
2732 @node Order of Commands, Missing Observations, Types of Commands, Language
2733 @section Order of Commands
2734 @cindex commands, ordering
2735 @cindex order of commands
2736
2737 PSPP does not place many restrictions on ordering of commands.
2738 The main restriction is that variables must be defined with one of the
2739 file-definition commands before they are otherwise referred to.
2740
2741 Of course, there are specific rules, for those who are interested.
2742 PSPP possesses five internal states, called initial, INPUT PROGRAM,
2743 FILE TYPE, transformation, and procedure states.  (Please note the
2744 distinction between the @cmd{INPUT PROGRAM} and @cmd{FILE TYPE}
2745 @emph{commands} and the INPUT PROGRAM and FILE TYPE @emph{states}.)
2746
2747 PSPP starts up in the initial state.  Each successful completion
2748 of a command may cause a state transition.  Each type of command has its
2749 own rules for state transitions:
2750
2751 @table @strong
2752 @item Utility commands
2753 @itemize @bullet
2754 @item
2755 Legal in all states.
2756 @item
2757 Do not cause state transitions.  Exception: when @cmd{N OF CASES}
2758 is executed in the procedure state, it causes a transition to the
2759 transformation state.
2760 @end itemize
2761
2762 @item @cmd{DATA LIST}
2763 @itemize @bullet
2764 @item
2765 Legal in all states.
2766 @item
2767 When executed in the initial or procedure state, causes a transition to
2768 the transformation state.  
2769 @item
2770 Clears the active file if executed in the procedure or transformation
2771 state.
2772 @end itemize
2773
2774 @item @cmd{INPUT PROGRAM}
2775 @itemize @bullet
2776 @item
2777 Invalid in INPUT PROGRAM and FILE TYPE states.
2778 @item
2779 Causes a transition to the INPUT PROGRAM state.  
2780 @item
2781 Clears the active file.
2782 @end itemize
2783
2784 @item @cmd{FILE TYPE}
2785 @itemize @bullet
2786 @item
2787 Invalid in INPUT PROGRAM and FILE TYPE states.
2788 @item
2789 Causes a transition to the FILE TYPE state.
2790 @item
2791 Clears the active file.
2792 @end itemize
2793
2794 @item Other file definition commands
2795 @itemize @bullet
2796 @item
2797 Invalid in INPUT PROGRAM and FILE TYPE states.
2798 @item
2799 Cause a transition to the transformation state.
2800 @item
2801 Clear the active file, except for @cmd{ADD FILES}, @cmd{MATCH FILES},
2802 and @cmd{UPDATE}.
2803 @end itemize
2804
2805 @item Transformations
2806 @itemize @bullet
2807 @item
2808 Invalid in initial and FILE TYPE states.
2809 @item
2810 Cause a transition to the transformation state.
2811 @end itemize
2812
2813 @item Restricted transformations
2814 @itemize @bullet
2815 @item
2816 Invalid in initial, INPUT PROGRAM, and FILE TYPE states.
2817 @item
2818 Cause a transition to the transformation state.
2819 @end itemize
2820
2821 @item Procedures
2822 @itemize @bullet
2823 @item
2824 Invalid in initial, INPUT PROGRAM, and FILE TYPE states.
2825 @item
2826 Cause a transition to the procedure state.
2827 @end itemize
2828 @end table
2829
2830 @node Missing Observations, Variables, Order of Commands, Language
2831 @section Handling missing observations
2832 @cindex missing values
2833 @cindex values, missing
2834
2835 PSPP includes special support for unknown numeric data values.
2836 Missing observations are assigned a special value, called the
2837 @dfn{system-missing value}.  This ``value'' actually indicates the
2838 absence of value; it means that the actual value is unknown.  Procedures
2839 automatically exclude from analyses those observations or cases that
2840 have missing values.  Whether single observations or entire cases are
2841 excluded depends on the procedure.
2842
2843 The system-missing value exists only for numeric variables.  String
2844 variables always have a defined value, even if it is only a string of
2845 spaces.
2846
2847 Variables, whether numeric or string, can have designated
2848 @dfn{user-missing values}.  Every user-missing value is an actual value
2849 for that variable.  However, most of the time user-missing values are
2850 treated in the same way as the system-missing value.  String variables
2851 that are wider than a certain width, usually 8 characters (depending on
2852 computer architecture), cannot have user-missing values.
2853
2854 For more information on missing values, see the following sections:
2855 @ref{Variables}, @ref{MISSING VALUES}, @ref{Expressions}.  See also the
2856 documentation on individual procedures for information on how they
2857 handle missing values.
2858
2859 @node Variables, Files, Missing Observations, Language
2860 @section Variables
2861 @cindex variables
2862 @cindex dictionary
2863
2864 Variables are the basic unit of data storage in PSPP.  All the
2865 variables in a file taken together, apart from any associated data, are
2866 said to form a @dfn{dictionary}.  
2867 Some details of variables are described in the sections below.
2868
2869 @menu
2870 * Attributes::                  Attributes of variables.
2871 * System Variables::            Variables automatically defined by PSPP.
2872 * Sets of Variables::           Lists of variable names.
2873 * Input/Output Formats::        Input and output formats.
2874 * Scratch Variables::           Variables deleted by procedures.
2875 @end menu
2876
2877 @node Attributes, System Variables, Variables, Variables
2878 @subsection Attributes of Variables
2879 @cindex variables, attributes of
2880 @cindex attributes of variables
2881 Each variable has a number of attributes, including:
2882
2883 @table @strong
2884 @item Name
2885 This is an identifier.  Each variable must have a different name.
2886 @xref{Tokens}.
2887
2888 @cindex variables, type
2889 @cindex type of variables
2890 @item Type
2891 Numeric or string.
2892
2893 @cindex variables, width
2894 @cindex width of variables
2895 @item Width
2896 (string variables only) String variables with a width of 8 characters or
2897 fewer are called @dfn{short string variables}.  Short string variables
2898 can be used in many procedures where @dfn{long string variables} (those
2899 with widths greater than 8) are not allowed.
2900
2901 @quotation
2902 @strong{Please note:} Certain systems may consider strings longer than 8
2903 characters to be short strings.  Eight characters represents a minimum
2904 figure for the maximum length of a short string.
2905 @end quotation
2906
2907 @item Position
2908 Variables in the dictionary are arranged in a specific order.
2909 @cmd{DISPLAY} can be used to show this order: see @ref{DISPLAY}.
2910
2911 @item Initialization
2912 Either reinitialized to 0 or spaces for each case, or left at its
2913 existing value.  @xref{LEAVE}.
2914
2915 @cindex missing values
2916 @cindex values, missing
2917 @item Missing values
2918 Optionally, up to three values, or a range of values, or a specific
2919 value plus a range, can be specified as @dfn{user-missing values}.
2920 There is also a @dfn{system-missing value} that is assigned to an
2921 observation when there is no other obvious value for that observation.
2922 Observations with missing values are automatically excluded from
2923 analyses.  User-missing values are actual data values, while the
2924 system-missing value is not a value at all.  @xref{Missing Observations}.
2925
2926 @cindex variable labels
2927 @cindex labels, variable
2928 @item Variable label
2929 A string that describes the variable.  @xref{VARIABLE LABELS}.
2930
2931 @cindex value labels
2932 @cindex labels, value
2933 @item Value label
2934 Optionally, these associate each possible value of the variable with a
2935 string.  @xref{VALUE LABELS}.
2936
2937 @cindex print format
2938 @item Print format
2939 Display width, format, and (for numeric variables) number of decimal
2940 places.  This attribute does not affect how data are stored, just how
2941 they are displayed.  Example: a width of 8, with 2 decimal places.
2942 @xref{PRINT FORMATS}.
2943
2944 @cindex write format
2945 @item Write format
2946 Similar to print format, but used by certain commands that are
2947 designed to write to binary files.  @xref{WRITE FORMATS}.
2948 @end table
2949
2950 @node System Variables, Sets of Variables, Attributes, Variables
2951 @subsection Variables Automatically Defined by PSPP
2952 @cindex system variables
2953 @cindex variables, system
2954
2955 There are seven system variables.  These are not like ordinary
2956 variables, as they are not stored in each case.  They can only be used
2957 in expressions.  These system variables, whose values and output formats
2958 cannot be modified, are described below.
2959
2960 @table @code
2961 @cindex @code{$CASENUM}
2962 @item $CASENUM
2963 Case number of the case at the moment.  This changes as cases are
2964 shuffled around.
2965
2966 @cindex @code{$DATE}
2967 @item $DATE
2968 Date the PSPP process was started, in format A9, following the
2969 pattern @code{DD MMM YY}.
2970
2971 @cindex @code{$JDATE}
2972 @item $JDATE
2973 Number of days between 15 Oct 1582 and the time the PSPP process
2974 was started.
2975
2976 @cindex @code{$LENGTH}
2977 @item $LENGTH
2978 Page length, in lines, in format F11.
2979
2980 @cindex @code{$SYSMIS}
2981 @item $SYSMIS
2982 System missing value, in format F1.
2983
2984 @cindex @code{$TIME}
2985 @item $TIME
2986 Number of seconds between midnight 14 Oct 1582 and the time the active file
2987 was read, in format F20.
2988
2989 @cindex @code{$WIDTH}
2990 @item $WIDTH
2991 Page width, in characters, in format F3.
2992 @end table
2993
2994 @node Sets of Variables, Input/Output Formats, System Variables, Variables
2995 @subsection Lists of variable names
2996 @cindex TO convention
2997 @cindex convention, TO
2998
2999 There are several ways to specify a set of variables:
3000
3001 @enumerate
3002 @item
3003 (Most commonly.)  List the variable names one after another, optionally
3004 separating them by commas.
3005
3006 @cindex @code{TO}
3007 @item
3008 (This method cannot be used on commands that define the dictionary, such
3009 as @cmd{DATA LIST}.)  The syntax is the names of two existing variables,
3010 separated by the reserved keyword @code{TO}.  The meaning is to include
3011 every variable in the dictionary between and including the variables
3012 specified.  For instance, if the dictionary contains six variables with
3013 the names @code{ID}, @code{X1}, @code{X2}, @code{GOAL}, @code{MET}, and
3014 @code{NEXTGOAL}, in that order, then @code{X2 TO MET} would include
3015 variables @code{X2}, @code{GOAL}, and @code{MET}.
3016
3017 @item
3018 (This method can be used only on commands that define the dictionary,
3019 such as @cmd{DATA LIST}.)  It is used to define sequences of variables
3020 that end in consecutive integers.  The syntax is two identifiers that
3021 end in numbers.  This method is best illustrated with examples:
3022
3023 @itemize @bullet
3024 @item
3025 The syntax @code{X1 TO X5} defines 5 variables:
3026
3027 @itemize @minus
3028 @item
3029 X1
3030 @item
3031 X2
3032 @item
3033 X3
3034 @item
3035 X4
3036 @item
3037 X5
3038 @end itemize
3039
3040 @item
3041 The syntax @code{ITEM0008 TO ITEM0013} defines 6 variables:
3042
3043 @itemize @minus
3044 @item
3045 ITEM0008
3046 @item
3047 ITEM0009
3048 @item
3049 ITEM0010
3050 @item
3051 ITEM0011
3052 @item
3053 ITEM0012
3054 @item
3055 ITEM0013
3056 @end itemize
3057
3058 @item
3059 Each of the syntaxes @code{QUES001 TO QUES9} and @code{QUES6 TO QUES3}
3060 are invalid, although for different reasons, which should be evident.
3061 @end itemize
3062
3063 Note that after a set of variables has been defined with @cmd{DATA LIST}
3064 or another command with this method, the same set can be referenced on
3065 later commands using the same syntax.
3066
3067 @item
3068 The above methods can be combined, either one after another or delimited
3069 by commas.  For instance, the combined syntax @code{A Q5 TO Q8 X TO Z}
3070 is legal as long as each part @code{A}, @code{Q5 TO Q8}, @code{X TO Z}
3071 is individually legal.
3072 @end enumerate
3073
3074 @node Input/Output Formats, Scratch Variables, Sets of Variables, Variables
3075 @subsection Input and Output Formats
3076
3077 Data that PSPP inputs and outputs must have one of a number of formats.
3078 These formats are described, in general, by a format specification of
3079 the form @code{NAMEw.d}, where @var{name} is the
3080 format name and @var{w} is a field width.  @var{d} is the optional
3081 desired number of decimal places, if appropriate.  If @var{d} is not
3082 included then it is assumed to be 0.  Some formats do not allow @var{d}
3083 to be specified.
3084
3085 When an input format is specified on @cmd{DATA LIST} or another
3086 command, then
3087 it is converted to an output format for the purposes of @cmd{PRINT}
3088 and other
3089 data output commands.  For most purposes, input and output formats are
3090 the same; the salient differences are described below.
3091
3092 Below are listed the input and output formats supported by PSPP.  If an
3093 input format is mapped to a different output format by default, then
3094 that mapping is indicated with @result{}.  Each format has the listed
3095 bounds on input width (iw) and output width (ow).
3096
3097 The standard numeric input and output formats are given in the following
3098 table:
3099
3100 @table @asis
3101 @item Fw.d: 1 <= iw,ow <= 40
3102 Standard decimal format with @var{d} decimal places.  If the number is
3103 too large to fit within the field width, it is expressed in scientific
3104 notation (@code{1.2+34}) if w >= 6, with always at least two digits in
3105 the exponent.  When used as an input format, scientific notation is
3106 allowed but an E or an F must be used to introduce the exponent.
3107
3108 The default output format is the same as the input format, except if
3109 @var{d} > 1.  In that case the output @var{w} is always made to be at
3110 least 2 + @var{d}.
3111
3112 @item Ew.d: 1 <= iw <= 40; 6 <= ow <= 40
3113 For input this is equivalent to F format except that no E or F is
3114 require to introduce the exponent.  For output, produces scientific
3115 notation in the form @code{1.2+34}.  There are always at least two
3116 digits given in the exponent.
3117
3118 The default output @var{w} is the largest of the input @var{w}, the
3119 input @var{d} + 7, and 10.  The default output @var{d} is the input
3120 @var{d}, but at least 3.
3121
3122 @item COMMAw.d: 1 <= iw,ow <= 40
3123 Equivalent to F format, except that groups of three digits are
3124 comma-separated on output.  If the number is too large to express in the
3125 field width, then first commas are eliminated, then if there is still
3126 not enough space the number is expressed in scientific notation given
3127 that w >= 6.  Commas are allowed and ignored when this is used as an
3128 input format.  
3129
3130 @item DOTw.d: 1 <= iw,ow <= 40
3131 Equivalent to COMMA format except that the roles of comma and decimal
3132 point are interchanged.  However: If SET /DECIMAL=DOT is in effect, then
3133 COMMA uses @samp{,} for a decimal point and DOT uses @samp{.} for a
3134 decimal point.
3135
3136 @item DOLLARw.d: 1 <= iw <= 40; 2 <= ow <= 40
3137 Equivalent to COMMA format, except that the number is prefixed by a
3138 dollar sign (@samp{$}) if there is room.  On input the value is allowed
3139 to be prefixed by a dollar sign, which is ignored.
3140
3141 The default output @var{w} is the input @var{w}, but at least 2.
3142
3143 @item PCTw.d: 2 <= iw,ow <= 40
3144 Equivalent to F format, except that the number is suffixed by a percent
3145 sign (@samp{%}) if there is room.  On input the value is allowed to be
3146 suffixed by a percent sign, which is ignored.
3147
3148 The default output @var{w} is the input @var{w}, but at least 2.
3149
3150 @item Nw.d: 1 <= iw,ow <= 40
3151 Only digits are allowed within the field width.  The decimal point is
3152 assumed to be @var{d} digits from the right margin.
3153
3154 The default output format is F with the same @var{w} and @var{d}, except
3155 if @var{d} > 1.  In that case the output @var{w} is always made to be at
3156 least 2 + @var{d}.
3157
3158 @item Zw.d @result{} F: 1 <= iw,ow <= 40
3159 Zoned decimal input.  If you need to use this then you know how.
3160
3161 @item IBw.d @result{} F: 1 <= iw,ow <= 8
3162 Integer binary format.  The field is interpreted as a fixed-point
3163 positive or negative binary number in two's-complement notation.  The
3164 location of the decimal point is implied.  Endianness is the same as the
3165 host machine.
3166
3167 The default output format is F8.2 if @var{d} is 0.  Otherwise it is F,
3168 with output @var{w} as 9 + input @var{d} and output @var{d} as input
3169 @var{d}.
3170
3171 @item PIB @result{} F: 1 <= iw,ow <= 8
3172 Positive integer binary format.  The field is interpreted as a
3173 fixed-point positive binary number.  The location of the decimal point
3174 is implied.  Endianness is teh same as the host machine.
3175
3176 The default output format follows the rules for IB format.
3177
3178 @item Pw.d @result{} F: 1 <= iw,ow <= 16
3179 Binary coded decimal format.  Each byte from left to right, except the
3180 rightmost, represents two digits.  The upper nibble of each byte is more
3181 significant.  The upper nibble of the final byte is the least
3182 significant digit.  The lower nibble of the final byte is the sign; a
3183 value of D represents a negative sign and all other values are
3184 considered positive.  The decimal point is implied.
3185
3186 The default output format follows the rules for IB format.
3187
3188 @item PKw.d @result{} F: 1 <= iw,ow <= 16
3189 Positive binary code decimal format.  Same as P but the last byte is the
3190 same as the others.
3191
3192 The default output format follows the rules for IB format.
3193
3194 @item RBw @result{} F: 2 <= iw,ow <= 8
3195
3196 Binary C architecture-dependent ``double'' format.  For a standard
3197 IEEE754 implementation @var{w} should be 8.
3198
3199 The default output format follows the rules for IB format.
3200
3201 @item PIBHEXw.d @result{} F: 2 <= iw,ow <= 16
3202 PIB format encoded as textual hex digit pairs.  @var{w} must be even.
3203
3204 The input width is mapped to a default output width as follows:
3205 2@result{}4, 4@result{}6, 6@result{}9, 8@result{}11, 10@result{}14,
3206 12@result{}16, 14@result{}18, 16@result{}21.  No allowances are made for
3207 decimal places.
3208
3209 @item RBHEXw @result{} F: 4 <= iw,ow <= 16
3210
3211 RB format encoded as textual hex digits pairs.  @var{w} must be even.
3212
3213 The default output format is F8.2.
3214
3215 @item CCAw.d: 1 <= ow <= 40
3216 @itemx CCBw.d: 1 <= ow <= 40
3217 @itemx CCCw.d: 1 <= ow <= 40
3218 @itemx CCDw.d: 1 <= ow <= 40
3219 @itemx CCEw.d: 1 <= ow <= 40
3220
3221 User-defined custom currency formats.  May not be used as an input
3222 format.  @xref{SET}, for more details.
3223 @end table
3224
3225 The date and time numeric input and output formats accept a number of
3226 possible formats.  Before describing the formats themselves, some
3227 definitions of the elements that make up their formats will be helpful:
3228
3229 @table @dfn
3230 @item leader
3231 All formats accept an optional whitespace leader.
3232
3233 @item day
3234 An integer between 1 and 31 representing the day of month.
3235
3236 @item day-count
3237 An integer representing a number of days.
3238
3239 @item date-delimiter
3240 One or more characters of whitespace or the following characters:
3241 @code{- / . ,}
3242
3243 @item month
3244 A month name in one of the following forms:
3245 @itemize @bullet
3246 @item
3247 An integer between 1 and 12.
3248 @item
3249 Roman numerals representing an integer between 1 and 12.
3250 @item
3251 At least the first three characters of an English month name (January,
3252 February, @dots{}).
3253 @end itemize
3254
3255 @item year
3256 An integer year number between 1582 and 19999, or between 1 and 199.
3257 Years between 1 and 199 will have 1900 added.
3258
3259 @item julian
3260 A single number with a year number in the first 2, 3, or 4 digits (as
3261 above) and the day number within the year in the last 3 digits.
3262
3263 @item quarter
3264 An integer between 1 and 4 representing a quarter.
3265
3266 @item q-delimiter
3267 The letter @samp{Q} or @samp{q}.
3268
3269 @item week
3270 An integer between 1 and 53 representing a week within a year.
3271
3272 @item wk-delimiter
3273 The letters @samp{wk} in any case.
3274
3275 @item time-delimiter
3276 At least one characters of whitespace or @samp{:} or @samp{.}.
3277
3278 @item hour
3279 An integer greater than 0 representing an hour.
3280
3281 @item minute
3282 An integer between 0 and 59 representing a minute within an hour.
3283
3284 @item opt-second
3285 Optionally, a time-delimiter followed by a real number representing a
3286 number of seconds.
3287
3288 @item hour24
3289 An integer between 0 and 23 representing an hour within a day.
3290
3291 @item weekday
3292 At least the first two characters of an English day word.
3293
3294 @item spaces
3295 Any amount or no amount of whitespace.
3296
3297 @item sign
3298 An optional positive or negative sign.
3299
3300 @item trailer
3301 All formats accept an optional whitespace trailer.
3302 @end table
3303
3304 The date input formats are strung together from the above pieces.  On
3305 output, the date formats are always printed in a single canonical
3306 manner, based on field width.  The date input and output formats are
3307 described below:
3308
3309 @table @asis
3310 @item DATEw: 9 <= iw,ow <= 40
3311 Date format. Input format: leader + day + date-delimiter +
3312 month + date-delimiter + year + trailer.  Output format: DD-MMM-YY for
3313 @var{w} < 11, DD-MMM-YYYY otherwise.
3314
3315 @item EDATEw: 8 <= iw,ow <= 40
3316 European date format.  Input format same as DATE.  Output format:
3317 DD.MM.YY for @var{w} < 10, DD.MM.YYYY otherwise.
3318
3319 @item SDATEw: 8 <= iw,ow <= 40
3320 Standard date format. Input format: leader + year + date-delimiter +
3321 month + date-delimiter + day + trailer.  Output format: YY/MM/DD for
3322 @var{w} < 10, YYYY/MM/DD otherwise.
3323
3324 @item ADATEw: 8 <= iw,ow <= 40
3325 American date format.  Input format: leader + month + date-delimiter +
3326 day + date-delimiter + year + trailer.  Output format: MM/DD/YY for
3327 @var{w} < 10, MM/DD/YYYY otherwise.
3328
3329 @item JDATEw: 5 <= iw,ow <= 40
3330 Julian date format.  Input format: leader + julian + trailer.  Output
3331 format: YYDDD for @var{w} < 7, YYYYDDD otherwise.
3332
3333 @item QYRw: 4 <= iw <= 40, 6 <= ow <= 40
3334 Quarter/year format.  Input format: leader + quarter + q-delimiter +
3335 year + trailer.  Output format: @samp{Q Q YY}, where the first
3336 @samp{Q} is one of the digits 1, 2, 3, 4, if @var{w} < 8, @code{Q Q
3337 YYYY} otherwise.
3338
3339 @item MOYRw: 6 <= iw,ow <= 40
3340 Month/year format.  Input format: leader + month + date-delimiter + year
3341 + trailer.  Output format: @samp{MMM YY} for @var{w} < 8, @samp{MMM
3342 YYYY} otherwise.
3343
3344 @item WKYRw: 6 <= iw <= 40, 8 <= ow <= 40
3345 Week/year format.  Input format: leader + week + wk-delimiter + year +
3346 trailer.  Output format: @samp{WW WK YY} for @var{w} < 10, @samp{WW WK
3347 YYYY} otherwise.
3348
3349 @item DATETIMEw.d: 17 <= iw,ow <= 40
3350 Date and time format.  Input format: leader + day + date-delimiter +
3351 month + date-delimiter + yaer + time-delimiter + hour24 + time-delimiter
3352 + minute + opt-second.  Output format: @samp{DD-MMM-YYYY HH:MM}.  If
3353 @var{w} > 19 then seconds @samp{:SS} is added.  If @var{w} > 22 and
3354 @var{d} > 0 then fractional seconds @samp{.SS} are added.
3355
3356 @item TIMEw.d: 5 <= iw,ow <= 40
3357 Time format.  Input format: leader + sign + spaces + hour +
3358 time-delimiter + minute + opt-second.  Output format: @samp{HH:MM}.
3359 Seconds and fractional seconds are available with @var{w} of at least 8
3360 and 10, respectively.
3361
3362 @item DTIMEw.d: 1 <= iw <= 40, 8 <= ow <= 40
3363 Time format with day count.  Input format: leader + sign + spaces +
3364 day-count + time-delimiter + hour + time-delimiter + minute +
3365 opt-second.  Output format: @samp{DD HH:MM}.  Seconds and fractional
3366 seconds are available with @var{w} of at least 8 and 10, respectively.
3367
3368 @item WKDAYw: 2 <= iw,ow <= 40
3369 A weekday as a number between 1 and 7, where 1 is Sunday.  Input format:
3370 leader + weekday + trailer.  Output format: as many characters, in all
3371 capital letters, of the English name of the weekday as will fit in the
3372 field width.
3373
3374 @item MONTHw: 3 <= iw,ow <= 40
3375 A month as a number between 1 and 12, where 1 is January.  Input format:
3376 leader + month + trailer.  Output format: as many character, in all
3377 capital letters, of the English name of the month as will fit in the
3378 field width.
3379 @end table
3380
3381 There are only two formats that may be used with string variables:
3382
3383 @table @asis
3384 @item Aw: 1 <= iw <= 255, 1 <= ow <= 254
3385 The entire field is treated as a string value.
3386
3387 @item AHEXw @result{} A: 2 <= iw <= 254; 2 <= ow <= 510
3388 The field is composed of characters in a string encoded as textual hex
3389 digit pairs.
3390
3391 The default output @var{w} is half the input @var{w}.
3392 @end table
3393
3394 @node Scratch Variables,  , Input/Output Formats, Variables
3395 @subsection Scratch Variables
3396
3397 Most of the time, variables don't retain their values between cases.
3398 Instead, either they're being read from a data file or the active file,
3399 in which case they assume the value read, or, if created with
3400 @cmd{COMPUTE} or
3401 another transformation, they're initialized to the system-missing value
3402 or to blanks, depending on type.
3403
3404 However, sometimes it's useful to have a variable that keeps its value
3405 between cases.  You can do this with @cmd{LEAVE} (@pxref{LEAVE}), or you can
3406 use a @dfn{scratch variable}.  Scratch variables are variables whose
3407 names begin with an octothorpe (@samp{#}).  
3408
3409 Scratch variables have the same properties as variables left with
3410 @cmd{LEAVE}:
3411 they retain their values between cases, and for the first case they are
3412 initialized to 0 or blanks.  They have the additional property that they
3413 are deleted before the execution of any procedure.  For this reason,
3414 scratch variables can't be used for analysis.  To obtain the same
3415 effect, use @cmd{COMPUTE} (@pxref{COMPUTE}) to copy the scratch variable's
3416 value into an ordinary variable, then analysis that variable.
3417
3418 @node Files, BNF, Variables, Language
3419 @section Files Used by PSPP
3420
3421 PSPP makes use of many files each time it runs.  Some of these it
3422 reads, some it writes, some it creates.  Here is a table listing the
3423 most important of these files:
3424
3425 @table @strong
3426 @cindex file, command
3427 @cindex file, syntax file
3428 @cindex command file
3429 @cindex syntax file
3430 @item command file
3431 @itemx syntax file
3432 These names (synonyms) refer to the file that contains instructions to
3433 PSPP that tell it what to do.  The syntax file's name is specified on
3434 the PSPP command line.  Syntax files can also be pulled in with
3435 @cmd{INCLUDE} (@pxref{INCLUDE}).
3436
3437 @cindex file, data
3438 @cindex data file
3439 @item data file
3440 Data files contain raw data in ASCII format suitable for being read in
3441 by @cmd{DATA LIST}.  Data can be embedded in the syntax
3442 file with @cmd{BEGIN DATA} and @cmd{END DATA}: this makes the
3443 syntax file a data file too.
3444
3445 @cindex file, output
3446 @cindex output file
3447 @item listing file
3448 One or more output files are created by PSPP each time it is
3449 run.  The output files receive the tables and charts produced by
3450 statistical procedures.  The output files may be in any number of formats,
3451 depending on how PSPP is configured.
3452
3453 @cindex active file
3454 @cindex file, active
3455 @item active file
3456 The active file is the ``file'' on which all PSPP procedures
3457 are performed.  The active file contains variable definitions and
3458 cases.  The active file is not necessarily a disk file: it is stored
3459 in memory if there is room.
3460 @end table
3461
3462 @node BNF,  , Files, Language
3463 @section Backus-Naur Form
3464 @cindex BNF
3465 @cindex Backus-Naur Form
3466 @cindex command syntax, description of
3467 @cindex description of command syntax
3468
3469 The syntax of some parts of the PSPP language is presented in this
3470 manual using the formalism known as @dfn{Backus-Naur Form}, or BNF. The
3471 following table describes BNF:
3472
3473 @itemize @bullet
3474 @cindex keywords
3475 @cindex terminals
3476 @item
3477 Words in all-uppercase are PSPP keyword tokens.  In BNF, these are
3478 often called @dfn{terminals}.  There are some special terminals, which
3479 are actually written in lowercase for clarity:
3480
3481 @table @asis
3482 @cindex @code{number}
3483 @item @code{number}
3484 A real number.
3485
3486 @cindex @code{integer}
3487 @item @code{integer}
3488 An integer number.
3489
3490 @cindex @code{string}
3491 @item @code{string}
3492 A string.
3493
3494 @cindex @code{var-name}
3495 @item @code{var-name}
3496 A single variable name.
3497
3498 @cindex operators
3499 @cindex punctuators
3500 @item @code{=}, @code{/}, @code{+}, @code{-}, etc.
3501 Operators and punctuators.
3502
3503 @cindex @code{.}
3504 @cindex terminal dot
3505 @cindex dot, terminal
3506 @item @code{.}
3507 The terminal dot.  This is not necessarily an actual dot in the syntax
3508 file: @xref{Commands}, for more details.
3509 @end table
3510
3511 @item
3512 @cindex productions
3513 @cindex nonterminals
3514 Other words in all lowercase refer to BNF definitions, called
3515 @dfn{productions}.  These productions are also known as
3516 @dfn{nonterminals}.  Some nonterminals are very common, so they are
3517 defined here in English for clarity:
3518
3519 @table @code
3520 @cindex @code{var-list}
3521 @item var-list
3522 A list of one or more variable names or the keyword @code{ALL}.
3523
3524 @cindex @code{expression}
3525 @item expression
3526 An expression.  @xref{Expressions}, for details.
3527 @end table
3528
3529 @item
3530 @cindex @code{::=}
3531 @cindex ``is defined as''
3532 @cindex productions
3533 @samp{::=} means ``is defined as''.  The left side of @samp{::=} gives
3534 the name of the nonterminal being defined.  The right side of @samp{::=}
3535 gives the definition of that nonterminal.  If the right side is empty,
3536 then one possible expansion of that nonterminal is nothing.  A BNF
3537 definition is called a @dfn{production}.
3538
3539 @item
3540 @cindex terminals and nonterminals, differences
3541 So, the key difference between a terminal and a nonterminal is that a
3542 terminal cannot be broken into smaller parts---in fact, every terminal
3543 is a single token (@pxref{Tokens}).  On the other hand, nonterminals are
3544 composed of a (possibly empty) sequence of terminals and nonterminals.
3545 Thus, terminals indicate the deepest level of syntax description.  (In
3546 parsing theory, terminals are the leaves of the parse tree; nonterminals
3547 form the branches.)
3548
3549 @item
3550 @cindex start symbol
3551 @cindex symbol, start
3552 The first nonterminal defined in a set of productions is called the
3553 @dfn{start symbol}.  The start symbol defines the entire syntax for
3554 that command.
3555 @end itemize
3556
3557 @node Expressions, Data Input and Output, Language, Top
3558 @chapter Mathematical Expressions
3559 @cindex expressions, mathematical
3560 @cindex mathematical expressions
3561
3562 Some PSPP commands use expressions, which share a common syntax
3563 among all PSPP commands.  Expressions are made up of
3564 @dfn{operands}, which can be numbers, strings, or variable names,
3565 separated by @dfn{operators}.  There are five types of operators:
3566 grouping, arithmetic, logical, relational, and functions.
3567
3568 Every operator takes one or more @dfn{arguments} as input and produces
3569 or @dfn{returns} exactly one result as output.  Both strings and numeric
3570 values can be used as arguments and are produced as results, but each
3571 operator accepts only specific combinations of numeric and string values
3572 as arguments.  With few exceptions, operator arguments may be
3573 full-fledged expressions in themselves.
3574
3575 @menu
3576 * Booleans::                       Boolean values.
3577 * Missing Values in Expressions::  Using missing values in expressions.
3578 * Grouping Operators::             ( )
3579 * Arithmetic Operators::           + - * / **
3580 * Logical Operators::              AND NOT OR
3581 * Relational Operators::           EQ GE GT LE LT NE
3582 * Functions::                      More-sophisticated operators.
3583 * Order of Operations::            Operator precedence.
3584 @end menu
3585
3586 @node Booleans, Missing Values in Expressions, Expressions, Expressions
3587 @section Boolean values
3588 @cindex Boolean
3589 @cindex values, Boolean
3590
3591 There is a third type for arguments and results, the @dfn{Boolean} type,
3592 which is used to represent true/false conditions.  Booleans have only
3593 three possible values: 0 (false), 1 (true), and system-missing.
3594 System-missing is neither true nor false.
3595
3596 @itemize @bullet
3597 @item
3598 A numeric expression that has value 0, 1, or system-missing may be used
3599 in place of a Boolean.  Thus, the expression @code{0 AND 1} is valid
3600 (although it is always false).
3601
3602 @item
3603 A numeric expression with any other value will cause an error if it is
3604 used as a Boolean.  So, @code{2 OR 3} is invalid.
3605
3606 @item
3607 A Boolean expression may not be used in place of a numeric expression.
3608 Thus, @code{(1>2) + (3<4)} is invalid.
3609
3610 @item
3611 Strings and Booleans are not compatible, and neither may be used in
3612 place of the other.
3613 @end itemize
3614
3615 @node Missing Values in Expressions, Grouping Operators, Booleans, Expressions
3616 @section Missing Values in Expressions
3617
3618 String missing values are not treated specially in expressions.  Most
3619 numeric operators return system-missing when given system-missing
3620 arguments.  Exceptions are listed under particular operator
3621 descriptions.
3622
3623 User-missing values for numeric variables are always transformed into
3624 the system-missing value, except inside the arguments to the
3625 @code{VALUE}, @code{SYSMIS}, and @code{MISSING} functions.
3626
3627 The missing-value functions can be used to precisely control how missing
3628 values are treated in expressions.  @xref{Missing Value Functions}, for
3629 more details.
3630
3631 @node Grouping Operators, Arithmetic Operators, Missing Values in Expressions, Expressions
3632 @section Grouping Operators
3633 @cindex parentheses
3634 @cindex @samp{(  )}
3635 @cindex grouping operators
3636 @cindex operators, grouping
3637
3638 Parentheses (@samp{()}) are the grouping operators.  Surround an
3639 expression with parentheses to force early evaluation.
3640
3641 Parentheses also surround the arguments to functions, but in that
3642 situation they act as punctuators, not as operators.
3643
3644 @node Arithmetic Operators, Logical Operators, Grouping Operators, Expressions
3645 @section Arithmetic Operators
3646 @cindex operators, arithmetic
3647 @cindex arithmetic operators
3648
3649 The arithmetic operators take numeric arguments and produce numeric
3650 results.
3651
3652 @table @code
3653 @cindex @samp{+}
3654 @cindex addition
3655 @item @var{a} + @var{b}
3656 Adds @var{a} and @var{b}, returning the sum.
3657
3658 @cindex @samp{-}
3659 @cindex subtraction
3660 @item @var{a} - @var{b}
3661 Subtracts @var{b} from @var{a}, returning the difference.
3662
3663 @cindex @samp{*}
3664 @cindex multiplication
3665 @item @var{a} * @var{b}
3666 Multiplies @var{a} and @var{b}, returning the product.
3667
3668 @cindex @samp{/}
3669 @cindex division
3670 @item @var{a} / @var{b}
3671 Divides @var{a} by @var{b}, returning the quotient.  If @var{b} is
3672 zero, the result is system-missing.
3673
3674 @cindex @samp{**}
3675 @cindex exponentiation
3676 @item @var{a} ** @var{b}
3677 Returns the result of raising @var{a} to the power @var{b}.  If
3678 @var{a} is negative and @var{b} is not an integer, the result is
3679 system-missing.  The result of @code{0**0} is system-missing as well.
3680
3681 @cindex @samp{-}
3682 @cindex negation
3683 @item - @var{a}
3684 Reverses the sign of @var{a}.  
3685 @end table
3686
3687 @node Logical Operators, Relational Operators, Arithmetic Operators, Expressions
3688 @section Logical Operators
3689 @cindex logical operators
3690 @cindex operators, logical
3691
3692 @cindex true
3693 @cindex false
3694 @cindex Boolean
3695 @cindex values, system-missing
3696 @cindex system-missing
3697 The logical operators take logical arguments and produce logical
3698 results, meaning ``true or false''.  PSPP logical operators are
3699 not true Boolean operators because they may also result in a
3700 system-missing value.
3701
3702 @table @code
3703 @cindex @code{AND}
3704 @cindex @samp{&}
3705 @cindex intersection, logical
3706 @cindex logical intersection
3707 @item @var{a} AND @var{b}
3708 @itemx @var{a} & @var{b}
3709 True if both @var{a} and @var{b} are true.  However, if one argument is
3710 false and the other is missing, the result is false, not missing.  If
3711 both arguments are missing, the result is missing.
3712
3713 @cindex @code{OR}
3714 @cindex @samp{|}
3715 @cindex union, logical
3716 @cindex logical union
3717 @item @var{a} OR @var{b}
3718 @itemx @var{a} | @var{b}
3719 True if at least one of @var{a} and @var{b} is true.  If one argument is
3720 true and the other is missing, the result is true, not missing.  If both
3721 arguments are missing, the result is missing.
3722
3723 @cindex @code{NOT}
3724 @cindex @samp{~}
3725 @cindex inversion, logical
3726 @cindex logical inversion
3727 @item NOT @var{a}
3728 @itemx ~ @var{a}
3729 True if @var{a} is false.
3730 @end table
3731
3732 @node Relational Operators, Functions, Logical Operators, Expressions
3733 @section Relational Operators
3734
3735 The relational operators take numeric or string arguments and produce Boolean
3736 results.
3737
3738 Note that, with numeric arguments, PSPP does not make exact
3739 relational tests.  Instead, two numbers are considered to be equal even
3740 if they differ by a small amount.  This amount, @dfn{epsilon}, is
3741 dependent on the PSPP configuration and determined at compile
3742 time.  (The default value is 0.000000001, or 
3743 @ifinfo
3744 @code{10**(-9)}.)
3745 @end ifinfo
3746 @tex
3747 $10 ^{-9}$.)
3748 @end tex
3749 Use of epsilon allows for round-off errors.  Use of epsilon is also
3750 idiotic, but the author is not a numeric analyst.
3751
3752 Strings cannot be compared to numbers.  When strings of different
3753 lengths are compared, the shorter string is right-padded with spaces
3754 to match the length of the longer string.
3755
3756 The results of string comparisons, other than tests for equality or
3757 inequality, are dependent on the character set in use.  String
3758 comparisons are case-sensitive.
3759
3760 @table @code
3761 @cindex equality, testing
3762 @cindex testing for equality
3763 @cindex @code{EQ}
3764 @cindex @samp{=}
3765 @item @var{a} EQ @var{b}
3766 @itemx @var{a} = @var{b}
3767 True if @var{a} is equal to @var{b}.
3768
3769 @cindex less than or equal to
3770 @cindex @code{LE}
3771 @cindex @code{<=}
3772 @item @var{a} LE @var{b}
3773 @itemx @var{a} <= @var{b}
3774 True if @var{a} is less than or equal to @var{b}.
3775
3776 @cindex less than
3777 @cindex @code{LT}
3778 @cindex @code{<}
3779 @item @var{a} LT @var{b}
3780 @itemx @var{a} < @var{b}
3781 True if @var{a} is less than @var{b}.
3782
3783 @cindex greater than or equal to
3784 @cindex @code{GE}
3785 @cindex @code{>=}
3786 @item @var{a} GE @var{b}
3787 @itemx @var{a} >= @var{b}
3788 True if @var{a} is greater than or equal to @var{b}.
3789
3790 @cindex greater than
3791 @cindex @code{GT}
3792 @cindex @samp{>}
3793 @item @var{a} GT @var{b}
3794 @itemx @var{a} > @var{b}
3795 True if @var{a} is greater than @var{b}.
3796
3797 @cindex inequality, testing
3798 @cindex testing for inequality
3799 @cindex @code{NE}
3800 @cindex @code{~=}
3801 @cindex @code{<>}
3802 @item @var{a} NE @var{b}
3803 @itemx @var{a} ~= @var{b}
3804 @itemx @var{a} <> @var{b}
3805 True is @var{a} is not equal to @var{b}.
3806 @end table
3807
3808 @node Functions, Order of Operations, Relational Operators, Expressions
3809 @section Functions
3810 @cindex functions
3811
3812 @cindex mathematics
3813 @cindex operators
3814 @cindex parentheses
3815 @cindex @code{(}
3816 @cindex @code{)}
3817 @cindex names, of functions
3818 PSPP functions provide mathematical abilities above and beyond
3819 those possible using simple operators.  Functions have a common
3820 syntax: each is composed of a function name followed by a left
3821 parenthesis, one or more arguments, and a right parenthesis.  Function
3822 names are @strong{not} reserved; their names are specially treated
3823 only when followed by a left parenthesis: @code{EXP(10)} refers to the
3824 constant value @code{e} raised to the 10th power, but @code{EXP} by
3825 itself refers to the value of variable EXP.
3826
3827 The sections below describe each function in detail.
3828
3829 @menu
3830 * Advanced Mathematics::        EXP LG10 LN SQRT
3831 * Miscellaneous Mathematics::   ABS MOD MOD10 RND TRUNC
3832 * Trigonometry::                ACOS ARCOS ARSIN ARTAN ASIN ATAN COS SIN TAN
3833 * Missing Value Functions::     MISSING NMISS NVALID SYSMIS VALUE
3834 * Pseudo-Random Numbers::       NORMAL UNIFORM
3835 * Set Membership::              ANY RANGE
3836 * Statistical Functions::       CFVAR MAX MEAN MIN SD SUM VARIANCE
3837 * String Functions::            CONCAT INDEX LENGTH LOWER LPAD LTRIM NUMBER 
3838                                 RINDEX RPAD RTRIM STRING SUBSTR UPCASE
3839 * Time & Date::                 CTIME.xxx DATE.xxx TIME.xxx XDATE.xxx
3840 * Miscellaneous Functions::     LAG YRMODA
3841 * Functions Not Implemented::   CDF.xxx CDFNORM IDF.xxx NCDF.xxx PROBIT RV.xxx
3842 @end menu
3843
3844 @node Advanced Mathematics, Miscellaneous Mathematics, Functions, Functions
3845 @subsection Advanced Mathematical Functions
3846 @cindex mathematics, advanced
3847
3848 Advanced mathematical functions take numeric arguments and produce
3849 numeric results.
3850
3851 @deftypefn {Function} {} EXP (@var{exponent})
3852 Returns @i{e} (approximately 2.71828) raised to power @var{exponent}.
3853 @end deftypefn
3854
3855 @cindex logarithms
3856 @deftypefn {Function} {} LG10 (@var{number})
3857 Takes the base-10 logarithm of @var{number}.  If @var{number} is
3858 not positive, the result is system-missing.
3859 @end deftypefn
3860
3861 @deftypefn {Function} {} LN (@var{number})
3862 Takes the base-@i{e} logarithm of @var{number}.  If @var{number} is
3863 not positive, the result is system-missing.
3864 @end deftypefn
3865
3866 @cindex square roots
3867 @deftypefn {Function} {} SQRT (@var{number})
3868 Takes the square root of @var{number}.  If @var{number} is negative,
3869 the result is system-missing.
3870 @end deftypefn
3871
3872 @node Miscellaneous Mathematics, Trigonometry, Advanced Mathematics, Functions
3873 @subsection Miscellaneous Mathematical Functions
3874 @cindex mathematics, miscellaneous
3875
3876 Miscellaneous mathematical functions take numeric arguments and produce
3877 numeric results.
3878
3879 @cindex absolute value
3880 @deftypefn {Function} {} ABS (@var{number})
3881 Results in the absolute value of @var{number}.
3882 @end deftypefn
3883
3884 @cindex modulus
3885 @deftypefn {Function} {} MOD (@var{numerator}, @var{denominator})
3886 Returns the remainder (modulus) of @var{numerator} divided by
3887 @var{denominator}.  If @var{denominator} is 0, the result is
3888 system-missing.  However, if @var{numerator} is 0 and
3889 @var{denominator} is system-missing, the result is 0.
3890 @end deftypefn
3891
3892 @cindex modulus, by 10
3893 @deftypefn {Function} {} MOD10 (@var{number})
3894 Returns the remainder when @var{number} is divided by 10.  If
3895 @var{number} is negative, MOD10(@var{number}) is negative or zero.
3896 @end deftypefn
3897
3898 @cindex rounding
3899 @deftypefn {Function} {} RND (@var{number})
3900 Takes the absolute value of @var{number} and rounds it to an integer.
3901 Then, if @var{number} was negative originally, negates the result.
3902 @end deftypefn
3903
3904 @cindex truncation
3905 @deftypefn {Function} {} TRUNC (@var{number})
3906 Discards the fractional part of @var{number}; that is, rounds
3907 @var{number} towards zero.
3908 @end deftypefn
3909
3910 @node Trigonometry, Missing Value Functions, Miscellaneous Mathematics, Functions
3911 @subsection Trigonometric Functions
3912 @cindex trigonometry
3913
3914 Trigonometric functions take numeric arguments and produce numeric
3915 results.
3916
3917 @cindex arccosine
3918 @cindex inverse cosine
3919 @deftypefn {Function} {} ACOS (@var{number})
3920 @deftypefnx {Function} {} ARCOS (@var{number})
3921 Takes the arccosine, in radians, of @var{number}.  Results in
3922 system-missing if @var{number} is not between -1 and 1.  Portability:
3923 none.
3924 @end deftypefn
3925
3926 @cindex arcsine
3927 @cindex inverse sine
3928 @deftypefn {Function} {} ARSIN (@var{number})
3929 Takes the arcsine, in radians, of @var{number}.  Results in
3930 system-missing if @var{number} is not between -1 and 1 inclusive.
3931 @end deftypefn
3932
3933 @cindex arctangent
3934 @cindex inverse tangent
3935 @deftypefn {Function} {} ARTAN (@var{number})
3936 Takes the arctangent, in radians, of @var{number}.
3937 @end deftypefn
3938
3939 @cindex arcsine
3940 @cindex inverse sine
3941 @deftypefn {Function} {} ASIN (@var{number})
3942 Takes the arcsine, in radians, of @var{number}.  Results in
3943 system-missing if @var{number} is not between -1 and 1 inclusive.
3944 Portability: none.
3945 @end deftypefn
3946
3947 @cindex arctangent
3948 @cindex inverse tangent
3949 @deftypefn {Function} {} ATAN (@var{number})
3950 Takes the arctangent, in radians, of @var{number}.
3951 @end deftypefn
3952
3953 @quotation
3954 @strong{Please note:} Use of the AR* group of inverse trigonometric
3955 functions is recommended over the A* group because they are more
3956 portable.
3957 @end quotation
3958
3959 @cindex cosine
3960 @deftypefn {Function} {} COS (@var{angle})
3961 Takes the cosine of @var{angle} which should be in radians.
3962 @end deftypefn
3963
3964 @cindex sine
3965 @deftypefn {Function} {} SIN (@var{angle})
3966 Takes the sine of @var{angle} which should be in radians.
3967 @end deftypefn
3968
3969 @cindex tangent
3970 @deftypefn {Function} {} TAN (@var{angle})
3971 Takes the tangent of @var{angle} which should be in radians.
3972 Results in system-missing at values
3973 of @var{angle} that are too close to odd multiples of pi/2.
3974 Portability: none.
3975 @end deftypefn
3976
3977 @node Missing Value Functions, Pseudo-Random Numbers, Trigonometry, Functions
3978 @subsection Missing-Value Functions
3979 @cindex missing values
3980 @cindex values, missing
3981 @cindex functions, missing-value
3982
3983 Missing-value functions take various types as arguments, returning
3984 various types of results.
3985
3986 @deftypefn {Function} {} MISSING (@var{variable or expression})
3987 @var{num} may be a single variable name or an expression.  If it is a
3988 variable name, results in 1 if the variable has a user-missing or
3989 system-missing value for the current case, 0 otherwise.  If it is an
3990 expression, results in 1 if the expression has the system-missing value,
3991 0 otherwise.
3992
3993 @quotation
3994 @strong{Please note:} If the argument is a string expression other than
3995 a variable name, MISSING is guaranteed to return 0, because strings do
3996 not have a system-missing value.  Also, when using a numeric expression
3997 argument, remember that user-missing values are converted to the
3998 system-missing value in most contexts.  Thus, the expressions
3999 @code{MISSING(VAR1 @var{op} VAR2)} and @code{MISSING(VAR1) OR
4000 MISSING(VAR2)} are often equivalent, depending on the specific operator
4001 @var{op} used.
4002 @end quotation
4003 @end deftypefn
4004
4005 @deftypefn {Function} {} NMISS (@var{expr} [, @var{expr}]@dots{})
4006 Each argument must be a numeric expression.  Returns the number of
4007 user- or system-missing values in the list.  As a special extension,
4008 the syntax @code{@var{var1} TO @var{var2}} may be used to refer to a
4009 range of variables; see @ref{Sets of Variables}, for more details.
4010 @end deftypefn
4011
4012 @deftypefn {Function} {} NVALID (@var{expr} [, @var{expr}]@dots{})
4013 Each argument must be a numeric expression.  Returns the number of
4014 values in the list that are not user- or system-missing.  As a special extension,
4015 the syntax @code{@var{var1} TO @var{var2}} may be used to refer to a
4016 range of variables; see @ref{Sets of Variables}, for more details.
4017 @end deftypefn
4018
4019 @deftypefn {Function} {} SYSMIS (@var{variable or expression})
4020 When given the name of a numeric variable, returns 1 if the value of
4021 that variable is system-missing.  Otherwise, if the value is not
4022 missing or if it is user-missing, returns 0.  If given the name of a
4023 string variable, always returns 1.  If given an expression other than
4024 a single variable name, results in 1 if the value is system- or
4025 user-missing, 0 otherwise.
4026 @end deftypefn
4027
4028 @deftypefn {Function} {} VALUE (@var{variable})
4029 Prevents the user-missing values of @var{variable} from being
4030 transformed into system-missing values: If @var{variable} is not
4031 system- or user-missing, results in the value of @var{variable}.  If
4032 @var{variable} is user-missing, results in the value of @var{variable}
4033 anyway.  If @var{variable} is system-missing, results in system-missing.
4034 @end deftypefn
4035
4036 @node Pseudo-Random Numbers, Set Membership, Missing Value Functions, Functions
4037 @subsection Pseudo-Random Number Generation Functions
4038 @cindex random numbers
4039 @cindex pseudo-random numbers (see random numbers)
4040
4041 Pseudo-random number generation functions take numeric arguments and
4042 produce numeric results.
4043
4044 PSPP uses the alleged RC4 cipher as a pseudo-random number generator
4045 (PRNG).  The bytes output by this PRNG are system-independent for a
4046 given random seed, but differences in endianness and floating-point
4047 formats will make PRNG results differ from system to system.  RC4
4048 should produce high-quality random numbers for simulation purposes.
4049 (If you're concerned about the quality of the random number generator,
4050 well, you're using a statistical processing package---analyze it!)
4051
4052 PSPP's implementation of RC4 has not undergone any security auditing.
4053 Furthermore, various precautions that would be necessary for secure
4054 operation, such as secure seeding and discarding the first several
4055 bytes of output, have not been taken.  Therefore, PSPP's
4056 implementation of RC4 should not be used for security purposes.
4057
4058 @cindex random numbers, normally-distributed
4059 @deftypefn {Function} {} NORMAL (@var{number})
4060 Results in a random number.  Results from @code{NORMAL} are normally
4061 distributed with a mean of 0 and a standard deviation of @var{number}.
4062 @end deftypefn
4063
4064 @cindex random numbers, uniformly-distributed
4065 @deftypefn {Function} {} UNIFORM (@var{number})
4066 Results in a random number between 0 and @var{number}.  Results from
4067 @code{UNIFORM} are evenly distributed across its entire range.  There
4068 may be a maximum on the largest random number ever generated---this is
4069 often 
4070 @ifinfo 
4071 2**31-1 
4072 @end ifinfo
4073 @tex
4074 $2^{31}-1$
4075 @end tex
4076 (2,147,483,647), but it may be orders of magnitude
4077 higher or lower.
4078 @end deftypefn
4079
4080 @node Set Membership, Statistical Functions, Pseudo-Random Numbers, Functions
4081 @subsection Set-Membership Functions
4082 @cindex set membership
4083 @cindex membership, of set
4084
4085 Set membership functions determine whether a value is a member of a set.
4086 They take a set of numeric arguments or a set of string arguments, and
4087 produce Boolean results.
4088
4089 String comparisons are performed according to the rules given in
4090 @ref{Relational Operators}.
4091
4092 @deftypefn {Function} {} ANY (@var{value}, @var{set} [, @var{set}]@dots{})
4093 Results in true if @var{value} is equal to any of the @var{set}
4094 values.  Otherwise, results in false.  If @var{value} is
4095 system-missing, returns system-missing.  System-missing values in
4096 @var{set} do not cause ANY to return system-missing.
4097 @end deftypefn
4098
4099 @deftypefn {Function} {} RANGE (@var{value}, @var{low}, @var{high} [, @var{low}, @var{high}]@dots{})
4100 Results in true if @var{value} is in any of the intervals bounded by
4101 @var{low} and @var{high} inclusive.  Otherwise, results in false.
4102 Each @var{low} must be less than or equal to its corresponding
4103 @var{high} value.  @var{low} and @var{high} must be given in pairs.
4104 If @var{value} is system-missing, returns system-missing.
4105 System-missing values in @var{set} do not cause RANGE to return
4106 system-missing.
4107 @end deftypefn
4108
4109 @node Statistical Functions, String Functions, Set Membership, Functions
4110 @subsection Statistical Functions
4111 @cindex functions, statistical
4112 @cindex statistics
4113
4114 Statistical functions compute descriptive statistics on a list of
4115 values.  Some statistics can be computed on numeric or string values;
4116 other can only be computed on numeric values.  Their results have the
4117 same type as their arguments.  The current case's weighting factor
4118 (@pxref{WEIGHT}) has no effect on statistical functions.
4119
4120 @cindex arguments, minimum valid
4121 @cindex minimum valid number of arguments
4122 With statistical functions it is possible to specify a minimum number of
4123 non-missing arguments for the function to be evaluated.  To do so,
4124 append a dot and the number to the function name.  For instance, to
4125 specify a minimum of three valid arguments to the MEAN function, use the
4126 name @code{MEAN.3}.
4127
4128 @cindex coefficient of variation
4129 @cindex variation, coefficient of
4130 @deftypefn {Function} {} CFVAR (@var{number}, @var{number}[, @dots{}])
4131 Results in the coefficient of variation of the values of @var{number}.
4132 This function requires at least two valid arguments to give a
4133 non-missing result.  (The coefficient of variation is the standard
4134 deviation divided by the mean.)
4135 @end deftypefn
4136
4137 @cindex maximum
4138 @deftypefn {Function} {} MAX (@var{value}, @var{value}[, @dots{}])
4139 Results in the value of the greatest @var{value}.  The @var{value}s may
4140 be numeric or string.  Although at least two arguments must be given,
4141 only one need be valid for MAX to give a non-missing result.
4142 @end deftypefn
4143
4144 @cindex mean
4145 @deftypefn {Function} {} MEAN (@var{number}, @var{number}[, @dots{}])
4146 Results in the mean of the values of @var{number}.  Although at least
4147 two arguments must be given, only one need be valid for MEAN to give a
4148 non-missing result.
4149 @end deftypefn
4150
4151 @cindex minimum
4152 @deftypefn {Function} {} MIN (@var{number}, @var{number}[, @dots{}])
4153 Results in the value of the least @var{value}.  The @var{value}s may
4154 be numeric or string.  Although at least two arguments must be given,
4155 only one need be valid for MAX to give a non-missing result.
4156 @end deftypefn
4157
4158 @cindex standard deviation
4159 @cindex deviation, standard
4160 @deftypefn {Function} {} SD (@var{number}, @var{number}[, @dots{}])
4161 Results in the standard deviation of the values of @var{number}.
4162 This function requires at least two valid arguments to give a
4163 non-missing result.
4164 @end deftypefn
4165
4166 @cindex sum
4167 @deftypefn {Function} {} SUM (@var{number}, @var{number}[, @dots{}])
4168 Results in the sum of the values of @var{number}.  Although at least two
4169 arguments must be given, only one need by valid for SUM to give a
4170 non-missing result.
4171 @end deftypefn
4172
4173 @cindex variance
4174 @deftypefn {Function} {} VAR (@var{number}, @var{number}[, @dots{}])
4175 Results in the variance of the values of @var{number}.  This function
4176 requires at least two valid arguments to give a non-missing result.
4177 @end deftypefn
4178
4179 @deftypefn {Function} {} VARIANCE (@var{number}, @var{number}[, @dots{}])
4180 Results in the variance of the values of @var{number}.  This function
4181 requires at least two valid arguments to give a non-missing result.
4182 (Use VAR in preference to VARIANCE for reasons of portability.)
4183 @end deftypefn
4184
4185 @node String Functions, Time & Date, Statistical Functions, Functions
4186 @subsection String Functions
4187 @cindex functions, string
4188 @cindex string functions
4189
4190 String functions take various arguments and return various results.
4191
4192 @cindex concatenation
4193 @cindex strings, concatenation of
4194 @deftypefn {Function} {} CONCAT (@var{string}, @var{string}[, @dots{}])
4195 Returns a string consisting of each @var{string} in sequence.
4196 @code{CONCAT("abc", "def", "ghi")} has a value of @code{"abcdefghi"}.
4197 The resultant string is truncated to a maximum of 255 characters.
4198 @end deftypefn
4199
4200 @cindex searching strings
4201 @deftypefn {Function} {} INDEX (@var{haystack}, @var{needle})
4202 Returns a positive integer indicating the position of the first
4203 occurrence @var{needle} in @var{haystack}.  Returns 0 if @var{haystack}
4204 does not contain @var{needle}.  Returns system-missing if @var{needle}
4205 is an empty string.
4206 @end deftypefn
4207
4208 @deftypefn {Function} {} INDEX (@var{haystack}, @var{needle}, @var{divisor})
4209 Divides @var{needle} into parts, each with length @var{divisor}.
4210 Searches @var{haystack} for the first occurrence of each part, and
4211 returns the smallest value.  Returns 0 if @var{haystack} does not
4212 contain any part in @var{needle}.  It is an error if @var{divisor}
4213 cannot be evenly divided into the length of @var{needle}.  Returns
4214 system-missing if @var{needle} is an empty string.
4215 @end deftypefn
4216
4217 @cindex strings, finding length of
4218 @deftypefn {Function} {} LENGTH (@var{string})
4219 Returns the number of characters in @var{string}.
4220 @end deftypefn
4221
4222 @cindex strings, case of
4223 @deftypefn {Function} {} LOWER (@var{string})
4224 Returns a string identical to @var{string} except that all uppercase
4225 letters are changed to lowercase letters.  The definitions of
4226 ``uppercase'' and ``lowercase'' are system-dependent.
4227 @end deftypefn
4228
4229 @cindex strings, padding
4230 @deftypefn {Function} {} LPAD (@var{string}, @var{length})
4231 If @var{string} is at least @var{length} characters in length, returns
4232 @var{string} unchanged.  Otherwise, returns @var{string} padded with
4233 spaces on the left side to length @var{length}.  Returns an empty string
4234 if @var{length} is system-missing, negative, or greater than 255.
4235 @end deftypefn
4236
4237 @deftypefn {Function} {} LPAD (@var{string}, @var{length}, @var{padding})
4238 If @var{string} is at least @var{length} characters in length, returns
4239 @var{string} unchanged.  Otherwise, returns @var{string} padded with
4240 @var{padding} on the left side to length @var{length}.  Returns an empty
4241 string if @var{length} is system-missing, negative, or greater than 255, or
4242 if @var{padding} does not contain exactly one character.
4243 @end deftypefn
4244
4245 @cindex strings, trimming
4246 @cindex whitespace, trimming
4247 @deftypefn {Function} {} LTRIM (@var{string})
4248 Returns @var{string}, after removing leading spaces.  Other whitespace,
4249 such as tabs, carriage returns, line feeds, and vertical tabs, is not
4250 removed.
4251 @end deftypefn
4252
4253 @deftypefn {Function} {} LTRIM (@var{string}, @var{padding})
4254 Returns @var{string}, after removing leading @var{padding} characters.
4255 If @var{padding} does not contain exactly one character, returns an
4256 empty string.
4257 @end deftypefn
4258
4259 @cindex numbers, converting from strings
4260 @cindex strings, converting to numbers
4261 @deftypefn {Function} {} NUMBER (@var{string})
4262 Returns the number produced when @var{string} is interpreted according
4263 to format F@var{x}.0, where @var{x} is the number of characters in
4264 @var{string}.  If @var{string} does not form a proper number,
4265 system-missing is returned without an error message.  Portability: none.
4266 @end deftypefn
4267
4268 @deftypefn {Function} {} NUMBER (@var{string}, @var{format})
4269 Returns the number produced when @var{string} is interpreted according
4270 to format specifier @var{format}.  Only the number of characters in
4271 @var{string} specified by @var{format} are examined.  For example,
4272 @code{NUMBER("123", F3.0)} and @code{NUMBER("1234", F3.0)} both have
4273 value 123.  If @var{string} does not form a proper number,
4274 system-missing is returned without an error message.
4275 @end deftypefn
4276
4277 @cindex strings, searching backwards
4278 @deftypefn {Function} {} RINDEX (@var{string}, @var{format})
4279 Returns a positive integer indicating the position of the last
4280 occurrence of @var{needle} in @var{haystack}.  Returns 0 if
4281 @var{haystack} does not contain @var{needle}.  Returns system-missing if
4282 @var{needle} is an empty string.
4283 @end deftypefn
4284
4285 @deftypefn {Function} {} RINDEX (@var{haystack}, @var{needle}, @var{divisor})
4286 Divides @var{needle} into parts, each with length @var{divisor}.
4287 Searches @var{haystack} for the last occurrence of each part, and
4288 returns the largest value.  Returns 0 if @var{haystack} does not contain
4289 any part in @var{needle}.  It is an error if @var{divisor} cannot be
4290 evenly divided into the length of @var{needle}.  Returns system-missing
4291 if @var{needle} is an empty string.
4292 @end deftypefn
4293
4294 @cindex padding strings
4295 @cindex strings, padding
4296 @deftypefn {Function} {} RPAD (@var{string}, @var{length})
4297 If @var{string} is at least @var{length} characters in length, returns
4298 @var{string} unchanged.  Otherwise, returns @var{string} padded with
4299 spaces on the right to length @var{length}.  Returns an empty string if
4300 @var{length} is system-missing, negative, or greater than 255.
4301 @end deftypefn
4302
4303 @deftypefn {Function} {} RPAD (@var{string}, @var{length}, @var{padding})
4304 If @var{string} is at least @var{length} characters in length, returns
4305 @var{string} unchanged.  Otherwise, returns @var{string} padded with
4306 @var{padding} on the right to length @var{length}.  Returns an empty
4307 string if @var{length} is system-missing, negative, or greater than 255,
4308 or if @var{padding} does not contain exactly one character.
4309 @end deftypefn
4310
4311 @cindex strings, trimming
4312 @cindex whitespace, trimming
4313 @deftypefn {Function} {} RTRIM (@var{string})
4314 Returns @var{string}, after removing trailing spaces.  Other types of
4315 whitespace are not removed.
4316 @end deftypefn
4317
4318 @deftypefn {Function} {} RTRIM (@var{string}, @var{padding})
4319 Returns @var{string}, after removing trailing @var{padding} characters.
4320 If @var{padding} does not contain exactly one character, returns an
4321 empty string.
4322 @end deftypefn
4323
4324 @cindex strings, converting from numbers
4325 @cindex numbers, converting to strings
4326 @deftypefn {Function} {} STRING (@var{number}, @var{format})
4327 Returns a string corresponding to @var{number} in the format given by
4328 format specifier @var{format}.  For example, @code{STRING(123.56, F5.1)}
4329 has the value @code{"123.6"}.
4330 @end deftypefn
4331
4332 @cindex substrings
4333 @cindex strings, taking substrings of
4334 @deftypefn {Function} {} SUBSTR (@var{string}, @var{start})
4335 Returns a string consisting of the value of @var{string} from position
4336 @var{start} onward.  Returns an empty string if @var{start} is system-missing
4337 or has a value less than 1 or greater than the number of characters in
4338 @var{string}.
4339 @end deftypefn
4340
4341 @deftypefn {Function} {} SUBSTR (@var{string}, @var{start}, @var{count})
4342 Returns a string consisting of the first @var{count} characters from
4343 @var{string} beginning at position @var{start}.  Returns an empty string
4344 if @var{start} or @var{count} is system-missing, if @var{start} is less
4345 than 1 or greater than the number of characters in @var{string}, or if
4346 @var{count} is less than 1.  Returns a string shorter than @var{count}
4347 characters if @var{start} + @var{count} - 1 is greater than the number
4348 of characters in @var{string}.  Examples: @code{SUBSTR("abcdefg", 3, 2)}
4349 has value @code{"cd"}; @code{SUBSTR("Ben Pfaff", 5, 10)} has the value
4350 @code{"Pfaff"}.
4351 @end deftypefn
4352
4353 @cindex case conversion
4354 @cindex strings, case of
4355 @deftypefn {Function} {} UPCASE (@var{string})
4356 Returns @var{string}, changing lowercase letters to uppercase letters.
4357 @end deftypefn
4358
4359 @node Time & Date, Miscellaneous Functions, String Functions, Functions
4360 @subsection Time & Date Functions
4361 @cindex functions, time & date
4362 @cindex times
4363 @cindex dates
4364
4365 @cindex dates, legal range of
4366 The legal range of dates for use in PSPP is 15 Oct 1582
4367 through 31 Dec 19999.
4368
4369 @cindex arguments, invalid
4370 @cindex invalid arguments
4371 @quotation
4372 @strong{Please note:} Most time & date extraction functions will accept
4373 invalid arguments:
4374
4375 @itemize @bullet
4376 @item
4377 Negative numbers in PSPP time format.
4378 @item
4379 Numbers less than 86,400 in PSPP date format.
4380 @end itemize
4381
4382 However, sensible results are not guaranteed for these invalid values.
4383 The given equivalents for these functions are definitely not guaranteed
4384 for invalid values.
4385 @end quotation
4386
4387 @quotation
4388 @strong{Please note also:} The time & date construction
4389 functions @strong{do} produce reasonable and useful results for
4390 out-of-range values; these are not considered invalid.
4391 @end quotation
4392
4393 @menu
4394 * Time & Date Concepts::        How times & dates are defined and represented
4395 * Time Construction::           TIME.@{DAYS HMS@}
4396 * Time Extraction::             CTIME.@{DAYS HOURS MINUTES SECONDS@}
4397 * Date Construction::           DATE.@{DMY MDY MOYR QYR WKYR YRDAY@}
4398 * Date Extraction::             XDATE.@{DATE HOUR JDAY MDAY MINUTE MONTH
4399                                        QUARTER SECOND TDAY TIME WEEK
4400                                        WKDAY YEAR@}
4401 @end menu
4402
4403 @node Time & Date Concepts, Time Construction, Time & Date, Time & Date
4404 @subsubsection How times & dates are defined and represented
4405
4406 @cindex time, concepts
4407 @cindex time, intervals
4408 Times and dates are handled by PSPP as single numbers.  A
4409 @dfn{time} is an interval.  PSPP measures times in seconds.
4410 Thus, the following intervals correspond with the numeric values given:
4411                 
4412 @example
4413           10 minutes                        600
4414           1 hour                          3,600
4415           1 day, 3 hours, 10 seconds     97,210
4416           40 days                     3,456,000
4417           10010 d, 14 min, 24 s     864,864,864
4418 @end example
4419
4420 @cindex dates, concepts
4421 @cindex time, instants of
4422 A @dfn{date}, on the other hand, is a particular instant in the past or
4423 the future.  PSPP represents a date as a number of seconds after the
4424 midnight that separated 8 Oct 1582 and 9 Oct 1582.  (Please note that 15
4425 Oct 1582 immediately followed 9 Oct 1582.)  Thus, the midnights before
4426 the dates given below correspond with the numeric PSPP dates given:
4427
4428 @example
4429               15 Oct 1582                86,400
4430                4 Jul 1776         6,113,318,400
4431                1 Jan 1900        10,010,390,400
4432                1 Oct 1978        12,495,427,200
4433               24 Aug 1995        13,028,601,600
4434 @end example
4435
4436 @cindex time, mathematical properties of
4437 @cindex mathematics, applied to times & dates
4438 @cindex dates, mathematical properties of
4439 @noindent
4440 Please note: 
4441
4442 @itemize @bullet
4443 @item
4444 A time may be added to, or subtracted from, a date, resulting in a date.
4445
4446 @item
4447 The difference of two dates may be taken, resulting in a time.  
4448
4449 @item 
4450 Two times may be added to, or subtracted from, each other, resulting in
4451 a time.
4452 @end itemize
4453
4454 (Adding two dates does not produce a useful result.)
4455
4456 Since times and dates are merely numbers, the ordinary addition and
4457 subtraction operators are employed for these purposes.
4458
4459 @quotation
4460 @strong{Please note:} Many dates and times have extremely large
4461 values---just look at the values above.  Thus, it is not a good idea to
4462 take powers of these values; also, the accuracy of some procedures may
4463 be affected.  If necessary, convert times or dates in seconds to some
4464 other unit, like days or years, before performing analysis.
4465 @end quotation
4466
4467 @node Time Construction, Time Extraction, Time & Date Concepts, Time & Date
4468 @subsubsection Functions that Produce Times
4469 @cindex times, constructing
4470 @cindex constructing times
4471
4472 These functions take numeric arguments and produce numeric results in
4473 PSPP time format.
4474
4475 @cindex days
4476 @cindex time, in days
4477 @deftypefn {Function} {} TIME.DAYS (@var{ndays})
4478 Results in a time value corresponding to @var{ndays} days.
4479 (@code{TIME.DAYS(@var{x})} is equivalent to @code{@var{x} * 60 * 60 *
4480 24}.)
4481 @end deftypefn
4482
4483 @cindex hours-minutes-seconds
4484 @cindex time, in hours-minutes-seconds
4485 @deftypefn {Function} {} TIME.HMS (@var{nhours}, @var{nmins}, @var{nsecs})
4486 Results in a time value corresponding to @var{nhours} hours, @var{nmins}
4487 minutes, and @var{nsecs} seconds.  (@code{TIME.HMS(@var{h}, @var{m},
4488 @var{s})} is equivalent to @code{@var{h}*60*60 + @var{m}*60 +
4489 @var{s}}.)
4490 @end deftypefn
4491
4492 @node Time Extraction, Date Construction, Time Construction, Time & Date
4493 @subsubsection Functions that Examine Times
4494 @cindex extraction, of time
4495 @cindex time examination
4496 @cindex examination, of times
4497 @cindex time, lengths of
4498
4499 These functions take numeric arguments in PSPP time format and
4500 give numeric results.
4501
4502 @cindex days
4503 @cindex time, in days
4504 @deftypefn {Function} {} CTIME.DAYS (@var{time})
4505 Results in the number of days and fractional days in @var{time}.
4506 (@code{CTIME.DAYS(@var{x})} is equivalent to @code{@var{x}/60/60/24}.)
4507 @end deftypefn
4508
4509 @cindex hours
4510 @cindex time, in hours
4511 @deftypefn {Function} {} CTIME.HOURS (@var{time})
4512 Results in the number of hours and fractional hours in @var{time}.
4513 (@code{CTIME.HOURS(@var{x})} is equivalent to @code{@var{x}/60/60}.)
4514 @end deftypefn
4515
4516 @cindex minutes
4517 @cindex time, in minutes
4518 @deftypefn {Function} {} CTIME.MINUTES (@var{time})
4519 Results in the number of minutes and fractional minutes in @var{time}.
4520 (@code{CTIME.MINUTES(@var{x})} is equivalent to @code{@var{x}/60}.)
4521 @end deftypefn
4522
4523 @cindex seconds
4524 @cindex time, in seconds
4525 @deftypefn {Function} {} CTIME.SECONDS (@var{time})
4526 Results in the number of seconds and fractional seconds in @var{time}.
4527 (@code{CTIME.SECONDS} does nothing; @code{CTIME.SECONDS(@var{x})} is
4528 equivalent to @code{@var{x}}.)
4529 @end deftypefn
4530
4531 @node Date Construction, Date Extraction, Time Extraction, Time & Date
4532 @subsubsection Functions that Produce Dates
4533 @cindex dates, constructing
4534 @cindex constructing dates
4535
4536 @cindex arguments, of date construction functions
4537 These functions take numeric arguments and give numeric results in the
4538 PSPP date format.  Arguments taken by these functions are:
4539
4540 @table @var
4541 @item day
4542 Refers to a day of the month between 1 and 31.
4543
4544 @item month
4545 Refers to a month of the year between 1 and 12.
4546
4547 @item quarter
4548 Refers to a quarter of the year between 1 and 4.  The quarters of the
4549 year begin on the first days of months 1, 4, 7, and 10.
4550
4551 @item week
4552 Refers to a week of the year between 1 and 53.
4553
4554 @item yday
4555 Refers to a day of the year between 1 and 366.
4556
4557 @item year
4558 Refers to a year between 1582 and 19999.
4559 @end table
4560
4561 @cindex arguments, invalid
4562 If these functions' arguments are out-of-range, they are correctly
4563 normalized before conversion to date format.  Non-integers are rounded
4564 toward zero.
4565
4566 @cindex day-month-year
4567 @cindex dates, day-month-year
4568 @deftypefn {Function} {} DATE.DMY (@var{day}, @var{month}, @var{year})
4569 @deftypefnx {Function} {} DATE.MDY (@var{month}, @var{day}, @var{year})
4570 Results in a date value corresponding to the midnight before day
4571 @var{day} of month @var{month} of year @var{year}.
4572 @end deftypefn
4573
4574 @cindex month-year
4575 @cindex dates, month-year
4576 @deftypefn {Function} {} DATE.MOYR (@var{month}, @var{year})
4577 Results in a date value corresponding to the midnight before the first
4578 day of month @var{month} of year @var{year}.
4579 @end deftypefn
4580
4581 @cindex quarter-year
4582 @cindex dates, quarter-year
4583 @deftypefn {Function} {} DATE.QYR (@var{quarter}, @var{year})
4584 Results in a date value corresponding to the midnight before the first
4585 day of quarter @var{quarter} of year @var{year}.
4586 @end deftypefn
4587
4588 @cindex week-year
4589 @cindex dates, week-year
4590 @deftypefn {Function} {} DATE.WKYR (@var{week}, @var{year})
4591 Results in a date value corresponding to the midnight before the first
4592 day of week @var{week} of year @var{year}.
4593 @end deftypefn
4594
4595 @cindex year-day
4596 @cindex dates, year-day
4597 @deftypefn {Function} {} DATE.YRDAY (@var{year}, @var{yday})
4598 Results in a date value corresponding to the midnight before day
4599 @var{yday} of year @var{year}.
4600 @end deftypefn
4601
4602 @node Date Extraction,  , Date Construction, Time & Date
4603 @subsubsection Functions that Examine Dates
4604 @cindex extraction, of dates
4605 @cindex date examination
4606
4607 @cindex arguments, of date extraction functions
4608 These functions take numeric arguments in PSPP date or time
4609 format and give numeric results.  These names are used for arguments:
4610
4611 @table @var
4612 @item date
4613 A numeric value in PSPP date format.
4614
4615 @item time
4616 A numeric value in PSPP time format.
4617
4618 @item time-or-date
4619 A numeric value in PSPP time or date format.
4620 @end table
4621
4622 @cindex days
4623 @cindex dates, in days
4624 @cindex time, in days
4625 @deftypefn {Function} {} XDATE.DATE (@var{time-or-date})
4626 For a time, results in the time corresponding to the number of whole
4627 days @var{date-or-time} includes.  For a date, results in the date
4628 corresponding to the latest midnight at or before @var{date-or-time};
4629 that is, gives the date that @var{date-or-time} is in.
4630 (XDATE.DATE(@var{x}) is equivalent to TRUNC(@var{x}/86400)*86400.)
4631 Applying this function to a time is a non-portable feature.
4632 @end deftypefn
4633
4634 @cindex hours
4635 @cindex dates, in hours
4636 @cindex time, in hours
4637 @deftypefn {Function} {} XDATE.HOUR (@var{time-or-date})
4638 For a time, results in the number of whole hours beyond the number of
4639 whole days represented by @var{date-or-time}.  For a date, results in
4640 the hour (as an integer between 0 and 23) corresponding to
4641 @var{date-or-time}.  (XDATE.HOUR(@var{x}) is equivalent to
4642 MOD(TRUNC(@var{x}/3600),24))  Applying this function to a time is a
4643 non-portable feature.
4644 @end deftypefn
4645
4646 @cindex day of the year
4647 @cindex dates, day of the year
4648 @deftypefn {Function} {} XDATE.JDAY (@var{date})
4649 Results in the day of the year (as an integer between 1 and 366)
4650 corresponding to @var{date}.
4651 @end deftypefn
4652
4653 @cindex day of the month
4654 @cindex dates, day of the month
4655 @deftypefn {Function} {} XDATE.MDAY (@var{date})
4656 Results in the day of the month (as an integer between 1 and 31)
4657 corresponding to @var{date}.
4658 @end deftypefn
4659
4660 @cindex minutes
4661 @cindex dates, in minutes
4662 @cindex time, in minutes
4663 @deftypefn {Function} {} XDATE.MINUTE (@var{time-or-date})
4664 Results in the number of minutes (as an integer between 0 and 59) after
4665 the last hour in @var{time-or-date}.  (XDATE.MINUTE(@var{x}) is
4666 equivalent to MOD(TRUNC(@var{x}/60),60)) Applying this function to a
4667 time is a non-portable feature.
4668 @end deftypefn
4669
4670 @cindex months
4671 @cindex dates, in months
4672 @deftypefn {Function} {} XDATE.MONTH (@var{date})
4673 Results in the month of the year (as an integer between 1 and 12)
4674 corresponding to @var{date}.
4675 @end deftypefn
4676
4677 @cindex quarters
4678 @cindex dates, in quarters
4679 @deftypefn {Function} {} XDATE.QUARTER (@var{date})
4680 Results in the quarter of the year (as an integer between 1 and 4)
4681 corresponding to @var{date}.
4682 @end deftypefn
4683
4684 @cindex seconds
4685 @cindex dates, in seconds
4686 @cindex time, in seconds
4687 @deftypefn {Function} {} XDATE.SECOND (@var{time-or-date})
4688 Results in the number of whole seconds after the last whole minute (as
4689 an integer between 0 and 59) in @var{time-or-date}.
4690 (XDATE.SECOND(@var{x}) is equivalent to MOD(@var{x}, 60).)  Applying
4691 this function to a time is a non-portable feature.
4692 @end deftypefn
4693
4694 @cindex days
4695 @cindex times, in days
4696 @deftypefn {Function} {} XDATE.TDAY (@var{time})
4697 Results in the number of whole days (as an integer) in @var{time}.
4698 (XDATE.TDAY(@var{x}) is equivalent to TRUNC(@var{x}/86400).)
4699 @end deftypefn
4700
4701 @cindex time
4702 @cindex dates, time of day
4703 @deftypefn {Function} {} XDATE.TIME (@var{date})
4704 Results in the time of day at the instant corresponding to @var{date},
4705 in PSPP time format.  This is the number of seconds since
4706 midnight on the day corresponding to @var{date}.  (XDATE.TIME(@var{x}) is
4707 equivalent to TRUNC(@var{x}/86400)*86400.)
4708 @end deftypefn
4709
4710 @cindex week
4711 @cindex dates, in weeks
4712 @deftypefn {Function} {} XDATE.WEEK (@var{date})
4713 Results in the week of the year (as an integer between 1 and 53)
4714 corresponding to @var{date}.
4715 @end deftypefn
4716
4717 @cindex day of the week
4718 @cindex weekday
4719 @cindex dates, day of the week
4720 @cindex dates, in weekdays
4721 @deftypefn {Function} {} XDATE.WKDAY (@var{date})
4722 Results in the day of week (as an integer between 1 and 7) corresponding
4723 to @var{date}.  The days of the week are:
4724
4725 @table @asis
4726 @item 1
4727 Sunday
4728 @item 2
4729 Monday
4730 @item 3
4731 Tuesday
4732 @item 4
4733 Wednesday
4734 @item 5
4735 Thursday
4736 @item 6
4737 Friday
4738 @item 7
4739 Saturday
4740 @end table
4741 @end deftypefn
4742
4743 @cindex years
4744 @cindex dates, in years
4745 @deftypefn {Function} {} XDATE.YEAR (@var{date})
4746 Returns the year (as an integer between 1582 and 19999) corresponding to
4747 @var{date}.
4748 @end deftypefn
4749
4750 @node Miscellaneous Functions, Functions Not Implemented, Time & Date, Functions
4751 @subsection Miscellaneous Functions
4752 @cindex functions, miscellaneous
4753
4754 Miscellaneous functions take various arguments and produce various
4755 results.
4756
4757 @cindex cross-case function
4758 @cindex function, cross-case
4759 @deftypefn {Function} {} LAG (@var{variable})
4760 @var{variable} must be a numeric or string variable name.  @code{LAG}
4761 results in the value of that variable for the case before the current
4762 one.  In case-selection procedures, @code{LAG} results in the value of
4763 the variable for the last case selected.  Results in system-missing (for
4764 numeric variables) or blanks (for string variables) for the first case
4765 or before any cases are selected.
4766 @end deftypefn
4767
4768 @deftypefn {Function} {} LAG (@var{variable}, @var{ncases})
4769 @var{variable} must be a numeric or string variable name.  @var{ncases}
4770 must be a small positive constant integer, although there is no explicit
4771 limit.  (Use of a large value for @var{ncases} will increase memory
4772 consumption, since PSPP must keep @var{ncases} cases in memory.)
4773 @code{LAG (@var{variable}, @var{ncases}} results in the value of
4774 @var{variable} that is @var{ncases} before the case currently being
4775 processed.  See @code{LAG (@var{variable})} above for more details.
4776 @end deftypefn
4777
4778 @cindex date, Julian
4779 @cindex Julian date
4780 @deftypefn {Function} {} YRMODA (@var{year}, @var{month}, @var{day})
4781 @var{year} is a year between 0 and 199 or 1582 and 19999.  @var{month} is
4782 a month between 1 and 12.  @var{day} is a day between 1 and 31.  If
4783 @var{month} or @var{day} is out-of-range, it changes the next higher
4784 unit.  For instance, a @var{day} of 0 refers to the last day of the
4785 previous month, and a @var{month} of 13 refers to the first month of the
4786 next year.  @var{year} must be in range.  If @var{year} is between 0 and
4787 199, 1900 is added.  @var{year}, @var{month}, and @var{day} must all be
4788 integers.
4789
4790 @code{YRMODA} results in the number of days between 15 Oct 1582 and
4791 the date specified, plus one.  The date passed to @code{YRMODA} must be
4792 on or after 15 Oct 1582.  15 Oct 1582 has a value of 1.
4793 @end deftypefn
4794
4795 @node Functions Not Implemented,  , Miscellaneous Functions, Functions
4796 @subsection Functions Not Implemented
4797 @cindex functions, not implemented
4798 @cindex not implemented
4799 @cindex features, not implemented
4800
4801 These functions are not yet implemented and thus not yet documented,
4802 since it's a hassle.
4803
4804 @findex CDF.xxx
4805 @findex CDFNORM
4806 @findex IDF.xxx
4807 @findex NCDF.xxx
4808 @findex PROBIT
4809 @findex RV.xxx
4810
4811 @itemize @bullet
4812 @item
4813 @code{CDF.xxx}
4814 @item
4815 @code{CDFNORM}
4816 @item
4817 @code{IDF.xxx}
4818 @item
4819 @code{NCDF.xxx}
4820 @item
4821 @code{PROBIT}
4822 @item
4823 @code{RV.xxx}
4824 @end itemize
4825
4826 @node Order of Operations,  , Functions, Expressions
4827 @section Operator Precedence
4828 @cindex operator precedence
4829 @cindex precedence, operator
4830 @cindex order of operations
4831 @cindex operations, order of
4832
4833 The following table describes operator precedence.  Smaller-numbered
4834 levels in the table have higher precedence.  Within a level, operations
4835 are performed from left to right, except for level 2 (exponentiation),
4836 where operations are performed from right to left.  If an operator
4837 appears in the table in two places (@code{-}), the first occurrence is
4838 unary, the second is binary.
4839
4840 @enumerate
4841 @item
4842 @code{(  )}
4843 @item
4844 @code{**}
4845 @item
4846 @code{-}
4847 @item
4848 @code{*  /}
4849 @item
4850 @code{+  -}
4851 @item
4852 @code{EQ  GE  GT  LE  LT  NE}
4853 @item
4854 @code{AND  NOT  OR}
4855 @end enumerate
4856
4857 @node Data Input and Output, System and Portable Files, Expressions, Top
4858 @chapter Data Input and Output
4859 @cindex input
4860 @cindex output
4861 @cindex data
4862 @cindex cases
4863 @cindex observations
4864
4865 Data are the focus of the PSPP language.  
4866 Each datum  belongs to a @dfn{case} (also called an @dfn{observation}).
4867 Each case represents an individual or `experimental unit'.
4868 For example, in the results of a survey, the names of the respondents,
4869 their sex, age @i{etc}. and their responses are all data and the data
4870 pertaining to single respondent is a case.
4871 This chapter examines
4872 the PSPP commands for defining variables and reading and writing data.
4873
4874 @quotation
4875 @strong{Please note:} Data is not actually read until a procedure is
4876 executed.  These commands tell PSPP how to read data, but they
4877 do not @emph{cause} PSPP to read data.
4878 @end quotation
4879
4880 @menu
4881 * BEGIN DATA::                  Embed data within a syntax file.
4882 * CLEAR TRANSFORMATIONS::       Clear pending transformations.
4883 * DATA LIST::                   Fundamental data reading command.
4884 * END CASE::                    Output the current case.
4885 * END FILE::                    Terminate the current input program.
4886 * FILE HANDLE::                 Support for fixed-length records.
4887 * INPUT PROGRAM::               Support for complex input programs.
4888 * LIST::                        List cases in the active file.
4889 * MATRIX DATA::                 Read matrices in text format.
4890 * NEW FILE::                    Clear the active file and dictionary.
4891 * PRINT::                       Display values in print formats.
4892 * PRINT EJECT::                 Eject the current page then print.
4893 * PRINT SPACE::                 Print blank lines.
4894 * REREAD::                      Take another look at the previous input line.
4895 * REPEATING DATA::              Multiple cases on a single line.
4896 * WRITE::                       Display values in write formats.
4897 @end menu
4898
4899 @node BEGIN DATA, CLEAR TRANSFORMATIONS, Data Input and Output, Data Input and Output
4900 @section BEGIN DATA
4901 @vindex BEGIN DATA
4902 @vindex END DATA
4903 @cindex Embedding data in syntax files
4904 @cindex Data, embedding in syntax files
4905
4906 @display
4907 BEGIN DATA.
4908 @dots{}
4909 END DATA.
4910 @end display
4911
4912 @cmd{BEGIN DATA} and @cmd{END DATA} can be used to embed raw ASCII
4913 data in a PSPP syntax file.  @cmd{DATA LIST} or another input
4914 procedure must be used before @cmd{BEGIN DATA} (@pxref{DATA LIST}).
4915 @cmd{BEGIN DATA} and @cmd{END DATA} must be used together.  @cmd{END
4916 DATA} must appear by itself on a single line, with no leading
4917 whitespace and exactly one space between the words @code{END} and
4918 @code{DATA}, followed immediately by the terminal dot, like this:
4919
4920 @example
4921 END DATA.
4922 @end example
4923
4924 @node CLEAR TRANSFORMATIONS, DATA LIST, BEGIN DATA, Data Input and Output
4925 @section CLEAR TRANSFORMATIONS
4926 @vindex CLEAR TRANSFORMATIONS
4927
4928 @display
4929 CLEAR TRANSFORMATIONS.
4930 @end display
4931
4932 @cmd{CLEAR TRANSFORMATIONS} clears out all pending
4933 transformations.  It does not cancel the current input program.  It is
4934 valid only when PSPP is interactive, not in syntax files.
4935
4936 @node DATA LIST, END CASE, CLEAR TRANSFORMATIONS, Data Input and Output
4937 @section DATA LIST
4938 @vindex DATA LIST
4939 @cindex reading data from a file
4940 @cindex data, reading from a file
4941 @cindex data, embedding in syntax files
4942 @cindex embedding data in syntax files
4943
4944 Used to read text or binary data, @cmd{DATA LIST} is the most
4945 fundamental data-reading command.  Even the more sophisticated input
4946 methods use @cmd{DATA LIST} commands as a building block.
4947 Understanding @cmd{DATA LIST} is important to understanding how to use
4948 PSPP to read your data files.
4949
4950 There are two major variants of @cmd{DATA LIST}, which are fixed
4951 format and free format.  In addition, free format has a minor variant,
4952 list format, which is discussed in terms of its differences from vanilla
4953 free format.
4954
4955 Each form of @cmd{DATA LIST} is described in detail below.
4956
4957 @menu
4958 * DATA LIST FIXED::             Fixed columnar locations for data.
4959 * DATA LIST FREE::              Any spacing you like.
4960 * DATA LIST LIST::              Each case must be on a single line.
4961 @end menu
4962
4963 @node DATA LIST FIXED, DATA LIST FREE, DATA LIST, DATA LIST
4964 @subsection DATA LIST FIXED
4965 @vindex DATA LIST FIXED
4966 @cindex reading fixed-format data
4967 @cindex fixed-format data, reading
4968 @cindex data, fixed-format, reading
4969 @cindex embedding fixed-format data
4970
4971 @display
4972 DATA LIST [FIXED]
4973         @{TABLE,NOTABLE@}
4974         FILE='filename'
4975         RECORDS=record_count
4976         END=end_var
4977         /[line_no] var_spec@dots{}
4978
4979 where each var_spec takes one of the forms
4980         var_list start-end [type_spec]
4981         var_list (fortran_spec)
4982 @end display
4983
4984 @cmd{DATA LIST FIXED} is used to read data files that have values at fixed
4985 positions on each line of single-line or multiline records.  The
4986 keyword FIXED is optional.
4987
4988 The FILE subcommand must be used if input is to be taken from an
4989 external file.  It may be used to specify a filename as a string or a
4990 file handle (@pxref{FILE HANDLE}).  If the FILE subcommand is not used,
4991 then input is assumed to be specified within the command file using
4992 @cmd{BEGIN DATA}@dots{}@cmd{END DATA} (@pxref{BEGIN DATA}).
4993
4994 The optional RECORDS subcommand, which takes a single integer as an
4995 argument, is used to specify the number of lines per record.  If RECORDS
4996 is not specified, then the number of lines per record is calculated from
4997 the list of variable specifications later in @cmd{DATA LIST}.
4998
4999 The END subcommand is only useful in conjunction with @cmd{INPUT
5000 PROGRAM}.  @xref{INPUT PROGRAM}, for details.
5001
5002 @cmd{DATA LIST} can optionally output a table describing how the data file
5003 will be read.  The TABLE subcommand enables this output, and NOTABLE
5004 disables it.  The default is to output the table.
5005
5006 The list of variables to be read from the data list must come last.
5007 Each line in the data record is introduced by a slash (@samp{/}).
5008 Optionally, a line number may follow the slash.  Following, any number
5009 of variable specifications may be present.
5010
5011 Each variable specification consists of a list of variable names
5012 followed by a description of their location on the input line.  Sets of
5013 variables may specified using the @code{DATA LIST} TO convention
5014 (@pxref{Sets of
5015 Variables}).  There are two ways to specify the location of the variable
5016 on the line: PSPP style and FORTRAN style.
5017
5018 With PSPP style, the starting column and ending column for the field
5019 are specified after the variable name, separated by a dash (@samp{-}).
5020 For instance, the third through fifth columns on a line would be
5021 specified @samp{3-5}.  By default, variables are considered to be in
5022 @samp{F} format (@pxref{Input/Output Formats}).  (This default can be
5023 changed; see @ref{SET} for more information.)
5024
5025 When using PSPP style, to use a variable format other than the default,
5026 specify the format type in parentheses after the column numbers.  For
5027 instance, for alphanumeric @samp{A} format, use @samp{(A)}.  
5028
5029 In addition, implied decimal places can be specified in parentheses
5030 after the column numbers.  As an example, suppose that a data file has a
5031 field in which the characters @samp{1234} should be interpreted as
5032 having the value 12.34.  Then this field has two implied decimal places,
5033 and the corresponding specification would be @samp{(2)}.  If a field
5034 that has implied decimal places contains a decimal point, then the
5035 implied decimal places are not applied.
5036
5037 Changing the variable format and adding implied decimal places can be
5038 done together; for instance, @samp{(N,5)}.
5039
5040 When using PSPP style, the input and output width of each variable is
5041 computed from the field width.  The field width must be evenly divisible
5042 into the number of variables specified.
5043
5044 FORTRAN style is an altogether different approach to specifying field
5045 locations.  With this approach, a list of variable input format
5046 specifications, separated by commas, are placed after the variable names
5047 inside parentheses.  Each format specifier advances as many characters
5048 into the input line as it uses.
5049
5050 In addition to the standard format specifiers (@pxref{Input/Output
5051 Formats}), FORTRAN style defines some extensions:
5052
5053 @table @asis
5054 @item @code{X}
5055 Advance the current column on this line by one character position.
5056
5057 @item @code{T}@var{x}
5058 Set the current column on this line to column @var{x}, with column
5059 numbers considered to begin with 1 at the left margin.
5060
5061 @item @code{NEWREC}@var{x}
5062 Skip forward @var{x} lines in the current record, resetting the active
5063 column to the left margin.
5064
5065 @item Repeat count
5066 Any format specifier may be preceded by a number.  This causes the
5067 action of that format specifier to be repeated the specified number of
5068 times.
5069
5070 @item (@var{spec1}, @dots{}, @var{specN})
5071 Group the given specifiers together.  This is most useful when preceded
5072 by a repeat count.  Groups may be nested arbitrarily.
5073 @end table
5074
5075 FORTRAN and PSPP styles may be freely intermixed.  PSPP style leaves the
5076 active column immediately after the ending column specified.  Record
5077 motion using @code{NEWREC} in FORTRAN style also applies to later
5078 FORTRAN and PSPP specifiers.
5079  
5080 @menu
5081 * DATA LIST FIXED Examples::    Examples of DATA LIST FIXED.
5082 @end menu
5083
5084 @node DATA LIST FIXED Examples,  , DATA LIST FIXED, DATA LIST FIXED
5085 @unnumberedsubsubsec Examples
5086
5087 @enumerate
5088 @item
5089 @example
5090 DATA LIST TABLE /NAME 1-10 (A) INFO1 TO INFO3 12-17 (1).
5091
5092 BEGIN DATA.
5093 John Smith 102311
5094 Bob Arnold 122015
5095 Bill Yates  918 6
5096 END DATA.
5097 @end example
5098
5099 Defines the following variables:
5100
5101 @itemize @bullet
5102 @item
5103 @code{NAME}, a 10-character-wide long string variable, in columns 1
5104 through 10.
5105
5106 @item
5107 @code{INFO1}, a numeric variable, in columns 12 through 13.
5108
5109 @item
5110 @code{INFO2}, a numeric variable, in columns 14 through 15.
5111
5112 @item
5113 @code{INFO3}, a numeric variable, in columns 16 through 17.
5114 @end itemize
5115
5116 The @code{BEGIN DATA}/@code{END DATA} commands cause three cases to be
5117 defined:
5118
5119 @example
5120 Case   NAME         INFO1   INFO2   INFO3
5121    1   John Smith     10      23      11
5122    2   Bob Arnold     12      20      15
5123    3   Bill Yates      9      18       6
5124 @end example
5125
5126 The @code{TABLE} keyword causes PSPP to print out a table
5127 describing the four variables defined.
5128
5129 @item
5130 @example
5131 DAT LIS FIL="survey.dat"
5132         /ID 1-5 NAME 7-36 (A) SURNAME 38-67 (A) MINITIAL 69 (A)
5133         /Q01 TO Q50 7-56
5134         /.
5135 @end example
5136
5137 Defines the following variables:
5138
5139 @itemize @bullet
5140 @item
5141 @code{ID}, a numeric variable, in columns 1-5 of the first record.
5142
5143 @item
5144 @code{NAME}, a 30-character long string variable, in columns 7-36 of the
5145 first record.
5146
5147 @item
5148 @code{SURNAME}, a 30-character long string variable, in columns 38-67 of
5149 the first record.
5150
5151 @item
5152 @code{MINITIAL}, a 1-character short string variable, in column 69 of
5153 the first record.
5154
5155 @item
5156 Fifty variables @code{Q01}, @code{Q02}, @code{Q03}, @dots{}, @code{Q49},
5157 @code{Q50}, all numeric, @code{Q01} in column 7, @code{Q02} in column 8,
5158 @dots{}, @code{Q49} in column 55, @code{Q50} in column 56, all in the second
5159 record.
5160 @end itemize
5161
5162 Cases are separated by a blank record.
5163
5164 Data is read from file @file{survey.dat} in the current directory.
5165
5166 This example shows keywords abbreviated to their first 3 letters.
5167
5168 @end enumerate
5169
5170 @node DATA LIST FREE, DATA LIST LIST, DATA LIST FIXED, DATA LIST
5171 @subsection DATA LIST FREE
5172 @vindex DATA LIST FREE
5173
5174 @display
5175 DATA LIST FREE
5176         [@{NOTABLE,TABLE@}]
5177         FILE='filename'
5178         END=end_var
5179         /var_spec@dots{}
5180
5181 where each var_spec takes one of the forms
5182         var_list [(type_spec)]
5183         var_list *
5184 @end display
5185
5186 In free format, the input data is structured as a series of comma- or
5187 whitespace-delimited fields (end of line is one form of whitespace; it
5188 is not treated specially).  Field contents may be surrounded by matched
5189 pairs of apostrophes (@samp{'}) or quotes (@samp{"}), or they may be
5190 unenclosed.  For any type of field leading white space (up to the
5191 apostrophe or quote, if any) is not included in the field.
5192
5193 Multiple consecutive delimiters are equivalent to a single delimiter.
5194 To specify an empty field, write an empty set of single or double
5195 quotes; for instance, @samp{""}.
5196
5197 The NOTABLE and TABLE subcommands are as in @cmd{DATA LIST FIXED} above.
5198 NOTABLE is the default.
5199
5200 The FILE and END subcommands are as in @cmd{DATA LIST FIXED} above.
5201
5202 The variables to be parsed are given as a single list of variable names.
5203 This list must be introduced by a single slash (@samp{/}).  The set of
5204 variable names may contain format specifications in parentheses
5205 (@pxref{Input/Output Formats}).  Format specifications apply to all
5206 variables back to the previous parenthesized format specification.  
5207
5208 In addition, an asterisk may be used to indicate that all variables
5209 preceding it are to have input/output format @samp{F8.0}.
5210
5211 Specified field widths are ignored on input, although all normal limits
5212 on field width apply, but they are honored on output.
5213
5214 @node DATA LIST LIST,  , DATA LIST FREE, DATA LIST
5215 @subsection DATA LIST LIST
5216 @vindex DATA LIST LIST
5217
5218 @display
5219 DATA LIST LIST
5220         [@{NOTABLE,TABLE@}]
5221         FILE='filename'
5222         END=end_var
5223         /var_spec@dots{}
5224
5225 where each var_spec takes one of the forms
5226         var_list [(type_spec)]
5227         var_list *
5228 @end display
5229
5230 With one exception, @cmd{DATA LIST LIST} is syntactically and
5231 semantically equivalent to @cmd{DATA LIST FREE}.  The exception is
5232 that each input line is expected to correspond to exactly one input
5233 record.  If more or fewer fields are found on an input line than
5234 expected, an appropriate diagnostic is issued.
5235
5236 @node END CASE, END FILE, DATA LIST, Data Input and Output
5237 @section END CASE
5238 @vindex END CASE
5239
5240 @display
5241 END CASE.
5242 @end display
5243
5244 @cmd{END CASE} is used only within @cmd{INPUT PROGRAM} to output the
5245 current case.  @xref{INPUT PROGRAM}, for details.
5246
5247 @node END FILE, FILE HANDLE, END CASE, Data Input and Output
5248 @section END FILE
5249 @vindex END FILE
5250
5251 @display
5252 END FILE.
5253 @end display
5254
5255 @cmd{END FILE} is used only within @cmd{INPUT PROGRAM} to terminate
5256 the current input program.  @xref{INPUT PROGRAM}.
5257
5258 @node FILE HANDLE, INPUT PROGRAM, END FILE, Data Input and Output
5259 @section FILE HANDLE
5260 @vindex FILE HANDLE
5261
5262 @display
5263 FILE HANDLE handle_name
5264         /NAME='filename'
5265         /RECFORM=@{VARIABLE,FIXED,SPANNED@}
5266         /LRECL=rec_len
5267         /MODE=@{CHARACTER,IMAGE,BINARY,MULTIPUNCH,360@}
5268 @end display
5269
5270 Use @cmd{FILE HANDLE} to define the attributes of a file that does
5271 not use conventional variable-length records terminated by newline
5272 characters.
5273
5274 Specify the file handle name as an identifier.  Any given identifier may
5275 only appear once in a PSPP run.  File handles may not be reassigned to a
5276 different file.  The file handle name must immediately follow the @cmd{FILE
5277 HANDLE} command name.
5278
5279 The NAME subcommand specifies the name of the file associated with the
5280 handle.  It is the only required subcommand.
5281
5282 The RECFORM subcommand specifies how the file is laid out.  VARIABLE
5283 specifies variable-length lines terminated with newlines, and it is the
5284 default.  FIXED specifies fixed-length records.  SPANNED is not
5285 supported.
5286
5287 LRECL specifies the length of fixed-length records.  It is required if
5288 @code{/RECFORM FIXED} is specified.  
5289
5290 MODE specifies a file mode.  CHARACTER, the default, causes the data
5291 file to be opened in ANSI C text mode.  BINARY causes the data file to
5292 be opened in ANSI C binary mode.  The other possibilities are not
5293 supported.
5294
5295 @node INPUT PROGRAM, LIST, FILE HANDLE, Data Input and Output
5296 @section INPUT PROGRAM
5297 @vindex INPUT PROGRAM
5298
5299 @display
5300 INPUT PROGRAM.
5301 @dots{} input commands @dots{}
5302 END INPUT PROGRAM.
5303 @end display
5304
5305 @cmd{INPUT PROGRAM}@dots{}@cmd{END INPUT PROGRAM} specifies a
5306 complex input program.  By placing data input commands within @cmd{INPUT
5307 PROGRAM}, PSPP programs can take advantage of more complex file
5308 structures than available with only @cmd{DATA LIST}.
5309
5310 The first sort of extended input program is to simply put multiple @cmd{DATA
5311 LIST} commands within the @cmd{INPUT PROGRAM}.  This will cause all of
5312 the data
5313 files to be read in parallel.  Input will stop when end of file is
5314 reached on any of the data files.
5315
5316 Transformations, such as conditional and looping constructs, can also be
5317 included within @cmd{INPUT PROGRAM}.  These can be used to combine input
5318 from several data files in more complex ways.  However, input will still
5319 stop when end of file is reached on any of the data files.
5320
5321 To prevent @cmd{INPUT PROGRAM} from terminating at the first end of
5322 file, use
5323 the END subcommand on @cmd{DATA LIST}.  This subcommand takes a
5324 variable name,
5325 which should be a numeric scratch variable (@pxref{Scratch Variables}).
5326 (It need not be a scratch variable but otherwise the results can be
5327 surprising.)  The value of this variable is set to 0 when reading the
5328 data file, or 1 when end of file is encountered.
5329
5330 Two additional commands are useful in conjunction with @cmd{INPUT PROGRAM}.
5331 @cmd{END CASE} is the first.  Normally each loop through the
5332 @cmd{INPUT PROGRAM}
5333 structure produces one case.  @cmd{END CASE} controls exactly
5334 when cases are output.  When @cmd{END CASE} is used, looping from the end of
5335 @cmd{INPUT PROGRAM} to the beginning does not cause a case to be output.
5336
5337 @cmd{END FILE} is the second.  When the END subcommand is used on @cmd{DATA
5338 LIST}, there is no way for the @cmd{INPUT PROGRAM} construct to stop
5339 looping,
5340 so an infinite loop results.  @cmd{END FILE}, when executed,
5341 stops the flow of input data and passes out of the @cmd{INPUT PROGRAM}
5342 structure.
5343
5344 All this is very confusing.  A few examples should help to clarify.
5345
5346 @example
5347 INPUT PROGRAM.
5348         DATA LIST NOTABLE FILE='a.data'/X 1-10.
5349         DATA LIST NOTABLE FILE='b.data'/Y 1-10.
5350 END INPUT PROGRAM.
5351 LIST.
5352 @end example
5353
5354 The example above reads variable X from file @file{a.data} and variable
5355 Y from file @file{b.data}.  If one file is shorter than the other then
5356 the extra data in the longer file is ignored.
5357
5358 @example
5359 INPUT PROGRAM.
5360         NUMERIC #A #B.
5361         
5362         DO IF NOT #A.
5363                 DATA LIST NOTABLE END=#A FILE='a.data'/X 1-10.
5364         END IF.
5365         DO IF NOT #B.
5366                 DATA LIST NOTABLE END=#B FILE='b.data'/Y 1-10.
5367         END IF.
5368         DO IF #A AND #B.
5369                 END FILE.
5370         END IF.
5371         END CASE.
5372 END INPUT PROGRAM.
5373 LIST.
5374 @end example
5375
5376 The above example reads variable X from @file{a.data} and variable Y from
5377 @file{b.data}.  If one file is shorter than the other then the missing
5378 field is set to the system-missing value alongside the present value for
5379 the remaining length of the longer file.
5380
5381 @example
5382 INPUT PROGRAM.
5383         NUMERIC #A #B.
5384
5385         DO IF #A.
5386                 DATA LIST NOTABLE END=#B FILE='b.data'/X 1-10.
5387                 DO IF #B.
5388                         END FILE.
5389                 ELSE.
5390                         END CASE.
5391                 END IF.
5392         ELSE.
5393                 DATA LIST NOTABLE END=#A FILE='a.data'/X 1-10.
5394                 DO IF NOT #A.
5395                         END CASE.
5396                 END IF.
5397         END IF.
5398 END INPUT PROGRAM.
5399 LIST.
5400 @end example
5401
5402 The above example reads data from file @file{a.data}, then from
5403 @file{b.data}, and concatenates them into a single active file.
5404
5405 @example
5406 INPUT PROGRAM.
5407         NUMERIC #EOF.
5408
5409         LOOP IF NOT #EOF.
5410                 DATA LIST NOTABLE END=#EOF FILE='a.data'/X 1-10.
5411                 DO IF NOT #EOF.
5412                         END CASE.
5413                 END IF.
5414         END LOOP.
5415
5416         COMPUTE #EOF = 0.
5417         LOOP IF NOT #EOF.
5418                 DATA LIST NOTABLE END=#EOF FILE='b.data'/X 1-10.
5419                 DO IF NOT #EOF.
5420                         END CASE.
5421                 END IF.
5422         END LOOP.
5423
5424         END FILE.
5425 END INPUT PROGRAM.
5426 LIST.
5427 @end example
5428
5429 The above example does the same thing as the previous example, in a
5430 different way.
5431
5432 @example
5433 INPUT PROGRAM.
5434         LOOP #I=1 TO 50.
5435                 COMPUTE X=UNIFORM(10).
5436                 END CASE.
5437         END LOOP.
5438         END FILE.
5439 END INPUT PROGRAM.
5440 LIST/FORMAT=NUMBERED.
5441 @end example
5442
5443 The above example causes an active file to be created consisting of 50
5444 random variates between 0 and 10.
5445
5446 @node LIST, MATRIX DATA, INPUT PROGRAM, Data Input and Output
5447 @section LIST
5448 @vindex LIST
5449
5450 @display
5451 LIST
5452         /VARIABLES=var_list
5453         /CASES=FROM start_index TO end_index BY incr_index
5454         /FORMAT=@{UNNUMBERED,NUMBERED@} @{WRAP,SINGLE@} 
5455                 @{NOWEIGHT,WEIGHT@}
5456 @end display
5457
5458 The @cmd{LIST} procedure prints the values of specified variables to the
5459 listing file.
5460
5461 The VARIABLES subcommand specifies the variables whose values are to be
5462 printed.  Keyword VARIABLES is optional.  If VARIABLES subcommand is not
5463 specified then all variables in the active file are printed.
5464
5465 The CASES subcommand can be used to specify a subset of cases to be
5466 printed.  Specify FROM and the case number of the first case to print,
5467 TO and the case number of the last case to print, and BY and the number
5468 of cases to advance between printing cases, or any subset of those
5469 settings.  If CASES is not specified then all cases are printed.
5470
5471 The FORMAT subcommand can be used to change the output format.  NUMBERED
5472 will print case numbers along with each case; UNNUMBERED, the default,
5473 causes the case numbers to be omitted.  The WRAP and SINGLE settings are
5474 currently not used.  WEIGHT will cause case weights to be printed along
5475 with variable values; NOWEIGHT, the default, causes case weights to be
5476 omitted from the output.
5477
5478 Case numbers start from 1.  They are counted after all transformations
5479 have been considered.
5480
5481 @cmd{LIST} attempts to fit all the values on a single line.  If needed
5482 to make them fit, variable names are displayed vertically.  If values
5483 cannot fit on a single line, then a multi-line format will be used.
5484
5485 @cmd{LIST} is a procedure.  It causes the data to be read.
5486
5487 @node MATRIX DATA, NEW FILE, LIST, Data Input and Output
5488 @section MATRIX DATA
5489 @vindex MATRIX DATA
5490
5491 @display
5492 MATRIX DATA
5493         /VARIABLES=var_list
5494         /FILE='filename'
5495         /FORMAT=@{LIST,FREE@} @{LOWER,UPPER,FULL@} @{DIAGONAL,NODIAGONAL@}
5496         /SPLIT=@{new_var,var_list@}
5497         /FACTORS=var_list
5498         /CELLS=n_cells
5499         /N=n
5500         /CONTENTS=@{N_VECTOR,N_SCALAR,N_MATRIX,MEAN,STDDEV,COUNT,MSE,
5501                    DFE,MAT,COV,CORR,PROX@}
5502 @end display
5503
5504 @cmd{MATRIX DATA} command reads square matrices in one of several textual
5505 formats.  @cmd{MATRIX DATA} clears the dictionary and replaces it and
5506 reads a
5507 data file.
5508
5509 Use VARIABLES to specify the variables that form the rows and columns of
5510 the matrices.  You may not specify a variable named @code{VARNAME_}.  You
5511 should specify VARIABLES first.
5512
5513 Specify the file to read on FILE, either as a file name string or a file
5514 handle (@pxref{FILE HANDLE}).  If FILE is not specified then matrix data
5515 must immediately follow @cmd{MATRIX DATA} with a @cmd{BEGIN
5516 DATA}@dots{}@cmd{END DATA}
5517 construct (@pxref{BEGIN DATA}).
5518
5519 The FORMAT subcommand specifies how the matrices are formatted.  LIST,
5520 the default, indicates that there is one line per row of matrix data;
5521 FREE allows single matrix rows to be broken across multiple lines.  This
5522 is analogous to the difference between @cmd{DATA LIST FREE} and
5523 @cmd{DATA LIST LIST}
5524 (@pxref{DATA LIST}).  LOWER, the default, indicates that the lower
5525 triangle of the matrix is given; UPPER indicates the upper triangle; and
5526 FULL indicates that the entire matrix is given.  DIAGONAL, the default,
5527 indicates that the diagonal is part of the data; NODIAGONAL indicates
5528 that it is omitted.  DIAGONAL/NODIAGONAL have no effect when FULL is
5529 specified.
5530
5531 The SPLIT subcommand is used to specify @cmd{SPLIT FILE} variables for the
5532 input matrices (@pxref{SPLIT FILE}).  Specify either a single variable
5533 not specified on VARIABLES, or one or more variables that are specified
5534 on VARIABLES.  In the former case, the SPLIT values are not present in
5535 the data and ROWTYPE_ may not be specified on VARIABLES.  In the latter
5536 case, the SPLIT values are present in the data.
5537
5538 Specify a list of factor variables on FACTORS.  Factor variables must
5539 also be listed on VARIABLES.  Factor variables are used when there are
5540 some variables where, for each possible combination of their values,
5541 statistics on the matrix variables are included in the data.
5542
5543 If FACTORS is specified and ROWTYPE_ is not specified on VARIABLES, the
5544 CELLS subcommand is required.  Specify the number of factor variable
5545 combinations that are given.  For instance, if factor variable A has 2
5546 values and factor variable B has 3 values, specify 6.
5547
5548 The N subcommand specifies a population number of observations.  When N
5549 is specified, one N record is output for each @cmd{SPLIT FILE}.
5550
5551 Use CONTENTS to specify what sort of information the matrices include.
5552 Each possible option is described in more detail below.  When ROWTYPE_
5553 is specified on VARIABLES, CONTENTS is optional; otherwise, if CONTENTS
5554 is not specified then /CONTENTS=CORR is assumed.
5555
5556 @table @asis
5557 @item N
5558 @item N_VECTOR
5559 Number of observations as a vector, one value for each variable.
5560 @item N_SCALAR
5561 Number of observations as a single value.
5562 @item N_MATRIX
5563 Matrix of counts.
5564 @item MEAN
5565 Vector of means.
5566 @item STDDEV
5567 Vector of standard deviations.
5568 @item COUNT
5569 Vector of counts.
5570 @item MSE
5571 Vector of mean squared errors.
5572 @item DFE
5573 Vector of degrees of freedom.
5574 @item MAT
5575 Generic matrix.
5576 @item COV
5577 Covariance matrix.
5578 @item CORR
5579 Correlation matrix.
5580 @item PROX
5581 Proximities matrix.
5582 @end table
5583
5584 The exact semantics of the matrices read by @cmd{MATRIX DATA} are complex.
5585 Right now @cmd{MATRIX DATA} isn't too useful due to a lack of procedures
5586 accepting or producing related data, so these semantics aren't
5587 documented.  Later, they'll be described here in detail.
5588
5589 @node NEW FILE, PRINT, MATRIX DATA, Data Input and Output
5590 @section NEW FILE
5591 @vindex NEW FILE
5592
5593 @display
5594 NEW FILE.
5595 @end display
5596
5597 @cmd{NEW FILE} command clears the current active file.
5598
5599 @node PRINT, PRINT EJECT, NEW FILE, Data Input and Output
5600 @section PRINT
5601 @vindex PRINT
5602
5603 @display
5604 PRINT 
5605         OUTFILE='filename'
5606         RECORDS=n_lines
5607         @{NOTABLE,TABLE@}
5608         /[line_no] arg@dots{}
5609
5610 arg takes one of the following forms:
5611         'string' [start-end]
5612         var_list start-end [type_spec]
5613         var_list (fortran_spec)
5614         var_list *
5615 @end display
5616
5617 The @cmd{PRINT} transformation writes variable data to an output file.
5618 @cmd{PRINT} is executed when a procedure causes the data to be read.
5619 Follow @cmd{PRINT} by @cmd{EXECUTE} to print variable data without
5620 invoking a procedure (@pxref{EXECUTE}).
5621
5622 All @cmd{PRINT} subcommands are optional.
5623
5624 The OUTFILE subcommand specifies the file to receive the output.  The
5625 file may be a file name as a string or a file handle (@pxref{FILE
5626 HANDLE}).  If OUTFILE is not present then output will be sent to PSPP's
5627 output listing file.
5628
5629 The RECORDS subcommand specifies the number of lines to be output.  The
5630 number of lines may optionally be surrounded by parentheses.
5631
5632 TABLE will cause the PRINT command to output a table to the listing file
5633 that describes what it will print to the output file.  NOTABLE, the
5634 default, suppresses this output table.
5635
5636 Introduce the strings and variables to be printed with a slash
5637 (@samp{/}).  Optionally, the slash may be followed by a number
5638 indicating which output line will be specified.  In the absence of this
5639 line number, the next line number will be specified.  Multiple lines may
5640 be specified using multiple slashes with the intended output for a line
5641 following its respective slash.
5642
5643 Literal strings may be printed.  Specify the string itself.  Optionally
5644 the string may be followed by a column number or range of column
5645 numbers, specifying the location on the line for the string to be
5646 printed.  Otherwise, the string will be printed at the current position
5647 on the line.
5648
5649 Variables to be printed can be specified in the same ways as available
5650 for @cmd{DATA LIST FIXED} (@pxref{DATA LIST FIXED}).  In addition, a
5651 variable
5652 list may be followed by an asterisk (@samp{*}), which indicates that the
5653 variables should be printed in their dictionary print formats, separated
5654 by spaces.  A variable list followed by a slash or the end of command
5655 will be interpreted the same way.
5656
5657 If a FORTRAN type specification is used to move backwards on the current
5658 line, then text is written at that point on the line, the line will be
5659 truncated to that length, although additional text being added will
5660 again extend the line to that length.
5661
5662 @node PRINT EJECT, PRINT SPACE, PRINT, Data Input and Output
5663 @section PRINT EJECT
5664 @vindex PRINT EJECT
5665
5666 @display
5667 PRINT EJECT 
5668         OUTFILE='filename'
5669         RECORDS=n_lines
5670         @{NOTABLE,TABLE@}
5671         /[line_no] arg@dots{}
5672
5673 arg takes one of the following forms:
5674         'string' [start-end]
5675         var_list start-end [type_spec]
5676         var_list (fortran_spec)
5677         var_list *
5678 @end display
5679
5680 @cmd{PRINT EJECT} writes data to an output file.  Before the data is
5681 written, the current page in the listing file is ejected.
5682
5683 @xref{PRINT}, for more information on syntax and usage.
5684
5685 @node PRINT SPACE, REREAD, PRINT EJECT, Data Input and Output
5686 @section PRINT SPACE
5687 @vindex PRINT SPACE
5688
5689 @display
5690 PRINT SPACE OUTFILE='filename' n_lines.
5691 @end display
5692
5693 @cmd{PRINT SPACE} prints one or more blank lines to an output file.
5694
5695 The OUTFILE subcommand is optional.  It may be used to direct output to
5696 a file specified by file name as a string or file handle (@pxref{FILE
5697 HANDLE}).  If OUTFILE is not specified then output will be directed to
5698 the listing file.
5699
5700 n_lines is also optional.  If present, it is an expression
5701 (@pxref{Expressions}) specifying the number of blank lines to be
5702 printed.  The expression must evaluate to a nonnegative value.
5703
5704 @node REREAD, REPEATING DATA, PRINT SPACE, Data Input and Output
5705 @section REREAD
5706 @vindex REREAD
5707
5708 @display
5709 REREAD FILE=handle COLUMN=column.
5710 @end display
5711
5712 The @cmd{REREAD} transformation allows the previous input line in a
5713 data file
5714 already processed by @cmd{DATA LIST} or another input command to be re-read
5715 for further processing.
5716
5717 The FILE subcommand, which is optional, is used to specify the file to
5718 have its line re-read.  The file must be specified in the form of a file
5719 handle (@pxref{FILE HANDLE}).  If FILE is not specified then the last
5720 file specified on @cmd{DATA LIST} will be assumed (last file specified
5721 lexically, not in terms of flow-of-control).
5722
5723 By default, the line re-read is re-read in its entirety.  With the
5724 COLUMN subcommand, a prefix of the line can be exempted from
5725 re-reading.  Specify an expression (@pxref{Expressions}) evaluating to
5726 the first column that should be included in the re-read line.  Columns
5727 are numbered from 1 at the left margin.
5728
5729 Issuing @code{REREAD} multiple times will not back up in the data
5730 file.  Instead, it will re-read the same line multiple times.
5731
5732 @node REPEATING DATA, WRITE, REREAD, Data Input and Output
5733 @section REPEATING DATA
5734 @vindex REPEATING DATA
5735
5736 @display
5737 REPEATING DATA
5738         /STARTS=start-end
5739         /OCCURS=n_occurs
5740         /FILE='filename'
5741         /LENGTH=length
5742         /CONTINUED[=cont_start-cont_end]
5743         /ID=id_start-id_end=id_var
5744         /@{TABLE,NOTABLE@}
5745         /DATA=var_spec@dots{}
5746
5747 where each var_spec takes one of the forms
5748         var_list start-end [type_spec]
5749         var_list (fortran_spec)
5750 @end display
5751
5752 @cmd{REPEATING DATA} parses groups of data repeating in
5753 a uniform format, possibly with several groups on a single line.  Each
5754 group of data corresponds with one case.  @cmd{REPEATING DATA} may only be
5755 used within an @cmd{INPUT PROGRAM} structure (@pxref{INPUT PROGRAM}).
5756 When used with @cmd{DATA LIST}, it
5757 can be used to parse groups of cases that share a subset of variables
5758 but differ in their other data.
5759
5760 The STARTS subcommand is required.  Specify a range of columns, using
5761 literal numbers or numeric variable names.  This range specifies the
5762 columns on the first line that are used to contain groups of data.  The
5763 ending column is optional.  If it is not specified, then the record
5764 width of the input file is used.  For the inline file (@pxref{BEGIN
5765 DATA}) this is 80 columns; for a file with fixed record widths it is the
5766 record width; for other files it is 1024 characters by default.
5767
5768 The OCCURS subcommand is required.  It must be a number or the name of a
5769 numeric variable.  Its value is the number of groups present in the
5770 current record.
5771
5772 The DATA subcommand is required.  It must be the last subcommand
5773 specified.  It is used to specify the data present within each repeating
5774 group.  Column numbers are specified relative to the beginning of a
5775 group at column 1.  Data is specified in the same way as with @cmd{DATA LIST
5776 FIXED} (@pxref{DATA LIST FIXED}).
5777
5778 All other subcommands are optional.
5779
5780 FILE specifies the file to read, either a file name as a string or a
5781 file handle (@pxref{FILE HANDLE}).  If FILE is not present then the
5782 default is the last file handle used on @cmd{DATA LIST} (lexically, not in
5783 terms of flow of control).
5784
5785 By default @cmd{REPEATING DATA} will output a table describing how it will
5786 parse the input data.  Specifying NOTABLE will disable this behavior;
5787 specifying TABLE will explicitly enable it.
5788
5789 The LENGTH subcommand specifies the length in characters of each group.
5790 If it is not present then length is inferred from the DATA subcommand.
5791 LENGTH can be a number or a variable name.
5792
5793 Normally all the data groups are expected to be present on a single
5794 line.  Use the CONTINUED command to indicate that data can be continued
5795 onto additional lines.  If data on continuation lines starts at the left
5796 margin and continues through the entire field width, no column
5797 specifications are necessary on CONTINUED.  Otherwise, specify the
5798 possible range of columns in the same way as on STARTS.
5799
5800 When data groups are continued from line to line, it is easy
5801 for cases to get out of sync through careless hand editing.  The
5802 ID subcommand allows a case identifier to be present on each line of
5803 repeating data groups.  @cmd{REPEATING DATA} will check for the same
5804 identifier on each line and report mismatches.  Specify the range of
5805 columns that the identifier will occupy, followed by an equals sign
5806 (@samp{=}) and the identifier variable name.  The variable must already
5807 have been declared with @cmd{NUMERIC} or another command.
5808
5809 @node WRITE,  , REPEATING DATA, Data Input and Output
5810 @section WRITE
5811 @vindex WRITE
5812
5813 @display
5814 WRITE 
5815         OUTFILE='filename'
5816         RECORDS=n_lines
5817         @{NOTABLE,TABLE@}
5818         /[line_no] arg@dots{}
5819
5820 arg takes one of the following forms:
5821         'string' [start-end]
5822         var_list start-end [type_spec]
5823         var_list (fortran_spec)
5824         var_list *
5825 @end display
5826
5827 @code{WRITE} writes text or binary data to an output file.  
5828
5829 @xref{PRINT}, for more information on syntax and usage.  The main
5830 difference between @code{PRINT} and @code{WRITE} is that @cmd{WRITE}
5831 uses write formats by default, where PRINT uses print formats.
5832
5833 The sole additional difference is that if @cmd{WRITE} is used to send output
5834 to a binary file, carriage control characters will not be output.
5835 @xref{FILE HANDLE}, for information on how to declare a file as binary.
5836
5837 @node System and Portable Files, Variable Attributes, Data Input and Output, Top
5838 @chapter System Files and Portable Files
5839
5840 The commands in this chapter read, write, and examine system files and
5841 portable files.
5842
5843 @menu
5844 * APPLY DICTIONARY::            Apply system file dictionary to active file.
5845 * EXPORT::                      Write to a portable file.
5846 * GET::                         Read from a system file.
5847 * IMPORT::                      Read from a portable file.
5848 * MATCH FILES::                 Merge system files.
5849 * SAVE::                        Write to a system file.
5850 * SYSFILE INFO::                Display system file dictionary.
5851 * XSAVE::                       Write to a system file, as a transform.
5852 @end menu
5853
5854 @node APPLY DICTIONARY, EXPORT, System and Portable Files, System and Portable Files
5855 @section APPLY DICTIONARY
5856 @vindex APPLY DICTIONARY
5857
5858 @display
5859 APPLY DICTIONARY FROM='filename'.
5860 @end display
5861
5862 @cmd{APPLY DICTIONARY} applies the variable labels, value labels,
5863 and missing values from variables in a system file to corresponding
5864 variables in the active file.  In some cases it also updates the
5865 weighting variable.
5866
5867 Specify a system file with a file name string or as a file handle
5868 (@pxref{FILE HANDLE}).  The dictionary in the system file will be read,
5869 but it will not replace the active file dictionary.  The system file's
5870 data will not be read.
5871
5872 Only variables with names that exist in both the active file and the
5873 system file are considered.  Variables with the same name but different
5874 types (numeric, string) will cause an error message.  Otherwise, the
5875 system file variables' attributes will replace those in their matching
5876 active file variables, as described below.
5877
5878 If a system file variable has a variable label, then it will replace the
5879 active file variable's variable label.  If the system file variable does
5880 not have a variable label, then the active file variable's variable
5881 label, if any, will be retained.
5882
5883 If the active file variable is numeric or short string, then value
5884 labels and missing values, if any, will be copied to the active file
5885 variable.  If the system file variable does not have value labels or
5886 missing values, then those in the active file variable, if any, will not
5887 be disturbed.
5888
5889 Finally, weighting of the active file is updated (@pxref{WEIGHT}).  If
5890 the active file has a weighting variable, and the system file does not,
5891 or if the weighting variable in the system file does not exist in the
5892 active file, then the active file weighting variable, if any, is
5893 retained.  Otherwise, the weighting variable in the system file becomes
5894 the active file weighting variable.
5895
5896 @cmd{APPLY DICTIONARY} takes effect immediately.  It does not read the
5897 active
5898 file.  The system file is not modified.
5899
5900 @node EXPORT, GET, APPLY DICTIONARY, System and Portable Files
5901 @section EXPORT
5902 @vindex EXPORT
5903
5904 @display
5905 EXPORT
5906         /OUTFILE='filename'
5907         /DROP=var_list
5908         /KEEP=var_list
5909         /RENAME=(src_names=target_names)@dots{}
5910 @end display
5911
5912 The @cmd{EXPORT} procedure writes the active file dictionary and data to a
5913 specified portable file.
5914
5915 The OUTFILE subcommand, which is the only required subcommand, specifies
5916 the portable file to be written as a file name string or a file handle
5917 (@pxref{FILE HANDLE}).
5918
5919 DROP, KEEP, and RENAME follow the same format as the SAVE procedure
5920 (@pxref{SAVE}).
5921
5922 @cmd{EXPORT} is a procedure.  It causes the active file to be read.
5923
5924 @node GET, IMPORT, EXPORT, System and Portable Files
5925 @section GET
5926 @vindex GET
5927
5928 @display
5929 GET
5930         /FILE='filename'
5931         /DROP=var_list
5932         /KEEP=var_list
5933         /RENAME=(src_names=target_names)@dots{}
5934 @end display
5935
5936 @cmd{GET} clears the current dictionary and active file and
5937 replaces them with the dictionary and data from a specified system file.
5938
5939 The FILE subcommand is the only required subcommand.  Specify the system
5940 file to be read as a string file name or a file handle (@pxref{FILE
5941 HANDLE}).
5942
5943 By default, all the variables in a system file are read.  The DROP
5944 subcommand can be used to specify a list of variables that are not to be
5945 read.  By contrast, the KEEP subcommand can be used to specify variable
5946 that are to be read, with all other variables not read.
5947
5948 Normally variables in a system file retain the names that they were
5949 saved under.  Use the RENAME subcommand to change these names.  Specify,
5950 within parentheses, a list of variable names followed by an equals sign
5951 (@samp{=}) and the names that they should be renamed to.  Multiple
5952 parenthesized groups of variable names can be included on a single
5953 RENAME subcommand.  Variables' names may be swapped using a RENAME
5954 subcommand of the form @samp{/RENAME=(A B=B A)}.
5955
5956 Alternate syntax for the RENAME subcommand allows the parentheses to be
5957 eliminated.  When this is done, only a single variable may be renamed at
5958 once.  For instance, @samp{/RENAME=A=B}.  This alternate syntax is
5959 deprecated.
5960
5961 DROP, KEEP, and RENAME are performed in left-to-right order.  They
5962 each may be present any number of times.  @cmd{GET} never modifies a
5963 system file on disk.  Only the active file read from the system file
5964 is affected by these subcommands.
5965
5966 @cmd{GET} does not cause the data to be read, only the dictionary.  The data
5967 is read later, when a procedure is executed.
5968
5969 @node IMPORT, MATCH FILES, GET, System and Portable Files
5970 @section IMPORT
5971 @vindex IMPORT
5972
5973 @display
5974 IMPORT
5975         /FILE='filename'
5976         /TYPE=@{COMM,TAPE@}
5977         /DROP=var_list
5978         /KEEP=var_list
5979         /RENAME=(src_names=target_names)@dots{}
5980 @end display
5981
5982 The @cmd{IMPORT} transformation clears the active file dictionary and
5983 data and
5984 replaces them with a dictionary and data from a portable file on disk.
5985
5986 The FILE subcommand, which is the only required subcommand, specifies
5987 the portable file to be read as a file name string or a file handle
5988 (@pxref{FILE HANDLE}).
5989
5990 The TYPE subcommand is currently not used.
5991
5992 DROP, KEEP, and RENAME follow the syntax used by @cmd{GET} (@pxref{GET}).
5993
5994 @cmd{IMPORT} does not cause the data to be read, only the dictionary.  The
5995 data is read later, when a procedure is executed.
5996
5997 @node MATCH FILES, SAVE, IMPORT, System and Portable Files
5998 @section MATCH FILES
5999 @vindex MATCH FILES
6000
6001 @display
6002 MATCH FILES
6003         /BY var_list
6004         /@{FILE,TABLE@}=@{*,'filename'@}
6005         /DROP=var_list
6006         /KEEP=var_list
6007         /RENAME=(src_names=target_names)@dots{}
6008         /IN=var_name
6009         /FIRST=var_name
6010         /LAST=var_name
6011         /MAP
6012 @end display
6013
6014 @cmd{MATCH FILES} merges one or more system files, optionally
6015 including the active file.  Records with the same values for BY
6016 variables are combined into a single record.  Records with different
6017 values are output in order.  Thus, multiple sorted system files are
6018 combined into a single sorted system file based on the value of the BY
6019 variables.
6020
6021 The BY subcommand specifies a list of variables that are used to match
6022 records from each of the system files.  Variables specified must exist
6023 in all the files specified on FILE and TABLE.  BY should usually be
6024 specified.  If TABLE is used then BY is required.
6025
6026 Specify FILE with a system file as a file name string or file handle
6027 (@pxref{FILE HANDLE}), or with an asterisk (@samp{*}) to
6028 indicate the current active file.  The files specified on FILE are
6029 merged together based on the BY variables, or combined case-by-case if
6030 BY is not specified.  Normally at least two FILE subcommands should be
6031 specified.
6032
6033 Specify TABLE with a system file to use it as a @dfn{table
6034 lookup file}.  Records in table lookup files are not used up after
6035 they've been used once.  This means that data in table lookup files can
6036 correspond to any number of records in FILE files.  Table lookup files
6037 correspond to lookup tables in traditional relational database systems.
6038 It is incorrect to have records with duplicate BY values in table lookup
6039 files.
6040
6041 Any number of FILE and TABLE subcommands may be specified.  Each
6042 instance of FILE or TABLE can be followed by DROP, KEEP, and/or RENAME
6043 subcommands.  These take the same form as the corresponding subcommands
6044 of @cmd{GET} (@pxref{GET}), and perform the same functions.
6045
6046 Variables belonging to files that are not present for the current case
6047 are set to the system-missing value for numeric variables or spaces for
6048 string variables.
6049
6050 IN, FIRST, LAST, and MAP are currently not used.
6051
6052 @node SAVE, SYSFILE INFO, MATCH FILES, System and Portable Files
6053 @section SAVE
6054 @vindex SAVE
6055
6056 @display
6057 SAVE
6058         /OUTFILE='filename'
6059         /@{COMPRESSED,UNCOMPRESSED@}
6060         /DROP=var_list
6061         /KEEP=var_list
6062         /RENAME=(src_names=target_names)@dots{}
6063 @end display
6064
6065 The @cmd{SAVE} procedure causes the dictionary and data in the active
6066 file to
6067 be written to a system file.
6068
6069 FILE is the only required subcommand.  Specify the system
6070 file to be written as a string file name or a file handle (@pxref{FILE
6071 HANDLE}).
6072
6073 The COMPRESS and UNCOMPRESS subcommand determine whether the saved
6074 system file is compressed.  By default, system files are compressed.
6075 This default can be changed with the SET command (@pxref{SET}).
6076
6077 By default, all the variables in the active file dictionary are written
6078 to the system file.  The DROP subcommand can be used to specify a list
6079 of variables not to be written.  In contrast, KEEP specifies variables
6080 to be written, with all variables not specified not written.
6081
6082 Normally variables are saved to a system file under the same names they
6083 have in the active file.  Use the RENAME subcommand to change these names.
6084 Specify, within parentheses, a list of variable names followed by an
6085 equals sign (@samp{=}) and the names that they should be renamed to.
6086 Multiple parenthesized groups of variable names can be included on a
6087 single RENAME subcommand.  Variables' names may be swapped using a
6088 RENAME subcommand of the form @samp{/RENAME=(A B=B A)}.
6089
6090 Alternate syntax for the RENAME subcommand allows the parentheses to be
6091 eliminated.  When this is done, only a single variable may be renamed at
6092 once.  For instance, @samp{/RENAME=A=B}.  This alternate syntax is
6093 deprecated.
6094
6095 DROP, KEEP, and RENAME are performed in left-to-right order.  They
6096 each may be present any number of times.  @cmd{SAVE} never modifies
6097 the active file.  DROP, KEEP, and RENAME only affect the system file
6098 written to disk.
6099
6100 @cmd{SAVE} causes the data to be read.  It is a procedure.
6101
6102 @node SYSFILE INFO, XSAVE, SAVE, System and Portable Files
6103 @section SYSFILE INFO
6104 @vindex SYSFILE INFO
6105
6106 @display 
6107 SYSFILE INFO FILE='filename'.
6108 @end display
6109
6110 @cmd{SYSFILE INFO} reads the dictionary in a system file and
6111 displays the information in its dictionary.
6112
6113 Specify a file name or file handle.  @cmd{SYSFILE INFO} reads that file as
6114 a system file and displays information on its dictionary.
6115
6116 @cmd{SYSFILE INFO} does not affect the current active file.
6117
6118 @node XSAVE,  , SYSFILE INFO, System and Portable Files
6119 @section XSAVE
6120 @vindex XSAVE
6121
6122 @display
6123 XSAVE
6124         /FILE='filename'
6125         /@{COMPRESSED,UNCOMPRESSED@}
6126         /DROP=var_list
6127         /KEEP=var_list
6128         /RENAME=(src_names=target_names)@dots{}
6129 @end display
6130
6131 The @cmd{XSAVE} transformation writes the active file dictionary and
6132 data to a
6133 system file stored on disk.
6134
6135 @cmd{XSAVE} is a transformation, not a procedure.  It is executed when the
6136 data is read by a procedure or procedure-like command.  In all other
6137 respects, @cmd{XSAVE} is identical to @cmd{SAVE}.  @xref{SAVE}, for
6138 more information
6139 on syntax and usage.
6140
6141 @node Variable Attributes, Data Manipulation, System and Portable Files, Top
6142 @chapter Manipulating variables
6143
6144 The variables in the active file dictionary are important.  There are
6145 several utility functions for examining and adjusting them.
6146
6147 @menu
6148 * ADD VALUE LABELS::            Add value labels to variables.
6149 * DISPLAY::                     Display variable names & descriptions.
6150 * DISPLAY VECTORS::             Display a list of vectors.
6151 * FORMATS::                     Set print and write formats.
6152 * LEAVE::                       Don't clear variables between cases.
6153 * MISSING VALUES::              Set missing values for variables.
6154 * MODIFY VARS::                 Rename, reorder, and drop variables.
6155 * NUMERIC::                     Create new numeric variables.
6156 * PRINT FORMATS::               Set variable print formats.
6157 * RENAME VARIABLES::            Rename variables.
6158 * VALUE LABELS::                Set value labels for variables.
6159 * STRING::                      Create new string variables.
6160 * VARIABLE LABELS::             Set variable labels for variables.
6161 * VECTOR::                      Declare an array of variables.
6162 * WRITE FORMATS::               Set variable write formats.
6163 @end menu
6164
6165 @node ADD VALUE LABELS, DISPLAY, Variable Attributes, Variable Attributes
6166 @section ADD VALUE LABELS
6167 @vindex ADD VALUE LABELS
6168
6169 @display 
6170 ADD VALUE LABELS
6171         /var_list value 'label' [value 'label']@dots{}
6172 @end display
6173
6174 @cmd{ADD VALUE LABELS} has the same syntax and purpose as @cmd{VALUE
6175 LABELS} (@pxref{VALUE LABELS}), but it does not clear value
6176 labels from the variables before adding the ones specified.
6177
6178 @node DISPLAY, DISPLAY VECTORS, ADD VALUE LABELS, Variable Attributes
6179 @section DISPLAY
6180 @vindex DISPLAY
6181
6182 @display
6183 DISPLAY @{NAMES,INDEX,LABELS,VARIABLES,DICTIONARY,SCRATCH@}
6184         [SORTED] [var_list]
6185 @end display
6186
6187 @cmd{DISPLAY} displays requested information on variables.  Variables can
6188 optionally be sorted alphabetically.  The entire dictionary or just
6189 specified variables can be described.
6190
6191 One of the following keywords can be present:
6192
6193 @table @asis
6194 @item NAMES
6195 The variables' names are displayed.
6196
6197 @item INDEX
6198 The variables' names are displayed along with a value describing their
6199 position within the active file dictionary.
6200
6201 @item LABELS
6202 Variable names, positions, and variable labels are displayed.
6203
6204 @item VARIABLES
6205 Variable names, positions, print and write formats, and missing values
6206 are displayed.
6207
6208 @item DICTIONARY
6209 Variable names, positions, print and write formats, missing values,
6210 variable labels, and value labels are displayed.
6211
6212 @item SCRATCH
6213 Varible names are displayed, for scratch variables only (@pxref{Scratch
6214 Variables}).
6215 @end table
6216
6217 If SORTED is specified, then the variables are displayed in ascending
6218 order based on their names; otherwise, they are displayed in the order
6219 that they occur in the active file dictionary.
6220
6221 @node DISPLAY VECTORS, FORMATS, DISPLAY, Variable Attributes
6222 @section DISPLAY VECTORS
6223 @vindex DISPLAY VECTORS
6224
6225 @display
6226 DISPLAY VECTORS.
6227 @end display
6228
6229 @cmd{DISPLAY VECTORS} lists all the currently declared vectors.
6230
6231 @node FORMATS, LEAVE, DISPLAY VECTORS, Variable Attributes
6232 @section FORMATS
6233 @vindex FORMATS
6234
6235 @display
6236 FORMATS var_list (fmt_spec).
6237 @end display
6238
6239 @cmd{FORMATS} set both print and write formats for the specified
6240 variables to the specified format specification.  @xref{Input/Output
6241 Formats}.
6242
6243 Specify a list of variables followed by a format specification in
6244 parentheses.  The print and write formats of the specified variables
6245 will be changed.
6246
6247 Additional lists of variables and formats may be included if they are
6248 delimited by a slash (@samp{/}).
6249
6250 @cmd{FORMATS} takes effect immediately.  It is not affected by
6251 conditional and looping structures such as @cmd{DO IF} or @cmd{LOOP}.
6252
6253 @node LEAVE, MISSING VALUES, FORMATS, Variable Attributes
6254 @section LEAVE
6255 @vindex LEAVE
6256
6257 @display
6258 LEAVE var_list.
6259 @end display
6260
6261 @cmd{LEAVE} prevents the specified variables from being
6262 reinitialized whenever a new case is processed.
6263
6264 Normally, when a data file is processed, every variable in the active
6265 file is initialized to the system-missing value or spaces at the
6266 beginning of processing for each case.  When a variable has been
6267 specified on @cmd{LEAVE}, this is not the case.  Instead, that variable is
6268 initialized to 0 (not system-missing) or spaces for the first case.
6269 After that, it retains its value between cases.
6270
6271 This becomes useful for counters.  For instance, in the example below
6272 the variable SUM maintains a running total of the values in the ITEM
6273 variable.
6274
6275 @example
6276 DATA LIST /ITEM 1-3.
6277 COMPUTE SUM=SUM+ITEM.
6278 PRINT /ITEM SUM.
6279 LEAVE SUM
6280 BEGIN DATA.
6281 123
6282 404
6283 555
6284 999
6285 END DATA.
6286 @end example
6287
6288 @noindent Partial output from this example:
6289
6290 @example
6291 123   123.00
6292 404   527.00
6293 555  1082.00
6294 999  2081.00
6295 @end example
6296
6297 It is best to use @cmd{LEAVE} command immediately before invoking a
6298 procedure command, because the left status of variables is reset by
6299 certain transformations---for instance, @cmd{COMPUTE} and @cmd{IF}.
6300 Left status is also reset by all procedure invocations.
6301
6302 @node MISSING VALUES, MODIFY VARS, LEAVE, Variable Attributes
6303 @section MISSING VALUES
6304 @vindex MISSING VALUES
6305
6306 @display
6307 MISSING VALUES var_list (missing_values).
6308
6309 missing_values takes one of the following forms:
6310         num1
6311         num1, num2
6312         num1, num2, num3
6313         num1 THRU num2
6314         num1 THRU num2, num3
6315         string1
6316         string1, string2
6317         string1, string2, string3
6318 As part of a range, LO or LOWEST may take the place of num1;
6319 HI or HIGHEST may take the place of num2.
6320 @end display
6321
6322 @cmd{MISSING VALUES} sets user-missing values for numeric and
6323 short string variables.  Long string variables may not have missing
6324 values.
6325
6326 Specify a list of variables, followed by a list of their user-missing
6327 values in parentheses.  Up to three discrete values may be given, or,
6328 for numeric variables only, a range of values optionally accompanied by
6329 a single discrete value.  Ranges may be open-ended on one end, indicated
6330 through the use of the keyword LO or LOWEST or HI or HIGHEST.
6331
6332 The @cmd{MISSING VALUES} command takes effect immediately.  It is not
6333 affected by conditional and looping constructs such as @cmd{DO IF} or
6334 @cmd{LOOP}.
6335
6336 @node MODIFY VARS, NUMERIC, MISSING VALUES, Variable Attributes
6337 @section MODIFY VARS
6338 @vindex MODIFY VARS
6339
6340 @display 
6341 MODIFY VARS
6342         /REORDER=@{FORWARD,BACKWARD@} @{POSITIONAL,ALPHA@} (var_list)@dots{}
6343         /RENAME=(old_names=new_names)@dots{}
6344         /@{DROP,KEEP@}=var_list
6345         /MAP    
6346 @end display
6347
6348 @cmd{MODIFY VARS} reorders, renames, and deletes variables in the
6349 active file.
6350
6351 At least one subcommand must be specified, and no subcommand may be
6352 specified more than once.  DROP and KEEP may not both be specified.
6353
6354 The REORDER subcommand changes the order of variables in the active
6355 file.  Specify one or more lists of variable names in parentheses.  By
6356 default, each list of variables is rearranged into the specified order.
6357 To put the variables into the reverse of the specified order, put
6358 keyword BACKWARD before the parentheses.  To put them into alphabetical
6359 order in the dictionary, specify keyword ALPHA before the parentheses.
6360 BACKWARD and ALPHA may also be combined.
6361
6362 To rename variables in the active file, specify RENAME, an equals sign
6363 (@samp{=}), and lists of the old variable names and new variable names
6364 separated by another equals sign within parentheses.  There must be the
6365 same number of old and new variable names.  Each old variable is renamed to
6366 the corresponding new variable name.  Multiple parenthesized groups of
6367 variables may be specified.
6368
6369 The DROP subcommand deletes a specified list of variables from the
6370 active file.
6371
6372 The KEEP subcommand keeps the specified list of variables in the active
6373 file.  Any unlisted variables are deleted from the active file.
6374
6375 MAP is currently ignored.
6376
6377 If either DROP or KEEP is specified, the data is read; otherwise it is
6378 not.
6379
6380 @node NUMERIC, PRINT FORMATS, MODIFY VARS, Variable Attributes
6381 @section NUMERIC
6382 @vindex NUMERIC
6383
6384 @display
6385 NUMERIC /var_list [(fmt_spec)].
6386 @end display
6387
6388 @cmd{NUMERIC} explicitly declares new numeric variables, optionally
6389 setting their output formats.
6390
6391 Specify a slash (@samp{/}), followed by the names of the new numeric
6392 variables.  If you wish to set their output formats, follow their names
6393 by an output format specification in parentheses (@pxref{Input/Output
6394 Formats}); otherwise, the default is F8.2.
6395
6396 Variables created with @cmd{NUMERIC} are initialized to the
6397 system-missing value.
6398
6399 @node PRINT FORMATS, RENAME VARIABLES, NUMERIC, Variable Attributes
6400 @section PRINT FORMATS
6401 @vindex PRINT FORMATS
6402
6403 @display
6404 PRINT FORMATS var_list (fmt_spec).
6405 @end display
6406
6407 @cmd{PRINT FORMATS} sets the print formats for the specified
6408 variables to the specified format specification.
6409
6410 Its syntax is identical to that of @cmd{FORMATS} (@pxref{FORMATS}),
6411 but @cmd{PRINT FORMATS} sets only print formats, not write formats.
6412
6413 @node RENAME VARIABLES, VALUE LABELS, PRINT FORMATS, Variable Attributes
6414 @section RENAME VARIABLES
6415 @vindex RENAME VARIABLES
6416
6417 @display
6418 RENAME VARIABLES (old_names=new_names)@dots{} .
6419 @end display
6420
6421 @cmd{RENAME VARIABLES} changes the names of variables in the active
6422 file.  Specify lists of the old variable names and new
6423 variable names, separated by an equals sign (@samp{=}), within
6424 parentheses.  There must be the same number of old and new variable
6425 names.  Each old variable is renamed to the corresponding new variable
6426 name.  Multiple parenthesized groups of variables may be specified.
6427
6428 @cmd{RENAME VARIABLES} takes effect immediately.  It does not cause the data
6429 to be read.
6430
6431 @node VALUE LABELS, STRING, RENAME VARIABLES, Variable Attributes
6432 @section VALUE LABELS
6433 @vindex VALUE LABELS
6434
6435 @display 
6436 VALUE LABELS
6437         /var_list value 'label' [value 'label']@dots{}
6438 @end display
6439
6440 @cmd{VALUE LABELS} allows values of numeric and short string
6441 variables to be associated with labels.  In this way, a short value can
6442 stand for a long value.
6443
6444 To set up value labels for a set of variables, specify the
6445 variable names after a slash (@samp{/}), followed by a list of values
6446 and their associated labels, separated by spaces.  Long string
6447 variables may not be specified.
6448
6449 Before @cmd{VALUE LABELS} is executed, any existing value labels
6450 are cleared from the variables specified.  Use @cmd{ADD VALUE LABELS}
6451 (@pxref{ADD VALUE LABELS}) to add value labels without clearing those
6452 already present.
6453
6454 @node STRING, VARIABLE LABELS, VALUE LABELS, Variable Attributes
6455 @section STRING
6456 @vindex STRING
6457
6458 @display
6459 STRING /var_list (fmt_spec).
6460 @end display
6461
6462 @cmd{STRING} creates new string variables for use in
6463 transformations.
6464
6465 Specify a slash (@samp{/}), followed by the names of the string
6466 variables to create and the desired output format specification in
6467 parentheses (@pxref{Input/Output Formats}).  Variable widths are
6468 implicitly derived from the specified output formats.
6469
6470 Created variables are initialized to spaces.
6471
6472 @node VARIABLE LABELS, VECTOR, STRING, Variable Attributes
6473 @section VARIABLE LABELS
6474 @vindex VARIABLE LABELS
6475
6476 @display
6477 VARIABLE LABELS
6478         /var_list 'var_label'.
6479 @end display
6480
6481 @cmd{VARIABLE LABELS} associates explanatory names
6482 with variables.  This name, called a @dfn{variable label}, is displayed by
6483 statistical procedures.
6484
6485 To assign a variable label to a group of variables, specify a slash
6486 (@samp{/}), followed by the list of variable names and the variable
6487 label as a string.
6488
6489 @node VECTOR, WRITE FORMATS, VARIABLE LABELS, Variable Attributes
6490 @section VECTOR
6491 @vindex VECTOR
6492
6493 @display
6494 Two possible syntaxes:
6495         VECTOR vec_name=var_list.
6496         VECTOR vec_name_list(count).
6497 @end display
6498
6499 @cmd{VECTOR} allows a group of variables to be accessed as if they
6500 were consecutive members of an array with a vector(index) notation.
6501
6502 To make a vector out of a set of existing variables, specify a name for
6503 the vector followed by an equals sign (@samp{=}) and the variables that
6504 belong in the vector.
6505
6506 To make a vector and create variables at the same time, specify one or
6507 more vector names followed by a count in parentheses.  This will cause
6508 variables named @code{@var{vec}1} through @code{@var{vec}@var{count}}
6509 to be created as numeric variables with print and write format F8.2.
6510 Variable names including numeric suffixes may not exceed 8 characters
6511 in length, and none of the variables may exist prior to @cmd{VECTOR}.
6512
6513 All the variables in a vector must be the same type.
6514
6515 Vectors created with @cmd{VECTOR} disappear after any procedure or
6516 procedure-like command is executed.  The variables contained in the
6517 vectors remain, unless they are scratch variables (@pxref{Scratch
6518 Variables}).
6519
6520 Variables within a vector may be references in expressions using
6521 @code{vector(index)} syntax.
6522
6523 @node WRITE FORMATS,  , VECTOR, Variable Attributes
6524 @section WRITE FORMATS
6525 @vindex WRITE FORMATS
6526
6527 @display
6528 WRITE FORMATS var_list (fmt_spec).
6529 @end display
6530
6531 @cmd{WRITE FORMATS} sets the write formats for the specified variables
6532 to the specified format specification.  Its syntax is identical to
6533 that of FORMATS (@pxref{FORMATS}), but @cmd{WRITE FORMATS} sets only
6534 write formats, not print formats.
6535
6536 @node Data Manipulation, Data Selection, Variable Attributes, Top
6537 @chapter Data transformations
6538 @cindex transformations
6539
6540 The PSPP procedures examined in this chapter manipulate data and
6541 prepare the active file for later analyses.  They do not produce output,
6542 as a rule.
6543
6544 @menu
6545 * AGGREGATE::                   Summarize multiple cases into a single case.
6546 * AUTORECODE::                  Automatic recoding of variables.
6547 * COMPUTE::                     Assigning a variable a calculated value.
6548 * COUNT::                       Counting variables with particular values.
6549 * FLIP::                        Exchange variables with cases.
6550 * IF::                          Conditionally assigning a calculated value.
6551 * RECODE::                      Mapping values from one set to another.
6552 * SORT CASES::                  Sort the active file.
6553 @end menu
6554
6555 @node AGGREGATE, AUTORECODE, Data Manipulation, Data Manipulation
6556 @section AGGREGATE
6557 @vindex AGGREGATE
6558
6559 @display
6560 AGGREGATE
6561         /BREAK=var_list
6562         /PRESORTED
6563         /OUTFILE=@{*,'filename'@}
6564         /DOCUMENT
6565         /MISSING=COLUMNWISE
6566         /dest_vars=agr_func(src_vars, args@dots{})@dots{}
6567 @end display
6568
6569 @cmd{AGGREGATE} summarizes groups of cases into single cases.
6570 Cases are divided into groups that have the same values for one or more
6571 variables called @dfn{break variables}.  Several functions are available
6572 for summarizing case contents.
6573
6574 BREAK is the only required subcommand (in addition, at least one
6575 aggregation variable must be specified).  Specify a list of variable
6576 names.  The values of these variables are used to divide the active file
6577 into groups to be summarized.
6578
6579 By default, the active file is sorted based on the break variables
6580 before aggregation takes place.  If the active file is already sorted,
6581 specify PRESORTED to save time.
6582
6583 The OUTFILE subcommand specifies a system file by file name string or
6584 file handle (@pxref{FILE HANDLE}).  The aggregated cases are sent to
6585 this file.  If OUTFILE is not specified, or if @samp{*} is specified,
6586 then the aggregated cases replace the active file.
6587
6588 Normally the aggregate file does not receive the documents from the
6589 active file, even if the aggregate file replaces the active file.
6590 Specify DOCUMENT to have the documents from the active file copied to
6591 the aggregate file.
6592
6593 At least one aggregation variable must be specified.  Specify a list of
6594 aggregation variables, an equals sign (@samp{=}), an aggregation
6595 function name (see the list below), and a list of source variables in
6596 parentheses.  In addition, some aggregation functions expect additional
6597 arguments in the parentheses following the source variable names.
6598
6599 There must be exactly as many source variables as aggregation variables.
6600 Each aggregation variable receives the results of applying the specified
6601 aggregation function to the corresponding source variable.  Most
6602 aggregation functions may be applied to numeric and short and long
6603 string variables.  Others are restricted to numeric values; these are
6604 marked as such in this list below.
6605
6606 Any number of sets of aggregation variables may be specified.
6607
6608 The available aggregation functions are as follows:
6609
6610 @table @asis
6611 @item SUM(var_name)
6612 Sum.  Limited to numeric values.
6613 @item MEAN(var_name)
6614 Arithmetic mean.  Limited to numeric values.
6615 @item SD(var_name)
6616 Standard deviation of the mean.  Limited to numeric values.
6617 @item MAX(var_name)
6618 Maximum value.
6619 @item MIN(var_name)
6620 Minimum value.
6621 @item FGT(var_name, value)
6622 @itemx PGT(var_name, value)
6623 Fraction between 0 and 1, or percentage between 0 and 100, respectively,
6624 of values greater than the specified constant.
6625 @item FLT(var_name, value)
6626 @itemx PLT(var_name, value)
6627 Fraction or percentage, respectively, of values less than the specified
6628 constant.
6629 @item FIN(var_name, low, high)
6630 @itemx PIN(var_name, low, high)
6631 Fraction or percentage, respectively, of values within the specified
6632 inclusive range of constants.
6633 @item FOUT(var_name, low, high)
6634 @itemx POUT(var_name, low, high)
6635 Fraction or percentage, respectively, of values strictly outside the
6636 specified range of constants.
6637 @item N(var_name)
6638 Number of non-missing values.
6639 @item N
6640 Number of cases aggregated to form this group.  Don't supply a source
6641 variable for this aggregation function.
6642 @item NU(var_name)
6643 Number of non-missing values.  Each case is considered to have a weight
6644 of 1, regardless of the current weighting variable (@pxref{WEIGHT}).
6645 @item NU
6646 Number of cases aggregated to form this group.  Each case is considered
6647 to have a weight of 1, regardless of the current weighting variable.
6648 @item NMISS(var_name)
6649 Number of missing values.
6650 @item NUMISS(var_name)
6651 Number of missing values.  Each case is considered to have a weight of
6652 1, regardless of the current weighting variable.
6653 @item FIRST(var_name)
6654 First value in this group.
6655 @item LAST(var_name)
6656 Last value in this group.
6657 @end table
6658
6659 When string values are compared by aggregation functions, they are done
6660 in terms of internal character codes.  On most modern computers, this is
6661 a form of ASCII.
6662
6663 In addition, there is a parallel set of aggregation functions having the
6664 same names as those above, but with a dot after the last character (for
6665 instance, @samp{SUM.}).  These functions are the same as the above,
6666 except that they cause user-missing values, which are normally excluded
6667 from calculations, to be included.
6668
6669 Normally, only a single case (for SD and SD., two cases) need be
6670 non-missing in
6671 each group in order for the aggregate variable to be non-missing.  If
6672 /MISSING=COLUMNWISE is specified, the behavior reverses: that is, a
6673 single missing value is enough to make the aggregate variable become a
6674 missing value.
6675
6676 @cmd{AGGREGATE} ignores the current @cmd{SPLIT FILE} settings and causes
6677 them to be
6678 canceled (@pxref{SPLIT FILE}).  
6679
6680 @node AUTORECODE, COMPUTE, AGGREGATE, Data Manipulation
6681 @section AUTORECODE
6682 @vindex AUTORECODE
6683
6684 @display
6685 AUTORECODE VARIABLES=src_vars INTO dest_vars
6686         /DESCENDING
6687         /PRINT
6688 @end display
6689
6690 The @cmd{AUTORECODE} procedure considers the @var{n} values that a variable
6691 takes on and maps them onto values 1@dots{}@var{n} on a new numeric
6692 variable.
6693
6694 Subcommand VARIABLES is the only required subcommand and must come
6695 first.  Specify VARIABLES, an equals sign (@samp{=}), a list of source
6696 variables, INTO, and a list of target variables.  There must the same
6697 number of source and target variables.  The target variables must not
6698 already exist.
6699
6700 By default, increasing values of a source variable (for a string, this
6701 is based on character code comparisons) are recoded to increasing values
6702 of its target variable.  To cause increasing values of a source variable
6703 to be recoded to decreasing values of its target variable (@var{n} down
6704 to 1), specify DESCENDING.
6705
6706 PRINT is currently ignored.
6707
6708 @cmd{AUTORECODE} is a procedure.  It causes the data to be read.
6709
6710 @node COMPUTE, COUNT, AUTORECODE, Data Manipulation
6711 @section COMPUTE
6712 @vindex COMPUTE
6713
6714 @display
6715 COMPUTE variable = expression.
6716   or
6717 COMPUTE vector(index) = expression.
6718 @end display
6719
6720 @cmd{COMPUTE} assigns the value of an expression to a target
6721 variable.  For each case, the expression is evaluated and its value
6722 assigned to the target variable.  Numeric and short and long string
6723 variables may be assigned.  When a string expression's width differs
6724 from the target variable's width, the string result of the expression
6725 is truncated or padded with spaces on the right as necessary.  The
6726 expression and variable types must match.
6727
6728 For numeric variables only, the target variable need not already
6729 exist.  Numeric variables created by @cmd{COMPUTE} are assigned an
6730 @code{F8.2} output format.  String variables must be declared before
6731 they can be used as targets for @cmd{COMPUTE}.
6732
6733 The target variable may be specified as an element of a vector
6734 (@pxref{VECTOR}).  In this case, a vector index expression must be
6735 specified in parentheses following the vector name.  The index
6736 expression must evaluate to a numeric value that, after rounding down
6737 to the nearest integer, is a valid index for the named vector.
6738
6739 Using @cmd{COMPUTE} to assign to a variable specified on @cmd{LEAVE}
6740 (@pxref{LEAVE}) resets the variable's left state.  Therefore,
6741 @code{LEAVE} should be specified following @cmd{COMPUTE}, not before.
6742
6743 COMPUTE is a transformation.  It does not cause the active file to be
6744 read.
6745
6746 @node COUNT, FLIP, COMPUTE, Data Manipulation
6747 @section COUNT
6748 @vindex COUNT
6749
6750 @display
6751 COUNT var_name = var@dots{} (value@dots{}).
6752
6753 Each value takes one of the following forms:
6754         number
6755         string
6756         num1 THRU num2
6757         MISSING
6758         SYSMIS
6759 In addition, num1 and num2 can be LO or LOWEST, or HI or HIGHEST,
6760 respectively.
6761 @end display
6762
6763 @cmd{COUNT} creates or replaces a numeric @dfn{target} variable that
6764 counts the occurrence of a @dfn{criterion} value or set of values over
6765 one or more @dfn{test} variables for each case.
6766
6767 The target variable values are always nonnegative integers.  They are
6768 never missing.  The target variable is assigned an F8.2 output format.
6769 @xref{Input/Output Formats}.  Any variables, including long and short
6770 string variables, may be test variables.
6771
6772 User-missing values of test variables are treated just like any other
6773 values.  They are @strong{not} treated as system-missing values.
6774 User-missing values that are criterion values or inside ranges of
6775 criterion values are counted as any other values.  However (for numeric
6776 variables), keyword MISSING may be used to refer to all system-
6777 and user-missing values.
6778
6779 @cmd{COUNT} target variables are assigned values in the order
6780 specified.  In the command @code{COUNT A=A B(1) /B=A B(2).}, the
6781 following actions occur:
6782
6783 @itemize @minus
6784 @item
6785 The number of occurrences of 1 between @code{A} and @code{B} is counted.
6786
6787 @item
6788 @code{A} is assigned this value.
6789
6790 @item
6791 The number of occurrences of 1 between @code{B} and the @strong{new}
6792 value of @code{A} is counted.
6793
6794 @item
6795 @code{B} is assigned this value.
6796 @end itemize
6797
6798 Despite this ordering, all @cmd{COUNT} criterion variables must exist
6799 before the procedure is executed---they may not be created as target
6800 variables earlier in the command!  Break such a command into two
6801 separate commands.
6802
6803 The examples below may help to clarify.
6804
6805 @enumerate A
6806 @item
6807 Assuming @code{Q0}, @code{Q2}, @dots{}, @code{Q9} are numeric variables,
6808 the following commands:
6809
6810 @enumerate
6811 @item
6812 Count the number of times the value 1 occurs through these variables
6813 for each case and assigns the count to variable @code{QCOUNT}.  
6814
6815 @item
6816 Print out the total number of times the value 1 occurs throughout
6817 @emph{all} cases using @cmd{DESCRIPTIVES}.  @xref{DESCRIPTIVES}, for
6818 details.
6819 @end enumerate
6820
6821 @example
6822 COUNT QCOUNT=Q0 TO Q9(1).
6823 DESCRIPTIVES QCOUNT /STATISTICS=SUM.
6824 @end example
6825
6826 @item
6827 Given these same variables, the following commands:
6828
6829 @enumerate
6830 @item
6831 Count the number of valid values of these variables for each case and
6832 assigns the count to variable @code{QVALID}.
6833
6834 @item
6835 Multiplies each value of @code{QVALID} by 10 to obtain a percentage of
6836 valid values, using @cmd{COMPUTE}.  @xref{COMPUTE}, for details.
6837
6838 @item
6839 Print out the percentage of valid values across all cases, using
6840 @cmd{DESCRIPTIVES}.  @xref{DESCRIPTIVES}, for details.
6841 @end enumerate
6842
6843 @example
6844 COUNT QVALID=Q0 TO Q9 (LO THRU HI).
6845 COMPUTE QVALID=QVALID*10.
6846 DESCRIPTIVES QVALID /STATISTICS=MEAN.
6847 @end example
6848 @end enumerate
6849
6850 @node FLIP, IF, COUNT, Data Manipulation
6851 @section FLIP
6852 @vindex FLIP
6853
6854 @display
6855 FLIP /VARIABLES=var_list /NEWNAMES=var_name.
6856 @end display
6857
6858 @cmd{FLIP} transposes rows and columns in the active file.  It
6859 causes cases to be swapped with variables, and vice versa.
6860
6861 No subcommands are required.  The VARIABLES subcommand specifies
6862 variables that will be transformed into cases.  Variables not specified
6863 are discarded.  By default, all variables are selected for
6864 transposition.
6865
6866 The variables specified by NEWNAMES, which must be a string variable, is
6867 used to give names to the variables created by @cmd{FLIP}.  If
6868 NEWNAMES is not
6869 specified then the default is a variable named CASE_LBL, if it exists.
6870 If it does not then the variables created by FLIP are named VAR000
6871 through VAR999, then VAR1000, VAR1001, and so on.
6872
6873 When a NEWNAMES variable is available, the names must be canonicalized
6874 before becoming variable names.  Invalid characters are replaced by
6875 letter @samp{V} in the first position, or by @samp{_} in subsequent
6876 positions.  If the name thus generated is not unique, then numeric
6877 extensions are added, starting with 1, until a unique name is found or
6878 there are no remaining possibilities.  If the latter occurs then the
6879 FLIP operation aborts.
6880
6881 The resultant dictionary contains a CASE_LBL variable, which stores the
6882 names of the variables in the dictionary before the transposition.  If
6883 the active file is subsequently transposed using @cmd{FLIP}, this
6884 variable can
6885 be used to recreate the original variable names.
6886
6887 @node IF, RECODE, FLIP, Data Manipulation
6888 @section IF
6889 @vindex IF
6890
6891 @display
6892 IF condition variable=expression.
6893   or
6894 IF condition vector(index)=expression.
6895 @end display
6896
6897 The @cmd{IF} transformation conditionally assigns the value of a target
6898 expression to a target variable, based on the truth of a test
6899 expression.
6900
6901 Specify a boolean-valued expression (@pxref{Expressions}) to be tested
6902 following the IF keyword.  This expression is evaluated for each case.
6903 If the value is true, then the value of the expression is computed and
6904 assigned to the specified variable.  If the value is false or missing,
6905 nothing is done.  Numeric and short and long string variables may be
6906 assigned.  When a string expression's width differs from the target
6907 variable's width, the string result of the expression is truncated or
6908 padded with spaces on the right as necessary.  The expression and
6909 variable types must match.
6910
6911 The target variable may be specified as an element of a vector
6912 (@pxref{VECTOR}).  In this case, a vector index expression must be
6913 specified in parentheses following the vector name.  The index
6914 expression must evaluate to a numeric value that, after rounding down
6915 to the nearest integer, is a valid index for the named vector.
6916
6917 Using @cmd{IF} to assign to a variable specified on @cmd{LEAVE}
6918 (@pxref{LEAVE}) resets the variable's left state.  Therefore,
6919 @code{LEAVE} should be specified following @cmd{IF}, not before.
6920
6921 @node RECODE, SORT CASES, IF, Data Manipulation
6922 @section RECODE
6923 @vindex RECODE
6924
6925 @display
6926 RECODE var_list (src_value@dots{}=dest_value)@dots{} [INTO var_list].
6927
6928 src_value may take the following forms:
6929         number
6930         string
6931         num1 THRU num2
6932         MISSING
6933         SYSMIS
6934         ELSE
6935 Open-ended ranges may be specified using LO or LOWEST for num1
6936 or HI or HIGHEST for num2.
6937
6938 dest_value may take the following forms:
6939         num
6940         string
6941         SYSMIS
6942         COPY
6943 @end display
6944
6945 @cmd{RECODE} translates data from one range of values to
6946 another, via flexible user-specified mappings.  Data may be remapped
6947 in-place or copied to new variables.  Numeric, short string, and long
6948 string data can be recoded.
6949
6950 Specify the list of source variables, followed by one or more mapping
6951 specifications each enclosed in parentheses.  If the data is to be
6952 copied to new variables, specify INTO, then the list of target
6953 variables.  String target variables must already have been declared
6954 using @cmd{STRING} or another transformation, but numeric target
6955 variables can
6956 be created on the fly.  There must be exactly as many target variables
6957 as source variables.  Each source variable is remapped into its
6958 corresponding target variable.
6959
6960 When INTO is not used, the input and output variables must be of the
6961 same type.  Otherwise, string values can be recoded into numeric values,
6962 and vice versa.  When this is done and there is no mapping for a
6963 particular value, either a value consisting of all spaces or the
6964 system-missing value is assigned, depending on variable type.
6965
6966 Mappings are considered from left to right.  The first src_value that
6967 matches the value of the source variable causes the target variable to
6968 receive the value indicated by the dest_value.  Literal number, string,
6969 and range src_value's should be self-explanatory.  MISSING as a
6970 src_value matches any user- or system-missing value.  SYSMIS matches the
6971 system missing value only.  ELSE is a catch-all that matches anything.
6972 It should be the last src_value specified.
6973
6974 Numeric and string dest_value's should also be self-explanatory.  COPY
6975 causes the input values to be copied to the output.  This is only value
6976 if the source and target variables are of the same type.  SYSMIS
6977 indicates the system-missing value.
6978
6979 If the source variables are strings and the target variables are
6980 numeric, then there is one additional mapping available: (CONVERT),
6981 which must be the last specified mapping.  CONVERT causes a number
6982 specified as a string to be converted to a numeric value.  If the string
6983 cannot be parsed as a number, then the system-missing value is assigned.
6984
6985 Multiple recodings can be specified on a single @cmd{RECODE} invocation.
6986 Introduce additional recodings with a slash (@samp{/}) to
6987 separate them from the previous recodings.
6988
6989 @node SORT CASES,  , RECODE, Data Manipulation
6990 @section SORT CASES
6991 @vindex SORT CASES
6992
6993 @display
6994 SORT CASES BY var_list.
6995 @end display
6996
6997 @cmd{SORT CASES} sorts the active file by the values of one or more
6998 variables.
6999
7000 Specify BY and a list of variables to sort by.  By default, variables
7001 are sorted in ascending order.  To override sort order, specify (D) or
7002 (DOWN) after a list of variables to get descending order, or (A) or (UP)
7003 for ascending order.  These apply to the entire list of variables
7004 preceding them.
7005
7006 @cmd{SORT CASES} is a procedure.  It causes the data to be read.
7007
7008 @cmd{SORT CASES} attempts to sort the entire active file in main memory.
7009 If main memory is exhausted, it falls back to a merge sort algorithm that
7010 involves writing and reading numerous temporary files.  Environment
7011 variables determine the temporary files' location.  The first of
7012 SPSSTMPDIR, SPSSXTMPDIR, or TMPDIR that is set determines the location.
7013 Otherwise, if the compiler environment defined P_tmpdir, that is used.
7014 Otherwise, under Unix-like OSes /tmp is used; under MS-DOS, the first of
7015 TEMP, TMP, or root on the current drive is used; under other OSes, the
7016 current directory.
7017
7018 @node Data Selection, Conditionals and Looping, Data Manipulation, Top
7019 @chapter Selecting data for analysis
7020
7021 This chapter documents PSPP commands that temporarily or permanently
7022 select data records from the active file for analysis.
7023
7024 @menu
7025 * FILTER::                      Exclude cases based on a variable.
7026 * N OF CASES::                  Limit the size of the active file.
7027 * PROCESS IF::                  Temporarily excluding cases.
7028 * SAMPLE::                      Select a specified proportion of cases.
7029 * SELECT IF::                   Permanently delete selected cases.
7030 * SPLIT FILE::                  Do multiple analyses with one command.
7031 * TEMPORARY::                   Make transformations' effects temporary.
7032 * WEIGHT::                      Weight cases by a variable.
7033 @end menu
7034
7035 @node FILTER, N OF CASES, Data Selection, Data Selection
7036 @section FILTER
7037 @vindex FILTER
7038
7039 @display
7040 FILTER BY var_name.
7041 FILTER OFF.
7042 @end display
7043
7044 @cmd{FILTER} allows a boolean-valued variable to be used to select
7045 cases from the data stream for processing.
7046
7047 To set up filtering, specify BY and a variable name.  Keyword
7048 BY is optional but recommended.  Cases which have a zero or system- or
7049 user-missing value are excluded from analysis, but not deleted from the
7050 data stream.  Cases with other values are analyzed.
7051
7052 @code{FILTER OFF} turns off case filtering.
7053
7054 Filtering takes place immediately before cases pass to a procedure for
7055 analysis.  Only one filter variable may be active at a time.  Normally,
7056 case filtering continues until it is explicitly turned off with @code{FILTER
7057 OFF}.  However, if @cmd{FILTER} is placed after TEMPORARY, filtering stops
7058 after execution of the next procedure or procedure-like command.
7059
7060 @node N OF CASES, PROCESS IF, FILTER, Data Selection
7061 @section N OF CASES
7062 @vindex N OF CASES
7063
7064 @display
7065 N [OF CASES] num_of_cases [ESTIMATED].
7066 @end display
7067
7068 Sometimes you may want to disregard cases of your input.  @cmd{N} can
7069 do this.  @code{N 100} tells PSPP to disregard all cases after the
7070 first 100.
7071
7072 If the value specified for @cmd{N} is greater than the number of cases
7073 read in, the value is ignored.
7074
7075 @cmd{N} does not discard cases or prevent them from being read.  It
7076 just causes cases beyond the last one specified to be ignored by data
7077 analysis commands.
7078
7079 A later @cmd{N} command can increase or decrease the number of cases
7080 selected.  (To select all the cases without knowing how many there are,
7081 specify a very high number: 100000 or whatever you think is large enough.)
7082
7083 Transformation procedures performed after @cmd{N} is executed
7084 @emph{do} cause cases to be discarded.
7085
7086 @cmd{SAMPLE}, @cmd{PROCESS IF}, and @cmd{SELECT IF} have
7087 precedence over @cmd{N}---the same results are obtained by both of the
7088 following fragments, given the same random number seeds:
7089
7090 @example
7091 @i{@dots{}set up, read in data@dots{}}
7092 N 100.
7093 SAMPLE .5.
7094 @i{@dots{}analyze data@dots{}}
7095
7096 @i{@dots{}set up, read in data@dots{}}  
7097 SAMPLE .5.
7098 N 100.
7099 @i{@dots{}analyze data@dots{}}
7100 @end example
7101
7102 Both fragments above first randomly sample approximately half of the
7103 cases, then select the first 100 of those sampled.
7104
7105 @cmd{N} with the @code{ESTIMATED} keyword gives an
7106 estimated number of cases before @cmd{DATA LIST} or another command to
7107 read in data.  @code{ESTIMATED} never limits the number of cases
7108 processed by procedures.  PSPP currently does not make use of
7109 case count estimates.
7110
7111 @node PROCESS IF, SAMPLE, N OF CASES, Data Selection
7112 @section PROCESS IF
7113 @vindex PROCESS IF
7114
7115 @example
7116 PROCESS IF expression.
7117 @end example
7118
7119 @cmd{PROCESS IF} temporarily eliminates cases from the
7120 data stream.  Its effects are active only through the execution of the
7121 next procedure or procedure-like command.
7122
7123 Specify a boolean expression (@pxref{Expressions}).  If the value of the
7124 expression is true for a particular case, the case will be analyzed.  If
7125 the expression has a false or missing value, then the case will be
7126 deleted from the data stream for this procedure only.
7127
7128 Regardless of its placement relative to other commands, @cmd{PROCESS IF}
7129 always takes effect immediately before data passes to the procedure.
7130 Only one @cmd{PROCESS IF} command may be in effect at any given time.
7131
7132 The effects of @cmd{PROCESS IF} are similar, but not identical, to the
7133 effects of executing @cmd{TEMPORARY}, then @cmd{SELECT IF}
7134 (@pxref{SELECT IF}).
7135
7136 @cmd{PROCESS IF} is deprecated.  It is included for compatibility with
7137 old command files.  New syntax files should use @cmd{SELECT IF} or
7138 @cmd{FILTER} instead.
7139
7140 @node SAMPLE, SELECT IF, PROCESS IF, Data Selection
7141 @section SAMPLE
7142 @vindex SAMPLE
7143
7144 @display
7145 SAMPLE num1 [FROM num2].
7146 @end display
7147
7148 @cmd{SAMPLE} is used to randomly sample a proportion of the cases in
7149 the active file.  @cmd{SAMPLE} is temporary, affecting only the next
7150 procedure, unless that is a data transformation, such as @cmd{SELECT IF}
7151 or @cmd{RECODE}.
7152
7153 The proportion to sample can be expressed as a single number between 0
7154 and 1.  If @code{k} is the number specified, and @code{N} is the number
7155 of currently-selected cases in the active file, then after
7156 @code{SAMPLE @var{k}.}, approximately @code{k*N} cases will be
7157 selected.
7158
7159 The proportion to sample can also be specified in the style @code{SAMPLE
7160 @var{m} FROM @var{N}}.  With this style, cases are selected as follows:
7161
7162 @enumerate
7163 @item
7164 If @var{N} is equal to the number of currently-selected cases in the
7165 active file, exactly @var{m} cases will be selected.
7166
7167 @item
7168 If @var{N} is greater than the number of currently-selected cases in the
7169 active file, an equivalent proportion of cases will be selected.
7170
7171 @item
7172 If @var{N} is less than the number of currently-selected cases in the
7173 active, exactly @var{m} cases will be selected @emph{from the first
7174 @var{N} cases in the active file.}
7175 @end enumerate
7176
7177 @cmd{SAMPLE}, @cmd{SELECT IF}, and @code{PROCESS IF} are performed in
7178 the order specified by the syntax file.
7179
7180 @cmd{SAMPLE} is ignored before @code{SORT CASES}.
7181
7182 @cmd{SAMPLE} is always performed before @code{N OF CASES}, regardless
7183 of ordering in the syntax file.  @xref{N OF CASES}.
7184
7185 The same values for @cmd{SAMPLE} may result in different samples.  To
7186 obtain the same sample, use the @code{SET} command to set the random
7187 number seed to the same value before each @cmd{SAMPLE}.  Different
7188 samples may still result when the file is processed on systems with
7189 differing endianness or floating-point formats.  By default, the
7190 random number seed is based on the system time.
7191
7192 @node SELECT IF, SPLIT FILE, SAMPLE, Data Selection
7193 @section SELECT IF
7194 @vindex SELECT IF
7195
7196 @display
7197 SELECT IF expression.
7198 @end display
7199
7200 @cmd{SELECT IF} selects cases for analysis based on the value of a
7201 boolean expression.  Cases not selected are permanently eliminated
7202 from the active file, unless @cmd{TEMPORARY} is in effect
7203 (@pxref{TEMPORARY}).
7204
7205 Specify a boolean expression (@pxref{Expressions}).  If the value of the
7206 expression is true for a particular case, the case will be analyzed.  If
7207 the expression has a false or missing value, then the case will be
7208 deleted from the data stream.
7209
7210 Place @cmd{SELECT IF} as early in the command file as
7211 possible.  Cases that are deleted early can be processed more
7212 efficiently in time and space.
7213
7214 @node SPLIT FILE, TEMPORARY, SELECT IF, Data Selection
7215 @section SPLIT FILE
7216 @vindex SPLIT FILE
7217
7218 @display
7219 Two possible syntaxes:
7220         SPLIT FILE BY var_list.
7221         SPLIT FILE OFF.
7222 @end display
7223
7224 @cmd{SPLIT FILE} allows multiple sets of data present in one data
7225 file to be analyzed separately using single statistical procedure
7226 commands.
7227
7228 Specify a list of variable names to analyze multiple sets of
7229 data separately.  Groups of cases having the same values for these
7230 variables are analyzed by statistical procedure commands as one group.
7231 An independent analysis is carried out for each group of cases, and the
7232 variable values for the group are printed along with the analysis.
7233
7234 Specify OFF to disable @cmd{SPLIT FILE} and resume analysis of the
7235 entire active file as a single group of data.
7236
7237 @node TEMPORARY, WEIGHT, SPLIT FILE, Data Selection
7238 @section TEMPORARY
7239 @vindex TEMPORARY
7240
7241 @display
7242 TEMPORARY.
7243 @end display
7244
7245 @cmd{TEMPORARY} is used to make the effects of transformations
7246 following its execution temporary.  These transformations will
7247 affect only the execution of the next procedure or procedure-like
7248 command.  Their effects will not be saved to the active file.
7249
7250 The only specification is the command name.
7251
7252 @cmd{TEMPORARY} may not appear within a @cmd{DO IF} or @cmd{LOOP}
7253 construct.  It may
7254 appear only once between procedures and procedure-like commands.
7255
7256 An example may help to clarify:
7257
7258 @example
7259 DATA LIST /X 1-2.
7260 BEGIN DATA.
7261  2
7262  4
7263 10
7264 15
7265 20
7266 24
7267 END DATA.
7268 COMPUTE X=X/2.
7269 TEMPORARY.
7270 COMPUTE X=X+3.
7271 DESCRIPTIVES X.
7272 DESCRIPTIVES X.
7273 @end example
7274
7275 The data read by the first @cmd{DESCRIPTIVES} are 4, 5, 8,
7276 10.5, 13, 15.  The data read by the first @cmd{DESCRIPTIVES} are 1, 2,
7277 5, 7.5, 10, 12.
7278
7279 @node WEIGHT,  , TEMPORARY, Data Selection
7280 @section WEIGHT
7281 @vindex WEIGHT
7282
7283 @display
7284 WEIGHT BY var_name.
7285 WEIGHT OFF.
7286 @end display
7287
7288 @cmd{WEIGHT} assigns cases varying weights,
7289 changing the frequency distribution of the active file.  Execution of
7290 @cmd{WEIGHT} is delayed until data have been read.
7291
7292 If a variable name is specified, @cmd{WEIGHT} causes the values of that
7293 variable to be used as weighting factors for subsequent statistical
7294 procedures.  Use of keyword BY is optional but recommended.  Weighting
7295 variables must be numeric.  Scratch variables may not be used for
7296 weighting (@pxref{Scratch Variables}).
7297
7298 When OFF is specified, subsequent statistical procedures will weight all
7299 cases equally.
7300
7301 A positive integer weighting factor @var{w} on a case will yield the
7302 same statistical output as would replicating the case @var{w} times.
7303 A weighting factor of 0 is treated for statistical purposes as if the
7304 case did not exist in the input.  Weighting values need not be
7305 integers, but negative and system-missing values for the weighting
7306 variable are interpreted as weighting factors of 0.  User-missing
7307 values are not treated specially.
7308
7309 @cmd{WEIGHT} does not cause cases in the active file to be replicated in
7310 memory.
7311
7312 @node Conditionals and Looping, Statistics, Data Selection, Top
7313 @chapter Conditional and Looping Constructs
7314 @cindex conditionals
7315 @cindex loops
7316 @cindex flow of control
7317 @cindex control flow
7318
7319 This chapter documents PSPP commands used for conditional execution,
7320 looping, and flow of control.
7321
7322 @menu
7323 * BREAK::                       Exit a loop.
7324 * DO IF::                       Conditionally execute a block of code.
7325 * DO REPEAT::                   Textually repeat a code block.
7326 * LOOP::                        Repeat a block of code.
7327 @end menu
7328
7329 @node BREAK, DO IF, Conditionals and Looping, Conditionals and Looping
7330 @section BREAK
7331 @vindex BREAK
7332
7333 @display
7334 BREAK.
7335 @end display
7336
7337 @cmd{BREAK} terminates execution of the innermost currently executing
7338 @cmd{LOOP} construct.
7339
7340 @cmd{BREAK} is allowed only inside @cmd{LOOP}@dots{}@cmd{END LOOP}.
7341 @xref{LOOP}, for more details.
7342
7343 @node DO IF, DO REPEAT, BREAK, Conditionals and Looping
7344 @section DO IF
7345 @vindex DO IF
7346
7347 @display
7348 DO IF condition.
7349         @dots{}
7350 [ELSE IF condition.
7351         @dots{}
7352 ]@dots{}
7353 [ELSE.
7354         @dots{}]
7355 END IF.
7356 @end display
7357
7358 @cmd{DO IF} allows one of several sets of transformations to be
7359 executed, depending on user-specified conditions.
7360
7361 If the specified boolean expression evaluates as true, then the block
7362 of code following @cmd{DO IF} is executed.  If it evaluates as
7363 missing, then
7364 none of the code blocks is executed.  If it is false, then
7365 the boolean expression on the first @cmd{ELSE IF}, if present, is tested in
7366 turn, with the same rules applied.  If all expressions evaluate to
7367 false, then the @cmd{ELSE} code block is executed, if it is present.
7368
7369 @node DO REPEAT, LOOP, DO IF, Conditionals and Looping
7370 @section DO REPEAT
7371 @vindex DO REPEAT
7372
7373 @display
7374 DO REPEAT repvar_name=expansion@dots{}.
7375         @dots{}
7376 END REPEAT [PRINT].
7377
7378 expansion takes one of the following forms:
7379         var_list
7380         num_or_range@dots{}
7381         'string'@dots{}
7382
7383 num_or_range takes one of the following forms:
7384         number
7385         num1 TO num2
7386 @end display
7387
7388 @cmd{DO REPEAT} repeats a block of code, textually substituting
7389 different variables, numbers, or strings into the block with each
7390 repetition.
7391
7392 Specify a repeat variable name followed by an equals sign (@samp{=}) and
7393 the list of replacements.  Replacements can be a list of variables
7394 (which may be existing variables or new variables or a combination
7395 thereof), of numbers, or of strings.  When new variable names are
7396 specified, @cmd{DO REPEAT} creates them as numeric variables.  When numbers
7397 are specified, runs of integers may be indicated with TO notation, for
7398 instance @samp{1 TO 5} and @samp{1 2 3 4 5} would be equivalent.  There
7399 is no equivalent notation for string values.
7400
7401 Multiple repeat variables can be specified.  When this is done, each
7402 variable must have the same number of replacements.
7403
7404 The code within @cmd{DO REPEAT} is repeated as many times as there are
7405 replacements for each variable.  The first time, the first value for
7406 each repeat variable is substituted; the second time, the second value
7407 for each repeat variable is substituted; and so on.
7408
7409 Repeat variable substitutions work like macros.  They take place
7410 anywhere in a line that the repeat variable name occurs as a token,
7411 including command and subcommand names.  For this reason it is not a
7412 good idea to select words commonly used in command and subcommand names
7413 as repeat variable identifiers.
7414
7415 If PRINT is specified on @cmd{END REPEAT}, the commands after substitutions
7416 are made are printed to the listing file, prefixed by a plus sign
7417 (@samp{+}).
7418
7419 @node LOOP,  , DO REPEAT, Conditionals and Looping
7420 @section LOOP
7421 @vindex LOOP
7422
7423 @display
7424 LOOP [index_var=start TO end [BY incr]] [IF condition].
7425         @dots{}
7426 END LOOP [IF condition].
7427 @end display
7428
7429 @cmd{LOOP} iterates a group of commands.  A number of
7430 termination options are offered.
7431
7432 Specify index_var to make that variable count from one value to
7433 another by a particular increment.  index_var must be a pre-existing
7434 numeric variable.  start, end, and incr are numeric expressions
7435 (@pxref{Expressions}.)  
7436
7437 During the first iteration, index_var is set to the value of start.
7438 During each successive iteration, index_var is increased by the value of
7439 incr.  If end > start, then the loop terminates when index_var > end;
7440 otherwise it terminates when index_var < end.  If incr is not specified
7441 then it defaults to +1 or -1 as appropriate.
7442
7443 If end > start and incr < 0, or if end < start and incr > 0, then the
7444 loop is never executed.  index_var is nevertheless set to the value of
7445 start.
7446
7447 Modifying index_var within the loop is allowed, but it has no effect on
7448 the value of index_var in the next iteration.
7449
7450 Specify a boolean expression for the condition on @cmd{LOOP} to
7451 cause the loop to be executed only if the condition is true.  If the
7452 condition is false or missing before the loop contents are executed the
7453 first time, the loop contents are not executed at all.
7454
7455 If index and condition clauses are both present on @cmd{LOOP}, the index
7456 clause is always evaluated first.
7457
7458 Specify a boolean expression for the condition on @cmd{END LOOP} to cause
7459 the loop to terminate if the condition is not true after the enclosed
7460 code block is executed.  The condition is evaluated at the end of the
7461 loop, not at the beginning.
7462
7463 If the index clause and both condition clauses are not present, then the
7464 loop is executed MXLOOPS (@pxref{SET}) times.
7465
7466 @cmd{BREAK} also terminates @cmd{LOOP} execution (@pxref{BREAK}).
7467
7468 @node Statistics, Utilities, Conditionals and Looping, Top
7469 @chapter Statistics
7470
7471 This chapter documents the statistical procedures that PSPP supports so
7472 far.
7473
7474 @menu
7475 * DESCRIPTIVES::                Descriptive statistics.
7476 * FREQUENCIES::                 Frequency tables.
7477 * CROSSTABS::                   Crosstabulation tables.
7478 @end menu
7479
7480 @node DESCRIPTIVES, FREQUENCIES, Statistics, Statistics
7481 @section DESCRIPTIVES
7482
7483 @display
7484 DESCRIPTIVES
7485         /VARIABLES=var_list
7486         /MISSING=@{VARIABLE,LISTWISE@} @{INCLUDE,NOINCLUDE@}
7487         /FORMAT=@{LABELS,NOLABELS@} @{NOINDEX,INDEX@} @{LINE,SERIAL@}
7488         /SAVE
7489         /STATISTICS=@{ALL,MEAN,SEMEAN,STDDEV,VARIANCE,KURTOSIS,
7490                      SKEWNESS,RANGE,MINIMUM,MAXIMUM,SUM,DEFAULT,
7491                      SESKEWNESS,SEKURTOSIS@}
7492         /SORT=@{NONE,MEAN,SEMEAN,STDDEV,VARIANCE,KURTOSIS,SKEWNESS,
7493                RANGE,MINIMUM,MAXIMUM,SUM,SESKEWNESS,SEKURTOSIS,NAME@}
7494               @{A,D@}
7495 @end display
7496
7497 The @cmd{DESCRIPTIVES} procedure reads the active file and outputs
7498 descriptive
7499 statistics requested by the user.  In addition, it can optionally
7500 compute Z-scores.
7501
7502 The VARIABLES subcommand, which is required, specifies the list of
7503 variables to be analyzed.  Keyword VARIABLES is optional.
7504
7505 All other subcommands are optional:
7506
7507 The MISSING subcommand determines the handling of missing variables.  If
7508 INCLUDE is set, then user-missing values are included in the
7509 calculations.  If NOINCLUDE is set, which is the default, user-missing
7510 values are excluded.  If VARIABLE is set, then missing values are
7511 excluded on a variable by variable basis; if LISTWISE is set, then
7512 the entire case is excluded whenever any value in that case has a
7513 system-missing or, if INCLUDE is set, user-missing value.
7514
7515 The FORMAT subcommand affects the output format.  Currently the
7516 LABELS/NOLABELS and NOINDEX/INDEX settings are not used.  When SERIAL is
7517 set, both valid and missing number of cases are listed in the output;
7518 when NOSERIAL is set, only valid cases are listed.
7519
7520 The SAVE subcommand causes @cmd{DESCRIPTIVES} to calculate Z scores for all
7521 the specified variables.  The Z scores are saved to new variables.
7522 Variable names are generated by trying first the original variable name
7523 with Z prepended and truncated to a maximum of 8 characters, then the
7524 names ZSC000 through ZSC999, STDZ00 through STDZ09, ZZZZ00 through
7525 ZZZZ09, ZQZQ00 through ZQZQ09, in that sequence.  In addition, Z score
7526 variable names can be specified explicitly on VARIABLES in the variable
7527 list by enclosing them in parentheses after each variable.
7528
7529 The STATISTICS subcommand specifies the statistics to be displayed:
7530
7531 @table @code
7532 @item ALL
7533 All of the statistics below.
7534 @item MEAN
7535 Arithmetic mean.
7536 @item SEMEAN
7537 Standard error of the mean.
7538 @item STDDEV
7539 Standard deviation.
7540 @item VARIANCE
7541 Variance.
7542 @item KURTOSIS
7543 Kurtosis and standard error of the kurtosis.
7544 @item SKEWNESS
7545 Skewness and standard error of the skewness.
7546 @item RANGE
7547 Range.
7548 @item MINIMUM
7549 Minimum value.
7550 @item MAXIMUM
7551 Maximum value.
7552 @item SUM
7553 Sum.
7554 @item DEFAULT
7555 Mean, standard deviation of the mean, minimum, maximum.
7556 @item SEKURTOSIS
7557 Standard error of the kurtosis.
7558 @item SESKEWNESS
7559 Standard error of the skewness.
7560 @end table
7561
7562 The SORT subcommand specifies how the statistics should be sorted.  Most
7563 of the possible values should be self-explanatory.  NAME causes the
7564 statistics to be sorted by name.  By default, the statistics are listed
7565 in the order that they are specified on the VARIABLES subcommand.  The A
7566 and D settings request an ascending or descending sort order,
7567 respectively.
7568
7569 @node FREQUENCIES, CROSSTABS, DESCRIPTIVES, Statistics
7570 @section FREQUENCIES
7571
7572 @display
7573 FREQUENCIES
7574         /VARIABLES=var_list
7575         /FORMAT=@{TABLE,NOTABLE,LIMIT(limit)@}
7576                 @{STANDARD,CONDENSE,ONEPAGE[(onepage_limit)]@}
7577                 @{LABELS,NOLABELS@}
7578                 @{AVALUE,DVALUE,AFREQ,DFREQ@}
7579                 @{SINGLE,DOUBLE@}
7580                 @{OLDPAGE,NEWPAGE@}
7581         /MISSING=@{EXCLUDE,INCLUDE@}
7582         /STATISTICS=@{DEFAULT,MEAN,SEMEAN,MEDIAN,MODE,STDDEV,VARIANCE,
7583                      KURTOSIS,SKEWNESS,RANGE,MINIMUM,MAXIMUM,SUM,
7584                      SESKEWNESS,SEKURTOSIS,ALL,NONE@}
7585         /NTILES=ntiles
7586         /PERCENTILES=percent@dots{}
7587
7588 (These options are not currently implemented.)
7589         /BARCHART=@dots{}
7590         /HISTOGRAM=@dots{}
7591         /HBAR=@dots{}
7592         /GROUPED=@dots{}
7593
7594 (Integer mode.)
7595         /VARIABLES=var_list (low,high)@dots{}
7596 @end display
7597
7598 The @cmd{FREQUENCIES} procedure outputs frequency tables for specified
7599 variables.
7600 @cmd{FREQUENCIES} can also calculate and display descriptive statistics
7601 (including median and mode) and percentiles.
7602
7603 In the future, @cmd{FREQUENCIES} will also support graphical output in the
7604 form of bar charts and histograms.  In addition, it will be able to
7605 support percentiles for grouped data.
7606
7607 The VARIABLES subcommand is the only required subcommand.  Specify the
7608 variables to be analyzed.  In most cases, this is all that is required.
7609 This is known as @dfn{general mode}.
7610
7611 Occasionally, one may want to invoke a special mode called @dfn{integer
7612 mode}.  Normally, in general mode, PSPP will automatically determine
7613 what values occur in the data.  In integer mode, the user specifies the
7614 range of values that the data assumes.  To invoke this mode, specify a
7615 range of data values in parentheses, separated by a comma.  Data values
7616 inside the range are truncated to the nearest integer, then assigned to
7617 that value.  If values occur outside this range, they are discarded.
7618
7619 The FORMAT subcommand controls the output format.  It has several
7620 possible settings:  
7621
7622 @itemize @bullet
7623 @item
7624 TABLE, the default, causes a frequency table to be output for every
7625 variable specified.  NOTABLE prevents them from being output.  LIMIT
7626 with a numeric argument causes them to be output except when there are
7627 more than the specified number of values in the table.
7628
7629 @item
7630 STANDARD frequency tables contain more complete information, but also to
7631 take up more space on the printed page.  CONDENSE frequency tables are
7632 less informative but take up less space.  ONEPAGE with a numeric
7633 argument will output standard frequency tables if there are the
7634 specified number of values or less, condensed tables otherwise.  ONEPAGE
7635 without an argument defaults to a threshold of 50 values.
7636
7637 @item
7638 LABELS causes value labels to be displayed in STANDARD frequency
7639 tables.  NOLABLES prevents this.
7640
7641 @item
7642 Normally frequency tables are sorted in ascending order by value.  This
7643 is AVALUE.  DVALUE tables are sorted in descending order by value.
7644 AFREQ and DFREQ tables are sorted in ascending and descending order,
7645 respectively, by frequency count.
7646
7647 @item
7648 SINGLE spaced frequency tables are closely spaced.  DOUBLE spaced
7649 frequency tables have wider spacing.
7650
7651 @item
7652 OLDPAGE and NEWPAGE are not currently used.
7653 @end itemize
7654
7655 The MISSING subcommand controls the handling of user-missing values.
7656 When EXCLUDE, the default, is set, user-missing values are not included
7657 in frequency tables or statistics.  When INCLUDE is set, user-missing
7658 are included.  System-missing values are never included in statistics,
7659 but are listed in frequency tables.
7660
7661 The available STATISTICS are the same as available in @cmd{DESCRIPTIVES}
7662 (@pxref{DESCRIPTIVES}), with the addition of MEDIAN, the data's median
7663 value, and MODE, the mode.  (If there are multiple modes, the smallest
7664 value is reported.)  By default, the mean, standard deviation of the
7665 mean, minimum, and maximum are reported for each variable.
7666
7667 NTILES causes the specified quartiles to be reported.  For instance,
7668 @code{/NTILES=4} would cause quartiles to be reported.  In addition,
7669 particular percentiles can be requested with the PERCENTILES subcommand.
7670
7671 @node CROSSTABS,  , FREQUENCIES, Statistics
7672 @section CROSSTABS
7673
7674 @display
7675 CROSSTABS
7676         /TABLES=var_list BY var_list [BY var_list]@dots{}
7677         /MISSING=@{TABLE,INCLUDE,REPORT@}
7678         /WRITE=@{NONE,CELLS,ALL@}
7679         /FORMAT=@{TABLES,NOTABLES@}
7680                 @{LABELS,NOLABELS,NOVALLABS@}
7681                 @{PIVOT,NOPIVOT@}
7682                 @{AVALUE,DVALUE@}
7683                 @{NOINDEX,INDEX@}
7684                 @{BOX,NOBOX@}
7685         /CELLS=@{COUNT,ROW,COLUMN,TOTAL,EXPECTED,RESIDUAL,SRESIDUAL,
7686                 ASRESIDUAL,ALL,NONE@}
7687         /STATISTICS=@{CHISQ,PHI,CC,LAMBDA,UC,BTAU,CTAU,RISK,GAMMA,D,
7688                      KAPPA,ETA,CORR,ALL,NONE@}
7689         
7690 (Integer mode.)
7691         /VARIABLES=var_list (low,high)@dots{}
7692 @end display
7693
7694 The @cmd{CROSSTABS} procedure displays crosstabulation
7695 tables requested by the user.  It can calculate several statistics for
7696 each cell in the crosstabulation tables.  In addition, a number of
7697 statistics can be calculated for each table itself.
7698
7699 The TABLES subcommand is used to specify the tables to be reported.  Any
7700 number of dimensions is permitted, and any number of variables per
7701 dimension is allowed.  The TABLES subcommand may be repeated as many
7702 times as needed.  This is the only required subcommand in @dfn{general
7703 mode}.
7704
7705 Occasionally, one may want to invoke a special mode called @dfn{integer
7706 mode}.  Normally, in general mode, PSPP will automatically determine
7707 what values occur in the data.  In integer mode, the user specifies the
7708 range of values that the data assumes.  To invoke this mode, specify the
7709 VARIABLES subcommand, giving a range of data values in parentheses for
7710 each variable to be used on the TABLES subcommand.  Data values inside
7711 the range are truncated to the nearest integer, then assigned to that
7712 value.  If values occur outside this range, they are discarded.  When it
7713 is present, the VARIABLES subcommand must precede the TABLES subcommand.
7714
7715 The MISSING subcommand determines the handling of user-missing values.
7716 When set to TABLE, the default, missing values are dropped on a table by
7717 table basis.  When set to INCLUDE, user-missing values are included in
7718 tables and statistics.  When set to REPORT, which is allowed only in
7719 integer mode, user-missing values are included in tables but marked with
7720 an @samp{M} (for ``missing'') and excluded from statistical
7721 calculations.
7722
7723 Currently the WRITE subcommand is not used.
7724
7725 The FORMAT subcommand controls the characteristics of the
7726 crosstabulation tables to be displayed.  It has a number of possible
7727 settings:
7728
7729 @itemize @bullet
7730 @item
7731 TABLES, the default, causes crosstabulation tables to be output.
7732 NOTABLES suppresses them.
7733
7734 @item
7735 LABELS, the default, allows variable labels and value labels to appear
7736 in the output.  NOLABELS suppresses them.  NOVALLABS displays variable
7737 labels but suppresses value labels.
7738
7739 @item
7740 PIVOT, the default, causes each TABLES subcommand to be displayed in a
7741 pivot table format.  NOPIVOT causes the old-style crosstabulation format
7742 to be used.
7743
7744 @item
7745 AVALUE, the default, causes values to be sorted in ascending order.
7746 DVALUE asserts a descending sort order.
7747
7748 @item
7749 INDEX/NOINDEX is currently ignored.
7750
7751 @item
7752 BOX/NOBOX is currently ignored.
7753 @end itemize
7754
7755 The CELLS subcommand controls the contents of each cell in the displayed
7756 crosstabulation table.  The possible settings are:
7757
7758 @table @asis
7759 @item COUNT
7760 Frequency count.
7761 @item ROW
7762 Row percent.
7763 @item COLUMN
7764 Column percent.
7765 @item TOTAL
7766 Table percent.
7767 @item EXPECTED
7768 Expected value.
7769 @item RESIDUAL 
7770 Residual.
7771 @item SRESIDUAL
7772 Standardized residual.
7773 @item ASRESIDUAL
7774 Adjusted standardized residual.
7775 @item ALL
7776 All of the above.
7777 @item NONE
7778 Suppress cells entirely.
7779 @end table
7780
7781 @samp{/CELLS} without any settings specified requests COUNT, ROW,
7782 COLUMN, and TOTAL.  If CELLS is not specified at all then only COUNT
7783 will be selected.
7784
7785 The STATISTICS subcommand selects statistics for computation:
7786
7787 @table @asis
7788 @item CHISQ
7789 Pearson chi-square, likelihood ratio, Fisher's exact test, continuity
7790 correction, linear-by-linear association.
7791 @item PHI
7792 Phi.
7793 @item CC
7794 Contingency coefficient.
7795 @item LAMBDA
7796 Lambda.
7797 @item UC
7798 Uncertainty coefficient.
7799 @item BTAU
7800 Tau-b.
7801 @item CTAU
7802 Tau-c.
7803 @item RISK
7804 Risk estimate.
7805 @item GAMMA
7806 Gamma.
7807 @item D
7808 Somers' D.
7809 @item KAPPA
7810 Cohen's Kappa.
7811 @item ETA
7812 Eta.
7813 @item CORR
7814 Spearman correlation, Pearson's r.
7815 @item ALL
7816 All of the above.
7817 @item NONE
7818 No statistics.
7819 @end table
7820
7821 Selected statistics are only calculated when appropriate for the
7822 statistic.  Certain statistics require tables of a particular size, and
7823 some statistics are calculated only in integer mode.
7824
7825 @samp{/STATISTICS} without any settings selects CHISQ.  If the
7826 STATISTICS subcommand is not given, no statistics are calculated.
7827
7828 @strong{Please note:} Currently the implementation of CROSSTABS has the
7829 followings bugs:
7830
7831 @itemize @bullet
7832 @item
7833 Pearson's R (but not Spearman) is off a little.
7834 @item
7835 T values for Spearman's R and Pearson's R are wrong.
7836 @item
7837 Significance of symmetric and directional measures is not calculated.
7838 @item
7839 Asymmetric ASEs and T values for lambda are wrong.
7840 @item
7841 ASE of Goodman and Kruskal's tau is not calculated.
7842 @item
7843 ASE of symmetric somers' d is wrong.
7844 @item
7845 Approximate T of uncertainty coefficient is wrong.
7846 @end itemize
7847
7848 Fixes for any of these deficiencies would be welcomed.
7849
7850 @node Utilities, Not Implemented, Statistics, Top
7851 @chapter Utilities
7852
7853 Commands that don't fit any other category are placed here.
7854
7855 Most of these commands are not affected by commands like @cmd{IF} and
7856 @cmd{LOOP}:
7857 they take effect only once, unconditionally, at the time that they are
7858 encountered in the input.
7859
7860 @menu
7861 * COMMENT::                     Document your syntax file.
7862 * DOCUMENT::                    Document the active file.
7863 * DISPLAY DOCUMENTS::           Display active file documents.
7864 * DISPLAY FILE LABEL::          Display the active file label.
7865 * DROP DOCUMENTS::              Remove documents from the active file.
7866 * ERASE::                       Erase a file.
7867 * EXECUTE::                     Execute pending transformations.
7868 * FILE LABEL::                  Set the active file's label.
7869 * FINISH::                      Terminate the PSPP session.
7870 * HOST::                        Temporarily return to the operating system.
7871 * INCLUDE::                     Include a file within the current one.
7872 * QUIT::                        Terminate the PSPP session.
7873 * SET::                         Adjust PSPP runtime parameters.
7874 * SUBTITLE::                    Provide a document subtitle.
7875 * TITLE::                       Provide a document title.
7876 @end menu
7877
7878 @node COMMENT, DOCUMENT, Utilities, Utilities
7879 @section COMMENT
7880 @vindex COMMENT
7881 @vindex *
7882
7883 @display 
7884 Two possibles syntaxes:
7885         COMMENT comment text @dots{} .
7886         *comment text @dots{} .
7887 @end display
7888
7889 @cmd{COMMENT} is ignored.  It is used to provide information to
7890 the author and other readers of the PSPP syntax file.  
7891
7892 @cmd{COMMENT} can extend over any number of lines.  Don't forget to
7893 terminate it with a dot or a blank line.
7894
7895 @node DOCUMENT, DISPLAY DOCUMENTS, COMMENT, Utilities
7896 @section DOCUMENT
7897 @vindex DOCUMENT
7898
7899 @display
7900 DOCUMENT documentary_text.
7901 @end display
7902
7903 @cmd{DOCUMENT} adds one or more lines of descriptive commentary to the
7904 active file.  Documents added in this way are saved to system files.
7905 They can be viewed using @cmd{SYSFILE INFO} or @cmd{DISPLAY
7906 DOCUMENTS}.  They can be removed from the active file with @cmd{DROP
7907 DOCUMENTS}.
7908
7909 Specify the documentary text following the DOCUMENT keyword.  You can
7910 extend the documentary text over as many lines as necessary.  Lines are
7911 truncated at 80 characters width.  Don't forget to terminate
7912 the command with a dot or a blank line.
7913
7914 @node DISPLAY DOCUMENTS, DISPLAY FILE LABEL, DOCUMENT, Utilities
7915 @section DISPLAY DOCUMENTS
7916 @vindex DISPLAY DOCUMENTS
7917
7918 @display
7919 DISPLAY DOCUMENTS.
7920 @end display
7921
7922 @cmd{DISPLAY DOCUMENTS} displays the documents in the active file.  Each
7923 document is preceded by a line giving the time and date that it was
7924 added.  @xref{DOCUMENT}.
7925
7926 @node DISPLAY FILE LABEL, DROP DOCUMENTS, DISPLAY DOCUMENTS, Utilities
7927 @section DISPLAY FILE LABEL
7928 @vindex DISPLAY FILE LABEL
7929
7930 @display
7931 DISPLAY FILE LABEL.
7932 @end display
7933
7934 @cmd{DISPLAY FILE LABEL} displays the file label contained in the
7935 active file,
7936 if any.  @xref{FILE LABEL}.
7937
7938 @node DROP DOCUMENTS, ERASE, DISPLAY FILE LABEL, Utilities
7939 @section DROP DOCUMENTS
7940 @vindex DROP DOCUMENTS
7941
7942 @display
7943 DROP DOCUMENTS.
7944 @end display
7945
7946 @cmd{DROP DOCUMENTS} removes all documents from the active file.
7947 New documents can be added with @cmd{DOCUMENT} (@pxref{DOCUMENT}).
7948
7949 @cmd{DROP DOCUMENTS} changes only the active file.  It does not modify any
7950 system files stored on disk.
7951
7952
7953 @node ERASE, EXECUTE, DROP DOCUMENTS, Utilities
7954 @comment  node-name,  next,  previous,  up
7955 @section ERASE
7956 @vindex ERASE
7957
7958 @display
7959 ERASE FILE file_name.
7960 @end display
7961
7962 @cmd{ERASE FILE} deletes a file from the local filesystem.
7963 file_name must be quoted.
7964 This command cannot be used if the SAFER setting is active.
7965
7966
7967 @node EXECUTE, FILE LABEL, ERASE, Utilities
7968 @section EXECUTE
7969 @vindex EXECUTE
7970
7971 @display
7972 EXECUTE.
7973 @end display
7974
7975 @cmd{EXECUTE} causes the active file to be read and all pending
7976 transformations to be executed.
7977
7978 @node FILE LABEL, FINISH, EXECUTE, Utilities
7979 @section FILE LABEL
7980 @vindex FILE LABEL
7981
7982 @display
7983 FILE LABEL file_label.
7984 @end display
7985
7986 @cmd{FILE LABEL} provides a title for the active file.  This
7987 title will be saved into system files and portable files that are
7988 created during this PSPP run.
7989
7990 file_label need not be quoted.  If quotes are
7991 included, they become part of the file label.
7992
7993 @node FINISH, HOST, FILE LABEL, Utilities
7994 @section FINISH
7995 @vindex FINISH
7996
7997 @display
7998 FINISH.
7999 @end display
8000
8001 @cmd{FINISH} terminates the current PSPP session and returns
8002 control to the operating system.
8003
8004 This command is not valid in interactive mode.
8005
8006 @node HOST, INCLUDE, FINISH, Utilities
8007 @comment  node-name,  next,  previous,  up
8008 @section HOST
8009 @vindex HOST
8010
8011 @display
8012 HOST.
8013 @end display
8014
8015 @cmd{HOST} suspends the current PSPP session and temporarily returns control 
8016 to the operating system.
8017 This command cannot be used if the SAFER setting is active.
8018
8019
8020 @node INCLUDE, QUIT, HOST, Utilities
8021 @section INCLUDE
8022 @vindex INCLUDE
8023 @vindex @@
8024
8025 @display
8026 Two possible syntaxes:
8027         INCLUDE 'filename'.
8028         @@filename.
8029 @end display
8030
8031 @cmd{INCLUDE} causes the PSPP command processor to read an
8032 additional command file as if it were included bodily in the current
8033 command file.
8034
8035 Include files may be nested to any depth, up to the limit of available
8036 memory.
8037
8038 @node QUIT, SET, INCLUDE, Utilities
8039 @section QUIT
8040 @vindex QUIT
8041
8042 @display
8043 Two possible syntaxes:
8044         QUIT.
8045         EXIT.
8046 @end display
8047
8048 @cmd{QUIT} terminates the current PSPP session and returns control
8049 to the operating system.  
8050
8051 This command is not valid within a command file.
8052
8053 @node SET, SUBTITLE, QUIT, Utilities
8054 @section SET
8055 @vindex SET
8056
8057 @display
8058 SET
8059
8060 (data input)
8061         /BLANKS=@{SYSMIS,'.',number@}
8062         /DECIMAL=@{DOT,COMMA@}
8063         /FORMAT=fmt_spec
8064
8065 (program input)
8066         /ENDCMD='.'
8067         /NULLINE=@{ON,OFF@}
8068
8069 (interaction)
8070         /CPROMPT='cprompt_string'
8071         /DPROMPT='dprompt_string'
8072         /ERRORBREAK=@{OFF,ON@}
8073         /MXERRS=max_errs
8074         /MXWARNS=max_warnings
8075         /PROMPT='prompt'
8076         /VIEWLENGTH=@{MINIMUM,MEDIAN,MAXIMUM,n_lines@}
8077         /VIEWWIDTH=n_characters
8078
8079 (program execution)
8080         /MEXPAND=@{ON,OFF@}
8081         /MITERATE=max_iterations
8082         /MNEST=max_nest
8083         /MPRINT=@{ON,OFF@}
8084         /MXLOOPS=max_loops
8085         /SEED=@{RANDOM,seed_value@}
8086         /UNDEFINED=@{WARN,NOWARN@}
8087
8088 (data output)
8089         /CC@{A,B,C,D,E@}=@{'npre,pre,suf,nsuf','npre.pre.suf.nsuf'@}
8090         /DECIMAL=@{DOT,COMMA@}
8091         /FORMAT=fmt_spec
8092
8093 (output routing)
8094         /ECHO=@{ON,OFF@}
8095         /ERRORS=@{ON,OFF,TERMINAL,LISTING,BOTH,NONE@}
8096         /INCLUDE=@{ON,OFF@}
8097         /MESSAGES=@{ON,OFF,TERMINAL,LISTING,BOTH,NONE@}
8098         /PRINTBACK=@{ON,OFF@}
8099         /RESULTS=@{ON,OFF,TERMINAL,LISTING,BOTH,NONE@}
8100
8101 (output activation)
8102         /LISTING=@{ON,OFF@}
8103         /PRINTER=@{ON,OFF@}
8104         /SCREEN=@{ON,OFF@}
8105
8106 (output driver options)
8107         /HEADERS=@{NO,YES,BLANK@}
8108         /LENGTH=@{NONE,length_in_lines@}
8109         /LISTING=filename
8110         /MORE=@{ON,OFF@}
8111         /PAGER=@{OFF,"pager_name"@}
8112         /WIDTH=@{NARROW,WIDTH,n_characters@}
8113
8114 (logging)
8115         /JOURNAL=@{ON,OFF@} [filename]
8116         /LOG=@{ON,OFF@} [filename]
8117
8118 (system files)
8119         /COMPRESSION=@{ON,OFF@}
8120         /SCOMPRESSION=@{ON,OFF@}
8121
8122 (security)
8123         /SAFER=ON
8124
8125 (obsolete settings accepted for compatibility, but ignored)
8126         /AUTOMENU=@{ON,OFF@}
8127         /BEEP=@{ON,OFF@}
8128         /BLOCK='c'
8129         /BOXSTRING=@{'xxx','xxxxxxxxxxx'@}
8130         /CASE=@{UPPER,UPLOW@}
8131         /COLOR=@dots{}
8132         /CPI=cpi_value
8133         /DISK=@{ON,OFF@}
8134         /EJECT=@{ON,OFF@}
8135         /HELPWINDOWS=@{ON,OFF@}
8136         /HIGHRES=@{ON,OFF@}
8137         /HISTOGRAM='c'
8138         /LOWRES=@{AUTO,ON,OFF@}
8139         /LPI=lpi_value
8140         /MENUS=@{STANDARD,EXTENDED@}
8141         /MXMEMORY=max_memory
8142         /PTRANSLATE=@{ON,OFF@}
8143         /RCOLORS=@dots{}
8144         /RUNREVIEW=@{AUTO,MANUAL@}
8145         /SCRIPTTAB='c'
8146         /TB1=@{'xxx','xxxxxxxxxxx'@}
8147         /TBFONTS='string'
8148         /WORKDEV=drive_letter
8149         /WORKSPACE=workspace_size
8150         /XSORT=@{YES,NO@}
8151 @end display
8152
8153 @cmd{SET} allows the user to adjust several parameters relating to
8154 PSPP's execution.  Since there are many subcommands to this command, its
8155 subcommands will be examined in groups.
8156
8157 On subcommands that take boolean values, ON and YES are synonym, and
8158 as are OFF and NO, when used as subcommand values.
8159
8160 The data input subcommands affect the way that data is read from data
8161 files.  The data input subcommands are
8162
8163 @table @asis
8164 @item BLANKS
8165 This is the value assigned to an item data item that is empty or
8166 contains only whitespace.  An argument of SYSMIS or '.' will cause the
8167 system-missing value to be assigned to null items.  This is the
8168 default.  Any real value may be assigned.
8169
8170 @item DECIMAL
8171 The default DOT setting causes the decimal point character to be
8172 @samp{.}.  A setting of COMMA causes the decimal point character to be
8173 @samp{,}.
8174
8175 @item FORMAT
8176 Allows the default numeric input/output format to be specified.  The
8177 default is F8.2.  @xref{Input/Output Formats}.
8178 @end table
8179
8180 Program input subcommands affect the way that programs are parsed when
8181 they are typed interactively or run from a script.  They are
8182
8183 @table @asis
8184 @item ENDCMD
8185 This is a single character indicating the end of a command.  The default
8186 is @samp{.}.  Don't change this.
8187
8188 @item NULLINE
8189 Whether a blank line is interpreted as ending the current command.  The
8190 default is ON.
8191 @end table
8192
8193 Interaction subcommands affect the way that PSPP interacts with an
8194 online user.  The interaction subcommands are
8195
8196 @table @asis
8197 @item CPROMPT
8198 The command continuation prompt.  The default is @samp{    > }.
8199
8200 @item DPROMPT
8201 Prompt used when expecting data input within @cmd{BEGIN DATA} (@pxref{BEGIN
8202 DATA}).  The default is @samp{data> }.
8203
8204 @item ERRORBREAK
8205 Whether an error causes PSPP to stop processing the current command
8206 file after finishing the current command.  The default is OFF.
8207
8208 @item MXERRS
8209 The maximum number of errors before PSPP halts processing of the current
8210 command file.  The default is 50.
8211
8212 @item MXWARNS
8213 The maximum number of warnings + errors before PSPP halts processing the
8214 current command file.  The default is 100.
8215
8216 @item PROMPT
8217 The command prompt.  The default is @samp{PSPP> }.
8218
8219 @item VIEWLENGTH
8220 The length of the screen in lines.  MINIMUM means 25 lines, MEDIAN and
8221 MAXIMUM mean 43 lines.  Otherwise specify the number of lines.  Normally
8222 PSPP should auto-detect your screen size so this shouldn't have to be
8223 used.
8224
8225 @item VIEWWIDTH
8226 The width of the screen in characters.  Normally 80 or 132.
8227 @end table
8228
8229 Program execution subcommands control the way that PSPP commands
8230 execute.  The program execution subcommands are
8231
8232 @table @asis
8233 @item MEXPAND
8234 @itemx MITERATE
8235 @itemx MNEST
8236 @itemx MPRINT
8237 Currently not used.
8238
8239 @item MXLOOPS
8240 The maximum number of iterations for an uncontrolled loop (@pxref{LOOP}).
8241
8242 @item SEED
8243 The initial pseudo-random number seed.  Set to a real number or to
8244 RANDOM, which will obtain an initial seed from the current time of day.
8245
8246 @item UNDEFINED
8247 Currently not used.
8248 @end table
8249
8250 Data output subcommands affect the format of output data.  These
8251 subcommands are
8252
8253 @table @asis
8254 @item CCA
8255 @itemx CCB
8256 @itemx CCC
8257 @itemx CCD
8258 @itemx CCE
8259 Set up custom currency formats.  The argument is a string which must
8260 contain exactly three commas or exactly three periods.  If commas, then
8261 the grouping character for the currency format is @samp{,}, and the
8262 decimal point character is @samp{.}; if periods, then the situation is
8263 reversed.  
8264
8265 The commas or periods divide the string into four fields, which are, in
8266 order, the negative prefix, prefix, suffix, and negative suffix.  When a
8267 value is formatted using the custom currency format, the prefix precedes
8268 the value formatted and the suffix follows it.  In addition, if the
8269 value is negative, the negative prefix precedes the prefix and the
8270 negative suffix follows the suffix.
8271
8272 @item DECIMAL
8273 The default DOT setting causes the decimal point character to be
8274 @samp{.}.  A setting of COMMA causes the decimal point character to be
8275 @samp{,}.
8276
8277 @item FORMAT
8278 Allows the default numeric input/output format to be specified.  The
8279 default is F8.2.  @xref{Input/Output Formats}.
8280 @end table
8281
8282 Output routing subcommands affect where the output of transformations
8283 and procedures is sent.  These subcommands are
8284
8285 @table @asis
8286 @item ECHO
8287
8288 If turned on, commands are written to the listing file as they are read
8289 from command files.  The default is OFF.
8290
8291 @itemx ERRORS
8292 @itemx INCLUDE
8293 @itemx MESSAGES
8294 @item PRINTBACK
8295 @item RESULTS
8296 Currently not used.
8297 @end table
8298
8299 Output activation subcommands affect whether output devices of
8300 particular types are enabled.  These subcommands are
8301
8302 @table @asis
8303 @item LISTING
8304 Enable or disable listing devices.
8305
8306 @item PRINTER
8307 Enable or disable printer devices.
8308
8309 @item SCREEN
8310 Enable or disable screen devices.
8311 @end table
8312
8313 Output driver option subcommands affect output drivers' settings.  These
8314 subcommands are
8315
8316 @table @asis
8317 @item HEADERS
8318 @itemx LENGTH
8319 @itemx LISTING
8320 @itemx MORE
8321 @itemx PAGER 
8322 @itemx WIDTH
8323 Currently not used.
8324 @end table
8325
8326 Logging subcommands affect logging of commands executed to external
8327 files.  These subcommands are
8328
8329 @table @asis
8330 @item JOURNAL
8331 @item LOG
8332 Not currently used.
8333 @end table
8334
8335 System file subcommands affect the default format of system files
8336 produced by PSPP.  These subcommands are
8337
8338 @table @asis
8339 @item COMPRESSION
8340 Not currently used.
8341
8342 @item SCOMPRESSION
8343 Whether system files created by @cmd{SAVE} or @cmd{XSAVE} are
8344 compressed by default.  The default is ON.
8345 @end table
8346
8347 Security subcommands affect the operations that commands are allowed to
8348 perform.  The security subcommands are
8349
8350 @table @asis
8351 @item SAFER
8352 When set, this setting cannot ever be reset, for obvious security
8353 reasons.  Setting this option disables the following operations:
8354
8355 @itemize @bullet
8356 @item
8357 The ERASE command.
8358 @item
8359 The HOST command.
8360 @item
8361 Pipe filenames (filenames beginning or ending with @samp{|}).
8362 @end itemize
8363
8364 Be aware that this setting does not guarantee safety (commands can still
8365 overwrite files, for instance) but it is an improvement.
8366 @end table
8367
8368 @node SUBTITLE, TITLE, SET, Utilities
8369 @section SUBTITLE
8370 @vindex SUBTITLE
8371
8372 @display
8373 SUBTITLE 'subtitle_string'.
8374   or
8375 SUBTITLE subtitle_string.
8376 @end display
8377
8378 @cmd{SUBTITLE} provides a subtitle to a particular PSPP
8379 run.  This subtitle appears at the top of each output page below the
8380 title, if headers are enabled on the output device.
8381
8382 Specify a subtitle as a string in quotes.  The alternate syntax that did
8383 not require quotes is now obsolete.  If it is used then the subtitle is
8384 converted to all uppercase.
8385
8386 @node TITLE,  , SUBTITLE, Utilities
8387 @section TITLE
8388 @vindex TITLE
8389
8390 @display
8391 TITLE 'title_string'.
8392   or
8393 TITLE title_string.
8394 @end display
8395
8396 @cmd{TITLE} provides a title to a particular PSPP run.
8397 This title appears at the top of each output page, if headers are enabled
8398 on the output device.
8399
8400 Specify a title as a string in quotes.  The alternate syntax that did
8401 not require quotes is now obsolete.  If it is used then the title is
8402 converted to all uppercase.
8403
8404 @node Not Implemented, Data File Format, Utilities, Top
8405 @chapter Not Implemented
8406
8407 This chapter lists parts of the PSPP language that are not yet
8408 implemented.
8409
8410 The following transformations and utilities are not yet implemented, but
8411 they will be supported in a later release.
8412
8413 @itemize @bullet
8414 @item
8415 ADD FILES
8416 @item
8417 ANOVA
8418 @item
8419 DEFINE
8420 @item
8421 FILE TYPE
8422 @item
8423 GET SAS
8424 @item
8425 GET TRANSLATE
8426 @item
8427 MCONVERT
8428 @item
8429 PLOT
8430 @item
8431 PRESERVE
8432 @item
8433 PROCEDURE OUTPUT
8434 @item
8435 RESTORE
8436 @item
8437 SAVE TRANSLATE
8438 @item
8439 SHOW
8440 @item
8441 UPDATE
8442 @end itemize
8443
8444 The following transformations and utilities are not implemented.  There
8445 are no plans to support them in future releases.  Contributions to
8446 implement them will still be accepted.
8447
8448 @itemize @bullet
8449 @item
8450 EDIT
8451 @item
8452 GET DATABASE
8453 @item
8454 GET OSIRIS
8455 @item
8456 GET SCSS
8457 @item
8458 GSET
8459 @item
8460 HELP
8461 @item
8462 INFO
8463 @item
8464 INPUT MATRIX
8465 @item
8466 KEYED DATA LIST
8467 @item
8468 NUMBERED and UNNUMBERED
8469 @item
8470 OPTIONS
8471 @item
8472 REVIEW
8473 @item
8474 SAVE SCSS
8475 @item
8476 SPSS MANAGER
8477 @item
8478 STATISTICS
8479 @end itemize
8480
8481 @node Data File Format, Portable File Format, Not Implemented, Top
8482 @chapter Data File Format
8483
8484 PSPP necessarily uses the same format for system files as do the
8485 products with which it is compatible.  This chapter is a description of
8486 that format.
8487
8488 There are three data types used in system files: 32-bit integers, 64-bit
8489 floating points, and 1-byte characters.  In this document these will
8490 simply be referred to as @code{int32}, @code{flt64}, and @code{char},
8491 the names that are used in the PSPP source code.  Every field of type
8492 @code{int32} or @code{flt64} is aligned on a 32-bit boundary.
8493
8494 The endianness of data in PSPP system files is not specified.  System
8495 files output on a computer of a particular endianness will have the
8496 endianness of that computer.  However, PSPP can read files of either
8497 endianness, regardless of its host computer's endianness.  PSPP
8498 translates endianness for both integer and floating point numbers.
8499
8500 Floating point formats are also not specified.  PSPP does not
8501 translate between floating point formats.  This is unlikely to be a
8502 problem as all modern computer architectures use IEEE 754 format for
8503 floating point representation.
8504
8505 The PSPP system-missing value is represented by the largest possible
8506 negative number in the floating point format; in C, this is most likely
8507 @code{-DBL_MAX}.  There are two other important values used in missing
8508 values: @code{HIGHEST} and @code{LOWEST}.  These are represented by the
8509 largest possible positive number (probably @code{DBL_MAX}) and the
8510 second-largest negative number.  The latter must be determined in a
8511 system-dependent manner; in IEEE 754 format it is represented by value
8512 @code{0xffeffffffffffffe}.
8513
8514 System files are divided into records.  Each record begins with an
8515 @code{int32} giving a numeric record type.  Individual record types are
8516 described below:
8517
8518 @menu
8519 * File Header Record::          
8520 * Variable Record::             
8521 * Value Label Record::          
8522 * Value Label Variable Record::  
8523 * Document Record::             
8524 * Machine int32 Info Record::   
8525 * Machine flt64 Info Record::   
8526 * Miscellaneous Informational Records::  
8527 * Dictionary Termination Record::  
8528 * Data Record::                 
8529 @end menu
8530
8531 @node File Header Record, Variable Record, Data File Format, Data File Format
8532 @section File Header Record
8533
8534 The file header is always the first record in the file.
8535
8536 @example
8537 struct sysfile_header
8538   @{
8539     char                rec_type[4];
8540     char                prod_name[60];
8541     int32               layout_code;
8542     int32               case_size;
8543     int32               compressed;
8544     int32               weight_index;
8545     int32               ncases;
8546     flt64               bias;
8547     char                creation_date[9];
8548     char                creation_time[8];
8549     char                file_label[64];
8550     char                padding[3];
8551   @};
8552 @end example
8553
8554 @table @code
8555 @item char rec_type[4];
8556 Record type code.  Always set to @samp{$FL2}.  This is the only record
8557 for which the record type is not of type @code{int32}.
8558
8559 @item char prod_name[60];
8560 Product identification string.  This always begins with the characters
8561 @samp{@@(#) SPSS DATA FILE}.  PSPP uses the remaining characters to
8562 give its version and the operating system name; for example, @samp{GNU
8563 pspp 0.1.4 - sparc-sun-solaris2.5.2}.  The string is truncated if it
8564 would be longer than 60 characters; otherwise it is padded on the right
8565 with spaces.
8566
8567 @item int32 layout_code;
8568 Always set to 2.  PSPP reads this value to determine the
8569 file's endianness.
8570
8571 @item int32 case_size;
8572 Number of data elements per case.  This is the number of variables,
8573 except that long string variables add extra data elements (one for every
8574 8 characters after the first 8).
8575
8576 @item int32 compressed;
8577 Set to 1 if the data in the file is compressed, 0 otherwise.
8578
8579 @item int32 weight_index;
8580 If one of the variables in the data set is used as a weighting variable,
8581 set to the index of that variable.  Otherwise, set to 0.
8582
8583 @item int32 ncases;
8584 Set to the number of cases in the file if it is known, or -1 otherwise.
8585
8586 In the general case it is not possible to determine the number of cases
8587 that will be output to a system file at the time that the header is
8588 written.  The way that this is dealt with is by writing the entire
8589 system file, including the header, then seeking back to the beginning of
8590 the file and writing just the @code{ncases} field.  For `files' in which
8591 this is not valid, the seek operation fails.  In this case,
8592 @code{ncases} remains -1.
8593
8594 @item flt64 bias;
8595 Compression bias.  Always set to 100.  The significance of this value is
8596 that only numbers between @code{(1 - bias)} and @code{(251 - bias)} can
8597 be compressed.
8598
8599 @item char creation_date[9];
8600 Set to the date of creation of the system file, in @samp{dd mmm yy}
8601 format, with the month as standard English abbreviations, using an
8602 initial capital letter and following with lowercase.  If the date is not
8603 available then this field is arbitrarily set to @samp{01 Jan 70}.
8604
8605 @item char creation_time[8];
8606 Set to the time of creation of the system file, in @samp{hh:mm:ss}
8607 format and using 24-hour time.  If the time is not available then this
8608 field is arbitrarily set to @samp{00:00:00}.
8609
8610 @item char file_label[64];
8611 Set the the file label declared by the user, if any.  Padded on the
8612 right with spaces.
8613
8614 @item char padding[3];
8615 Ignored padding bytes to make the structure a multiple of 32 bits in
8616 length.  Set to zeros.
8617 @end table
8618
8619 @node Variable Record, Value Label Record, File Header Record, Data File Format
8620 @section Variable Record
8621
8622 Immediately following the header must come the variable records.  There
8623 must be one variable record for every variable and every 8 characters in
8624 a long string beyond the first 8; i.e., there must be exactly as many
8625 variable records as the value specified for @code{case_size} in the file
8626 header record.
8627
8628 @example
8629 struct sysfile_variable
8630   @{
8631     int32               rec_type;
8632     int32               type;
8633     int32               has_var_label;
8634     int32               n_missing_values;
8635     int32               print;
8636     int32               write;
8637     char                name[8];
8638
8639     /* The following two fields are present 
8640        only if has_var_label is 1. */
8641     int32               label_len;
8642     char                label[/* variable length */];
8643
8644     /* The following field is present only
8645        if n_missing_values is not 0. */
8646     flt64               missing_values[/* variable length*/];
8647   @};
8648 @end example
8649
8650 @table @code
8651 @item int32 rec_type;
8652 Record type code.  Always set to 2.
8653
8654 @item int32 type;
8655 Variable type code.  Set to 0 for a numeric variable.  For a short
8656 string variable or the first part of a long string variable, this is set
8657 to the width of the string.  For the second and subsequent parts of a
8658 long string variable, set to -1, and the remaining fields in the
8659 structure are ignored.
8660
8661 @item int32 has_var_label;
8662 If this variable has a variable label, set to 1; otherwise, set to 0.
8663
8664 @item int32 n_missing_values;
8665 If the variable has no missing values, set to 0.  If the variable has
8666 one, two, or three discrete missing values, set to 1, 2, or 3,
8667 respectively.  If the variable has a range for missing variables, set to
8668 -2; if the variable has a range for missing variables plus a single
8669 discrete value, set to -3.
8670
8671 @item int32 print;
8672 Print format for this variable.  See below.
8673
8674 @item int32 write;
8675 Write format for this variable.  See below.
8676
8677 @item char name[8];
8678 Variable name.  The variable name must begin with a capital letter or
8679 the at-sign (@samp{@@}).  Subsequent characters may also be octothorpes
8680 (@samp{#}), dollar signs (@samp{$}), underscores (@samp{_}), or full
8681 stops (@samp{.}).  The variable name is padded on the right with spaces.
8682
8683 @item int32 label_len;
8684 This field is present only if @code{has_var_label} is set to 1.  It is
8685 set to the length, in characters, of the variable label, which must be a
8686 number between 0 and 120.
8687
8688 @item char label[/* variable length */];
8689 This field is present only if @code{has_var_label} is set to 1.  It has
8690 length @code{label_len}, rounded up to the nearest multiple of 32 bits.
8691 The first @code{label_len} characters are the variable's variable label.
8692
8693 @item flt64 missing_values[/* variable length */];
8694 This field is present only if @code{n_missing_values} is not 0.  It has
8695 the same number of elements as the absolute value of
8696 @code{n_missing_values}.  For discrete missing values, each element
8697 represents one missing value.  When a range is present, the first
8698 element denotes the minimum value in the range, and the second element
8699 denotes the maximum value in the range.  When a range plus a value are
8700 present, the third element denotes the additional discrete missing
8701 value.  HIGHEST and LOWEST are indicated as described in the chapter
8702 introduction.
8703 @end table
8704
8705 The @code{print} and @code{write} members of sysfile_variable are output
8706 formats coded into @code{int32} types.  The LSB (least-significant byte)
8707 of the @code{int32} represents the number of decimal places, and the
8708 next two bytes in order of increasing significance represent field width
8709 and format type, respectively.  The MSB (most-significant byte) is not
8710 used and should be set to zero.
8711
8712 Format types are defined as follows:
8713 @table @asis
8714 @item 0
8715 Not used.
8716 @item 1
8717 @code{A}
8718 @item 2
8719 @code{AHEX}
8720 @item 3
8721 @code{COMMA}
8722 @item 4
8723 @code{DOLLAR}
8724 @item 5
8725 @code{F}
8726 @item 6
8727 @code{IB}
8728 @item 7
8729 @code{PIBHEX}
8730 @item 8
8731 @code{P}
8732 @item 9
8733 @code{PIB}
8734 @item 10
8735 @code{PK}
8736 @item 11
8737 @code{RB}
8738 @item 12
8739 @code{RBHEX}
8740 @item 13
8741 Not used.
8742 @item 14
8743 Not used.
8744 @item 15
8745 @code{Z}
8746 @item 16
8747 @code{N}
8748 @item 17
8749 @code{E}
8750 @item 18
8751 Not used.
8752 @item 19
8753 Not used.
8754 @item 20
8755 @code{DATE}
8756 @item 21
8757 @code{TIME}
8758 @item 22
8759 @code{DATETIME}
8760 @item 23
8761 @code{ADATE}
8762 @item 24
8763 @code{JDATE}
8764 @item 25
8765 @code{DTIME}
8766 @item 26
8767 @code{WKDAY}
8768 @item 27
8769 @code{MONTH}
8770 @item 28
8771 @code{MOYR}
8772 @item 29
8773 @code{QYR}
8774 @item 30
8775 @code{WKYR}
8776 @item 31
8777 @code{PCT}
8778 @item 32
8779 @code{DOT}
8780 @item 33
8781 @code{CCA}
8782 @item 34
8783 @code{CCB}
8784 @item 35
8785 @code{CCC}
8786 @item 36
8787 @code{CCD}
8788 @item 37
8789 @code{CCE}
8790 @item 38
8791 @code{EDATE}
8792 @item 39
8793 @code{SDATE}
8794 @end table
8795
8796 @node Value Label Record, Value Label Variable Record, Variable Record, Data File Format
8797 @section Value Label Record
8798
8799 Value label records must follow the variable records and must precede
8800 the header termination record.  Other than this, they may appear
8801 anywhere in the system file.  Every value label record must be
8802 immediately followed by a label variable record, described below.
8803
8804 Value label records begin with @code{rec_type}, an @code{int32} value
8805 set to the record type of 3.  This is followed by @code{count}, an
8806 @code{int32} value set to the number of value labels present in this
8807 record.
8808
8809 These two fields are followed by a series of @code{count} tuples.  Each
8810 tuple is divided into two fields, the value and the label.  The first of
8811 these, the value, is composed of a 64-bit value, which is either a
8812 @code{flt64} value or up to 8 characters (padded on the right to 8
8813 bytes) denoting a short string value.  Whether the value is a
8814 @code{flt64} or a character string is not defined inside the value label
8815 record.
8816
8817 The second field in the tuple, the label, has variable length.  The
8818 first @code{char} is a count of the number of characters in the value
8819 label.  The remainder of the field is the label itself.  The field is
8820 padded on the right to a multiple of 64 bits in length.
8821
8822 @node Value Label Variable Record, Document Record, Value Label Record, Data File Format
8823 @section Value Label Variable Record
8824
8825 Every value label variable record must be immediately preceded by a
8826 value label record, described above.
8827
8828 @example
8829 struct sysfile_value_label_variable
8830   @{
8831      int32              rec_type;
8832      int32              count;
8833      int32              vars[/* variable length */];
8834   @};
8835 @end example
8836
8837 @table @code
8838 @item int32 rec_type;
8839 Record type.  Always set to 4.
8840
8841 @item int32 count;
8842 Number of variables that the associated value labels from the value
8843 label record are to be applied.
8844
8845 @item int32 vars[/* variable length];
8846 A list of variables to which to apply the value labels.  There are
8847 @code{count} elements.
8848 @end table
8849
8850 @node Document Record, Machine int32 Info Record, Value Label Variable Record, Data File Format
8851 @section Document Record
8852
8853 There must be no more than one document record per system file.
8854 Document records must follow the variable records and precede the
8855 dictionary termination record.
8856
8857 @example
8858 struct sysfile_document
8859   @{
8860     int32               rec_type;
8861     int32               n_lines;
8862     char                lines[/* variable length */][80];
8863   @};
8864 @end example
8865
8866 @table @code
8867 @item int32 rec_type;
8868 Record type.  Always set to 6.
8869
8870 @item int32 n_lines;
8871 Number of lines of documents present.
8872
8873 @item char lines[/* variable length */][80];
8874 Document lines.  The number of elements is defined by @code{n_lines}.
8875 Lines shorter than 80 characters are padded on the right with spaces.
8876 @end table
8877
8878 @node Machine int32 Info Record, Machine flt64 Info Record, Document Record, Data File Format
8879 @section Machine @code{int32} Info Record
8880
8881 There must be no more than one machine @code{int32} info record per
8882 system file.  Machine @code{int32} info records must follow the variable
8883 records and precede the dictionary termination record.
8884
8885 @example
8886 struct sysfile_machine_int32_info
8887   @{
8888     /* Header. */
8889     int32               rec_type;
8890     int32               subtype;
8891     int32               size;
8892     int32               count;
8893
8894     /* Data. */
8895     int32               version_major;
8896     int32               version_minor;
8897     int32               version_revision;
8898     int32               machine_code;
8899     int32               floating_point_rep;
8900     int32               compression_code;
8901     int32               endianness;
8902     int32               character_code;
8903   @};
8904 @end example
8905
8906 @table @code
8907 @item int32 rec_type;
8908 Record type.  Always set to 7.
8909
8910 @item int32 subtype;
8911 Record subtype.  Always set to 3.
8912
8913 @item int32 size;
8914 Size of each piece of data in the data part, in bytes.  Always set to 4.
8915
8916 @item int32 count;
8917 Number of pieces of data in the data part.  Always set to 8.
8918
8919 @item int32 version_major;
8920 PSPP major version number.  In version @var{x}.@var{y}.@var{z}, this
8921 is @var{x}.
8922
8923 @item int32 version_minor;
8924 PSPP minor version number.  In version @var{x}.@var{y}.@var{z}, this
8925 is @var{y}.
8926
8927 @item int32 version_revision;
8928 PSPP version revision number.  In version @var{x}.@var{y}.@var{z},
8929 this is @var{z}.
8930
8931 @item int32 machine_code;
8932 Machine code.  PSPP always set this field to value to -1, but other
8933 values may appear.
8934
8935 @item int32 floating_point_rep;
8936 Floating point representation code.  For IEEE 754 systems this is 1.
8937 IBM 370 sets this to 2, and DEC VAX E to 3.
8938
8939 @item int32 compression_code;
8940 Compression code.  Always set to 1.
8941
8942 @item int32 endianness;
8943 Machine endianness.  1 indicates big-endian, 2 indicates little-endian.
8944
8945 @item int32 character_code;
8946 Character code.  1 indicates EBCDIC, 2 indicates 7-bit ASCII, 3
8947 indicates 8-bit ASCII, 4 indicates DEC Kanji.
8948 @end table
8949
8950 @node Machine flt64 Info Record, Miscellaneous Informational Records, Machine int32 Info Record, Data File Format
8951 @section Machine @code{flt64} Info Record
8952
8953 There must be no more than one machine @code{flt64} info record per
8954 system file.  Machine @code{flt64} info records must follow the variable
8955 records and precede the dictionary termination record.
8956
8957 @example
8958 struct sysfile_machine_flt64_info
8959   @{
8960     /* Header. */
8961     int32               rec_type;
8962     int32               subtype;
8963     int32               size;
8964     int32               count;
8965
8966     /* Data. */
8967     flt64               sysmis;
8968     flt64               highest;
8969     flt64               lowest;
8970   @};
8971 @end example
8972
8973 @table @code
8974 @item int32 rec_type;
8975 Record type.  Always set to 3.
8976
8977 @item int32 subtype;
8978 Record subtype.  Always set to 4.
8979
8980 @item int32 size;
8981 Size of each piece of data in the data part, in bytes.  Always set to 4.
8982
8983 @item int32 count;
8984 Number of pieces of data in the data part.  Always set to 3.
8985
8986 @item flt64 sysmis;
8987 The system missing value.
8988
8989 @item flt64 highest;
8990 The value used for HIGHEST in missing values.
8991
8992 @item flt64 lowest;
8993 The value used for LOWEST in missing values.
8994 @end table
8995
8996 @node Miscellaneous Informational Records, Dictionary Termination Record, Machine flt64 Info Record, Data File Format
8997 @section Miscellaneous Informational Records
8998
8999 Miscellaneous informational records must follow the variable records and
9000 precede the dictionary termination record.
9001
9002 Miscellaneous informational records are ignored by PSPP when reading
9003 system files.  They are not written by PSPP when writing system files.
9004
9005 @example
9006 struct sysfile_misc_info
9007   @{
9008     /* Header. */
9009     int32               rec_type;
9010     int32               subtype;
9011     int32               size;
9012     int32               count;
9013
9014     /* Data. */
9015     char                data[/* variable length */];
9016   @};
9017 @end example
9018
9019 @table @code
9020 @item int32 rec_type;
9021 Record type.  Always set to 3.
9022
9023 @item int32 subtype;
9024 Record subtype.  May take any value.
9025
9026 @item int32 size;
9027 Size of each piece of data in the data part.  Should have the value 4 or
9028 8, for @code{int32} and @code{flt64}, respectively.
9029
9030 @item int32 count;
9031 Number of pieces of data in the data part.
9032
9033 @item char data[/* variable length */];
9034 Arbitrary data.  There must be @code{size} times @code{count} bytes of
9035 data.
9036 @end table
9037
9038 @node Dictionary Termination Record, Data Record, Miscellaneous Informational Records, Data File Format
9039 @section Dictionary Termination Record
9040
9041 The dictionary termination record must follow all other records, except
9042 for the actual cases, which it must precede.  There must be exactly one
9043 dictionary termination record in every system file.
9044
9045 @example
9046 struct sysfile_dict_term
9047   @{
9048     int32               rec_type;
9049     int32               filler;
9050   @};
9051 @end example
9052
9053 @table @code
9054 @item int32 rec_type;
9055 Record type.  Always set to 999.
9056
9057 @item int32 filler;
9058 Ignored padding.  Should be set to 0.
9059 @end table
9060
9061 @node Data Record,  , Dictionary Termination Record, Data File Format
9062 @section Data Record
9063
9064 Data records must follow all other records in the data file.  There must
9065 be at least one data record in every system file.
9066
9067 The format of data records varies depending on whether the data is
9068 compressed.  Regardless, the data is arranged in a series of 8-byte
9069 elements.
9070
9071 When data is not compressed, Every case is composed of @code{case_size}
9072 of these 8-byte elements, where @code{case_size} comes from the file
9073 header record (@pxref{File Header Record}).  Each element corresponds to
9074 the variable declared in the respective variable record (@pxref{Variable
9075 Record}).  Numeric values are given in @code{flt64} format; string
9076 values are literal characters string, padded on the right when
9077 necessary.
9078
9079 Compressed data is arranged in the following manner: the first 8-byte
9080 element in the data section is divided into a series of 1-byte command
9081 codes.  These codes have meanings as described below:
9082
9083 @table @asis
9084 @item 0
9085 Ignored.  If the program writing the system file accumulates compressed
9086 data in blocks of fixed length, 0 bytes can be used to pad out extra
9087 bytes remaining at the end of a fixed-size block.
9088
9089 @item 1 through 251
9090 These values indicate that the corresponding numeric variable has the
9091 value @code{(@var{code} - @var{bias})} for the case being read, where
9092 @var{code} is the value of the compression code and @var{bias} is the
9093 variable @code{compression_bias} from the file header.  For example,
9094 code 105 with bias 100.0 (the normal value) indicates a numeric variable
9095 of value 5.
9096
9097 @item 252
9098 End of file.  This code may or may not appear at the end of the data
9099 stream.  PSPP always outputs this code but its use is not required.
9100
9101 @item 253
9102 This value indicates that the numeric or string value is not
9103 compressible.  The value is stored in the 8-byte element following the
9104 current block of command bytes.  If this value appears twice in a block
9105 of command bytes, then it indicates the second element following the
9106 command bytes, and so on.
9107
9108 @item 254
9109 Used to indicate a string value that is all spaces.
9110
9111 @item 255
9112 Used to indicate the system-missing value.
9113 @end table
9114
9115 When the end of the first 8-byte element of command bytes is reached,
9116 any blocks of non-compressible values are skipped, and the next element
9117 of command bytes is read and interpreted, until the end of the file is
9118 reached.
9119
9120 @node Portable File Format, q2c Input Format, Data File Format, Top
9121 @chapter Portable File Format
9122
9123 These days, most computers use the same internal data formats for
9124 integer and floating-point data, if one ignores little differences like
9125 big- versus little-endian byte ordering.  However, occasionally it is
9126 necessary to exchange data between systems with incompatible data
9127 formats.  This is what portable files are designed to do.
9128
9129 @strong{Please note:} Although all of the following information is
9130 correct, as far as the author has been able to ascertain, it is gleaned
9131 from examination of ASCII-formatted portable files only, so some of it
9132 may be incorrect in the general case.
9133
9134 @menu
9135 * Portable File Characters::    
9136 * Portable File Structure::     
9137 * Portable File Header::        
9138 * Version and Date Info Record::  
9139 * Identification Records::      
9140 * Variable Count Record::       
9141 * Variable Records::            
9142 * Value Label Records::         
9143 * Portable File Data::          
9144 @end menu
9145
9146 @node Portable File Characters, Portable File Structure, Portable File Format, Portable File Format
9147 @section Portable File Characters
9148
9149 Portable files are arranged as a series of lines of exactly 80
9150 characters each.  Each line is terminated by a carriage-return,
9151 line-feed sequence (henceforth, ``newline'').  Newlines are not
9152 delimiters: they are only used to avoid line-length limitations existing
9153 on some operating systems.
9154
9155 The file must be terminated with a @samp{Z} character.  In addition, if
9156 the final line in the file does not have exactly 80 characters, then it
9157 is padded on the right with @samp{Z} characters.  (The file contents may
9158 be in any character set; the file contains a description of its own
9159 character set, as explained in the next section.  Therefore, the
9160 @samp{Z} character is not necessarily an ASCII @samp{Z}.)
9161
9162 For the rest of the description of the portable file format, newlines
9163 and the trailing @samp{Z}s will be ignored, as if they did not exist,
9164 because they are not an important part of understanding the file
9165 contents.
9166
9167 @node Portable File Structure, Portable File Header, Portable File Characters, Portable File Format
9168 @section Portable File Structure
9169
9170 Every portable file consists of the following records, in sequence:
9171
9172 @itemize @bullet
9173
9174 @item
9175 File header.
9176
9177 @item
9178 Version and date info.
9179
9180 @item
9181 Product identification.
9182
9183 @item
9184 Subproduct identification (optional).
9185
9186 @item
9187 Variable count.
9188
9189 @item
9190 Variables.  Each variable record may optionally be followed by a
9191 missing value record and a variable label record.
9192
9193 @item
9194 Value labels (optional).
9195
9196 @item
9197 Data.
9198 @end itemize
9199
9200 Most records are identified by a single-character tag code.  The file
9201 header and version info record do not have a tag.
9202
9203 Other than these single-character codes, there are three types of fields
9204 in a portable file: floating-point, integer, and string.  Floating-point
9205 fields have the following format:
9206
9207 @itemize @bullet
9208
9209 @item
9210 Zero or more leading spaces.
9211
9212 @item
9213 Optional asterisk (@samp{*}), which indicates a missing value.  The
9214 asterisk must be followed by a single character, generally a period
9215 (@samp{.}), but it appears that other characters may also be possible.
9216 This completes the specification of a missing value.
9217
9218 @item
9219 Optional minus sign (@samp{-}) to indicate a negative number.
9220
9221 @item
9222 A whole number, consisting of one or more base-30 digits: @samp{0}
9223 through @samp{9} plus capital letters @samp{A} through @samp{T}.
9224
9225 @item
9226 A fraction, consisting of a radix point (@samp{.}) followed by one or
9227 more base-30 digits (optional).
9228
9229 @item
9230 An exponent, consisting of a plus or minus sign (@samp{+} or @samp{-})
9231 followed by one or more base-30 digits (optional).
9232
9233 @item
9234 A forward slash (@samp{/}).
9235 @end itemize
9236
9237 Integer fields take form identical to floating-point fields, but they
9238 may not contain a fraction.
9239
9240 String fields take the form of a integer field having value @var{n},
9241 followed by exactly @var{n} characters, which are the string content.
9242
9243 @node Portable File Header, Version and Date Info Record, Portable File Structure, Portable File Format
9244 @section Portable File Header
9245
9246 Every portable file begins with a 464-byte header, consisting of a
9247 200-byte collection of vanity splash strings, followed by a 256-byte
9248 character set translation table, followed by an 8-byte tag string.
9249
9250 The 200-byte segment is divided into five 40-byte sections, each of
9251 which represents the string @code{ASCII SPSS PORT FILE} in a different
9252 character set encoding.  (If the file is encoded in EBCDIC then the
9253 string is actually @code{EBCDIC SPSS PORT FILE}, and so on.)  These
9254 strings are padded on the right with spaces in their own character set.
9255
9256 It appears that these strings exist only to inform those who might view
9257 the file on a screen, and that they are not parsed by SPSS products.
9258 Thus, they can be safely ignored.  For those interested, the strings are
9259 supposed to be in the following character sets, in the specified order:
9260 EBCDIC, 7-bit ASCII, CDC 6-bit ASCII, 6-bit ASCII, Honeywell 6-bit
9261 ASCII.
9262
9263 The 256-byte segment describes a mapping from the character set used in
9264 the portable file to an arbitrary character set having characters at the
9265 following positions:
9266
9267 @table @asis
9268 @item 0--60
9269
9270 Control characters.  Not important enough to describe in full here.
9271
9272 @item 61--63
9273
9274 Reserved.
9275
9276 @item 64--73
9277
9278 Digits @samp{0} through @samp{9}.
9279
9280 @item 74--99
9281
9282 Capital letters @samp{A} through @samp{Z}. 
9283
9284 @item 100--125
9285
9286 Lowercase letters @samp{a} through @samp{z}.
9287
9288 @item 126
9289
9290 Space.
9291
9292 @item 127--130
9293
9294 Symbols @code{.<(+}
9295
9296 @item 131
9297
9298 Solid vertical pipe.
9299
9300 @item 132--142
9301
9302 Symbols @code{&[]!$*);^-/}
9303
9304 @item 143
9305
9306 Broken vertical pipe.
9307
9308 @item 144--150
9309
9310 Symbols @code{,%_>}?@code{`:}   @c @code{?} is an inverted question mark
9311
9312 @item 151
9313
9314 British pound symbol.
9315
9316 @item 152--155
9317
9318 Symbols @code{@@'="}.
9319
9320 @item 156
9321
9322 Less than or equal symbol.
9323
9324 @item 157
9325
9326 Empty box.
9327
9328 @item 158
9329
9330 Plus or minus.
9331
9332 @item 159
9333
9334 Filled box.
9335
9336 @item 160
9337
9338 Degree symbol.
9339
9340 @item 161
9341
9342 Dagger.
9343
9344 @item 162
9345
9346 Symbol @samp{~}.
9347
9348 @item 163
9349
9350 En dash.
9351
9352 @item 164
9353
9354 Lower left corner box draw.
9355
9356 @item 165
9357
9358 Upper left corner box draw.
9359
9360 @item 166
9361
9362 Greater than or equal symbol.
9363
9364 @item 167--176
9365
9366 Superscript @samp{0} through @samp{9}.
9367
9368 @item 177
9369
9370 Lower right corner box draw.
9371
9372 @item 178
9373
9374 Upper right corner box draw.
9375
9376 @item 179
9377
9378 Not equal symbol.
9379
9380 @item 180
9381
9382 Em dash.
9383
9384 @item 181
9385
9386 Superscript @samp{(}.
9387
9388 @item 182
9389
9390 Superscript @samp{)}.
9391
9392 @item 183
9393
9394 Horizontal dagger (?).
9395
9396 @item 184--186
9397
9398 Symbols @samp{@{@}\}.
9399 @item 187
9400
9401 Cents symbol.
9402
9403 @item 188
9404
9405 Centered dot, or bullet.
9406
9407 @item 189--255
9408
9409 Reserved.
9410 @end table
9411
9412 Symbols that are not defined in a particular character set are set to
9413 the same value as symbol 64; i.e., to @samp{0}.
9414
9415 The 8-byte tag string consists of the exact characters @code{SPSSPORT}
9416 in the portable file's character set, which can be used to verify that
9417 the file is indeed a portable file.
9418
9419 @node Version and Date Info Record, Identification Records, Portable File Header, Portable File Format
9420 @section Version and Date Info Record
9421
9422 This record does not have a tag code.  It has the following structure:
9423
9424 @itemize @bullet
9425 @item
9426 A single character identifying the file format version.  The letter A
9427 represents version 0, and so on.
9428
9429 @item
9430 An 8-character string field giving the file creation date in the format
9431 YYYYMMDD.
9432
9433 @item
9434 A 6-character string field giving the file creation time in the format
9435 HHMMSS.
9436 @end itemize
9437
9438 @node Identification Records, Variable Count Record, Version and Date Info Record, Portable File Format
9439 @section Identification Records
9440
9441 The product identification record has tag code @samp{1}.  It consists of
9442 a single string field giving the name of the product that wrote the
9443 portable file.
9444
9445 The subproduct identification record has tag code @samp{3}.  It
9446 consists of a single string field giving additional information on the
9447 product that wrote the portable file.
9448
9449 @node Variable Count Record, Variable Records, Identification Records, Portable File Format
9450 @section Variable Count Record
9451
9452 The variable count record has tag code @samp{4}.  It consists of two
9453 integer fields.  The first contains the number of variables in the file
9454 dictionary.  The purpose of the second is unknown; it contains the value
9455 161 in all portable files examined so far.
9456
9457 @node Variable Records, Value Label Records, Variable Count Record, Portable File Format
9458 @section Variable Records
9459
9460 Each variable record represents a single variable.  Variable records
9461 have tag code @samp{7}.  They have the following structure:
9462
9463 @itemize @bullet
9464
9465 @item
9466 Width (integer).  This is 0 for a numeric variable, and a number between 1
9467 and 255 for a string variable.
9468
9469 @item
9470 Name (string).  1--8 characters long.  Must be in all capitals.
9471
9472 @item
9473 Print format.  This is a set of three integer fields:
9474
9475 @itemize @minus
9476
9477 @item
9478 Format type (@pxref{Variable Record}).
9479
9480 @item
9481 Format width.  1--40.
9482
9483 @item
9484 Number of decimal places.  1--40.
9485 @end itemize
9486
9487 @item
9488 Write format.  Same structure as the print format described above.
9489 @end itemize
9490
9491 Each variable record can optionally be followed by a missing value
9492 record, which has tag code @samp{8}.  A missing value record has one
9493 field, the missing value itself (a floating-point or string, as
9494 appropriate).  Up to three of these missing value records can be used.
9495
9496 There is also a record for missing value ranges, which has tag code
9497 @samp{B}.  It is followed by two fields representing the range, which
9498 are floating-point or string as appropriate.  If a missing value range
9499 is present, it may be followed by a single missing value record.
9500
9501 Tag codes @samp{9} and @samp{A} represent @code{LO THRU @var{x}} and
9502 @code{@var{x} THRU HI} ranges, respectively.  Each is followed by a
9503 single field representing @var{x}.  If one of the ranges is present, it
9504 may be followed by a single missing value record.
9505
9506 In addition, each variable record can optionally be followed by a
9507 variable label record, which has tag code @samp{C}.  A variable label
9508 record has one field, the variable label itself (string).
9509
9510 @node Value Label Records, Portable File Data, Variable Records, Portable File Format
9511 @section Value Label Records
9512
9513 Value label records have tag code @samp{D}.  They have the following
9514 format:
9515
9516 @itemize @bullet
9517 @item
9518 Variable count (integer).
9519
9520 @item
9521 List of variables (strings).  The variable count specifies the number in
9522 the list.  Variables are specified by their names.  All variables must
9523 be of the same type (numeric or string).
9524
9525 @item
9526 Label count (integer).
9527
9528 @item
9529 List of (value, label) tuples.  The label count specifies the number of
9530 tuples.  Each tuple consists of a value, which is numeric or string as
9531 appropriate to the variables, followed by a label (string).
9532 @end itemize
9533
9534 @node Portable File Data,  , Value Label Records, Portable File Format
9535 @section Portable File Data
9536
9537 The data record has tag code @samp{F}.  There is only one tag for all
9538 the data; thus, all the data must follow the dictionary.  The data is
9539 terminated by the end-of-file marker @samp{Z}, which is not valid as the
9540 beginning of a data element.
9541
9542 Data elements are output in the same order as the variable records
9543 describing them.  String variables are output as string fields, and
9544 numeric variables are output as floating-point fields.
9545
9546 @node q2c Input Format, Bugs, Portable File Format, Top
9547 @chapter @code{q2c} Input Format
9548
9549 PSPP statistical procedures have a bizarre and somewhat irregular
9550 syntax.  Despite this, a parser generator has been written that
9551 adequately addresses many of the possibilities and tries to provide
9552 hooks for the exceptional cases.  This parser generator is named
9553 @code{q2c}.
9554
9555 @menu
9556 * Invoking q2c::                q2c command-line syntax.
9557 * q2c Input Structure::         High-level layout of the input file.
9558 * Grammar Rules::               Syntax of the grammar rules.
9559 @end menu
9560
9561 @node Invoking q2c, q2c Input Structure, q2c Input Format, q2c Input Format
9562 @section Invoking q2c
9563
9564 @example
9565 q2c @var{input.q} @var{output.c}
9566 @end example
9567
9568 @code{q2c} translates a @samp{.q} file into a @samp{.c} file.  It takes
9569 exactly two command-line arguments, which are the input file name and
9570 output file name, respectively.  @code{q2c} does not accept any
9571 command-line options.
9572
9573 @node q2c Input Structure, Grammar Rules, Invoking q2c, q2c Input Format
9574 @section @code{q2c} Input Structure
9575
9576 @code{q2c} input files are divided into two sections: the grammar rules
9577 and the supporting code.  The @dfn{grammar rules}, which make up the
9578 first part of the input, are used to define the syntax of the
9579 statistical procedure to be parsed.  The @dfn{supporting code},
9580 following the grammar rules, are copied largely unchanged to the output
9581 file, except for certain escapes.
9582
9583 The most important lines in the grammar rules are used for defining
9584 procedure syntax.  These lines can be prefixed with a dollar sign
9585 (@samp{$}), which prevents Emacs' CC-mode from munging them.  Besides
9586 this, a bang (@samp{!}) at the beginning of a line causes the line,
9587 minus the bang, to be written verbatim to the output file (useful for
9588 comments).  As a third special case, any line that begins with the exact
9589 characters @code{/* *INDENT} is ignored and not written to the output.
9590 This allows @code{.q} files to be processed through @code{indent}
9591 without being munged.
9592
9593 The syntax of the grammar rules themselves is given in the following
9594 sections.
9595
9596 The supporting code is passed into the output file largely unchanged.
9597 However, the following escapes are supported.  Each escape must appear
9598 on a line by itself.
9599
9600 @table @code
9601 @item /* (header) */
9602
9603 Expands to a series of C @code{#include} directives which include the
9604 headers that are required for the parser generated by @code{q2c}.
9605
9606 @item /* (decls @var{scope}) */
9607
9608 Expands to C variable and data type declarations for the variables and
9609 @code{enum}s input and output by the @code{q2c} parser.  @var{scope}
9610 must be either @code{local} or @code{global}.  @code{local} causes the
9611 declarations to be output as function locals.  @code{global} causes them
9612 to be declared as @code{static} module variables; thus, @code{global} is
9613 a bit of a misnomer.
9614
9615 @item /* (parser) */
9616
9617 Expands to the entire parser.  Must be enclosed within a C function.
9618
9619 @item /* (free) */
9620
9621 Expands to a set of calls to the @code{free} function for variables
9622 declared by the parser.  Only needs to be invoked if subcommands of type
9623 @code{string} are used in the grammar rules.
9624 @end table
9625
9626 @node Grammar Rules,  , q2c Input Structure, q2c Input Format
9627 @section Grammar Rules
9628
9629 The grammar rules describe the format of the syntax that the parser
9630 generated by @code{q2c} will understand.  The way that the grammar rules
9631 are included in @code{q2c} input file are described above.
9632
9633 The grammar rules are divided into tokens of the following types:
9634
9635 @table @asis
9636 @item Identifier (@code{ID})
9637
9638 An identifier token is a sequence of letters, digits, and underscores
9639 (@samp{_}).  Identifiers are @emph{not} case-sensitive.
9640
9641 @item String (@code{STRING})
9642
9643 String tokens are initiated by a double-quote character (@samp{"}) and
9644 consist of all the characters between that double quote and the next
9645 double quote, which must be on the same line as the first.  Within a
9646 string, a backslash can be used as a ``literal escape''.  The only
9647 reasons to use a literal escape are to include a double quote or a
9648 backslash within a string.
9649
9650 @item Special character
9651
9652 Other characters, other than whitespace, constitute tokens in
9653 themselves.
9654
9655 @end table
9656
9657 The syntax of the grammar rules is as follows:
9658
9659 @example
9660 grammar-rules ::= ID : subcommands .
9661 subcommands ::= subcommand
9662             ::= subcommands ; subcommand
9663 @end example
9664
9665 The syntax begins with an ID or STRING token that gives the name of the
9666 procedure to be parsed.  The rest of the syntax consists of subcommands
9667 separated by semicolons (@samp{;}) and terminated with a full stop
9668 (@samp{.}).
9669
9670 @example
9671 subcommand ::= sbc-options ID sbc-defn
9672 sbc-options ::= 
9673             ::= sbc-option
9674             ::= sbc-options sbc-options
9675 sbc-option ::= *
9676            ::= +
9677 sbc-defn ::= opt-prefix = specifiers
9678          ::= [ ID ] = array-sbc
9679          ::= opt-prefix = sbc-special-form
9680 opt-prefix ::=
9681            ::= ( ID )
9682 @end example
9683
9684 Each subcommand can be prefixed with one or more option characters.  An
9685 asterisk (@samp{*}) is used to indicate the default subcommand; the
9686 keyword used for the default subcommand can be omitted in the PSPP
9687 syntax file.  A plus sign (@samp{+}) is used to indicate that a
9688 subcommand can appear more than once; if it is not present then that
9689 subcommand can appear no more than once.
9690
9691 The subcommand name appears after the option characters.
9692
9693 There are three forms of subcommands.  The first and most common form
9694 simply gives an equals sign (@samp{=}) and a list of specifiers, which
9695 can each be set to a single setting.  The second form declares an array,
9696 which is a set of flags that can be individually turned on by the user.
9697 There are also several special forms that do not take a list of
9698 specifiers.
9699
9700 Arrays require an additional @code{ID} argument.  This is used as a
9701 prefix, prepended to the variable names constructed from the
9702 specifiers.  The other forms also allow an optional prefix to be
9703 specified.
9704
9705 @example
9706 array-sbc ::= alternatives
9707           ::= array-sbc , alternatives
9708 alternatives ::= ID
9709              ::= alternatives | ID
9710 @end example
9711
9712 An array subcommand is a set of Boolean values that can independently be
9713 turned on by the user, listed separated by commas (@samp{,}).  If an value has more
9714 than one name then these names are separated by pipes (@samp{|}).
9715
9716 @example
9717 specifiers ::= specifier
9718            ::= specifiers , specifier
9719 specifier ::= opt-id : settings
9720 opt-id ::=
9721        ::= ID
9722 @end example
9723
9724 Ordinary subcommands (other than arrays and special forms) require a
9725 list of specifiers.  Each specifier has an optional name and a list of
9726 settings.  If the name is given then a correspondingly named variable
9727 will be used to store the user's choice of setting.  If no name is given
9728 then there is no way to tell which setting the user picked; in this case
9729 the settings should probably have values attached.
9730
9731 @example
9732 settings ::= setting
9733          ::= settings / setting
9734 setting ::= setting-options ID setting-value
9735 setting-options ::=
9736                 ::= *
9737                 ::= !
9738                 ::= * !
9739 @end example
9740
9741 Individual settings are separated by forward slashes (@samp{/}).  Each
9742 setting can be as little as an @code{ID} token, but options and values
9743 can optionally be included.  The @samp{*} option means that, for this
9744 setting, the @code{ID} can be omitted.  The @samp{!} option means that
9745 this option is the default for its specifier.
9746
9747 @example
9748 setting-value ::=
9749               ::= ( setting-value-2 )
9750               ::= setting-value-2
9751 setting-value-2 ::= setting-value-options setting-value-type : ID 
9752                     setting-value-restriction
9753 setting-value-options ::=
9754                       ::= *
9755 setting-value-type ::= N
9756                    ::= D
9757 setting-value-restriction ::= 
9758                           ::= , STRING
9759 @end example
9760
9761 Settings may have values.  If the value must be enclosed in parentheses,
9762 then enclose the value declaration in parentheses.  Declare the setting
9763 type as @samp{n} or @samp{d} for integer or floating point type,
9764 respectively.  The given @code{ID} is used to construct a variable name.
9765 If option @samp{*} is given, then the value is optional; otherwise it
9766 must be specified whenever the corresponding setting is specified.  A
9767 ``restriction'' can also be specified which is a string giving a C
9768 expression limiting the valid range of the value.  The special escape
9769 @code{%s} should be used within the restriction to refer to the
9770 setting's value variable.
9771
9772 @example
9773 sbc-special-form ::= VAR
9774                  ::= VARLIST varlist-options
9775                  ::= INTEGER opt-list
9776                  ::= DOUBLE opt-list
9777                  ::= PINT
9778                  ::= STRING @r{(the literal word STRING)} string-options
9779                  ::= CUSTOM
9780 varlist-options ::= 
9781                 ::= ( STRING )
9782 opt-list ::=
9783          ::= LIST
9784 string-options ::= 
9785                ::= ( STRING STRING )
9786 @end example
9787
9788 The special forms are of the following types:
9789
9790 @table @code
9791 @item VAR
9792
9793 A single variable name.
9794
9795 @item VARLIST
9796
9797 A list of variables.  If given, the string can be used to provide
9798 @code{PV_@var{*}} options to the call to @code{parse_variables}. 
9799
9800 @item INTEGER
9801
9802 A single integer value.
9803
9804 @item INTEGER LIST
9805
9806 A list of integers separated by spaces or commas.
9807
9808 @item DOUBLE
9809
9810 A single floating-point value.
9811
9812 @item DOUBLE LIST
9813
9814 A list of floating-point values.
9815
9816 @item PINT
9817
9818 A single positive integer value.
9819
9820 @item STRING
9821
9822 A string value.  If the options are given then the first string is an
9823 expression giving a restriction on the value of the string; the second
9824 string is an error message to display when the restriction is violated.
9825
9826 @item CUSTOM
9827
9828 A custom function is used to parse this subcommand.  The function must
9829 have prototype @code{int custom_@var{name} (void)}.  It should return 0
9830 on failure (when it has already issued an appropriate diagnostic), 1 on
9831 success, or 2 if it fails and the calling function should issue a syntax
9832 error on behalf of the custom handler.
9833
9834 @end table
9835
9836 @node Bugs, Function Index, q2c Input Format, Top
9837 @chapter Bugs
9838
9839 @menu
9840 * Known bugs::                  Pointers to other files.
9841 * Contacting the Author::       Where to send the bug reports.
9842 @end menu
9843
9844 @node Known bugs, Contacting the Author, Bugs, Bugs
9845 @section Known bugs
9846
9847 This is the list of known bugs in PSPP.  In addition, @xref{Not
9848 Implemented}, and @xref{Functions Not Implemented}, for lists of bugs
9849 due to features not implemented.  For known bugs in individual language
9850 features, see the documentation for that feature.
9851
9852 @itemize @bullet
9853 @item
9854 Nothing has yet been tested exhaustively. Be cautious using PSPP to
9855 make important decisions.
9856
9857 @item
9858 @code{make check} fails on some systems that don't like the syntax.  I'm
9859 not sure why.  If someone could make an attempt to track this down, it
9860 would be appreciated.
9861
9862 @item
9863 PostScript driver bugs:
9864
9865 @itemize @minus
9866 @item
9867 Does not support driver arguments `max-fonts-simult' or
9868 `optimize-text-size'.
9869
9870 @item
9871 Minor problems with font-encodings.
9872
9873 @item
9874 Fails to align fonts along their baselines.
9875
9876 @item
9877 Does not support certain bizarre line intersections--should
9878 never crop up in practice.
9879
9880 @item
9881 Does not gracefully substitute for existing fonts whose
9882 encodings are missing.
9883
9884 @item
9885 Does not perform italic correction or left italic correction
9886 on font changes.
9887
9888 @item
9889 Encapsulated PostScript is unimplemented.
9890 @end itemize
9891
9892 @item
9893 ASCII driver bugs:
9894
9895 @itemize @minus
9896 Does not support `infinite length' or `infinite width' paper.
9897 @end itemize
9898 @end itemize
9899
9900 See below for information on reporting bugs not listed here.
9901
9902 @node Contacting the Author,  , Known bugs, Bugs
9903 @section Contacting the Author
9904
9905 The author can be contacted at e-mail address
9906 @ifinfo
9907 <blp@@gnu.org>.
9908 @end ifinfo
9909 @iftex
9910 @code{<blp@@gnu.org>}.
9911 @end iftex
9912
9913 PSPP bug reports should be sent to 
9914 @ifinfo
9915 <bug-gnu-pspp@@gnu.org>.
9916 @end ifinfo
9917 @iftex
9918 @code{<bug-gnu-pspp@@gnu.org>}.
9919 @end iftex
9920
9921 @node Function Index, Concept Index, Bugs, Top
9922 @chapter Function Index
9923 @printindex fn
9924
9925 @node Concept Index, Command Index, Function Index, Top
9926 @chapter Concept Index
9927 @printindex cp
9928
9929 @node Command Index,  , Concept Index, Top
9930 @chapter Command Index
9931 @printindex vr
9932
9933 @contents
9934 @bye
9935
9936 @c Local Variables:
9937 @c compile-command: "makeinfo pspp.texi"
9938 @c End: