From 0669cae2d657314c1cb7e06f26f789c31d6a0d55 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 27 May 2013 21:41:36 -0700 Subject: [PATCH] manual: REGRESSION and DESCRIPTIVES make temp transformations permanent. Ideally, this should not be the behavior, but it is better than the crash we had before. Suggested by John Darrington. Bug #38787. Bug #38786. --- doc/regression.texi | 2 ++ doc/statistics.texi | 2 ++ 2 files changed, 4 insertions(+) diff --git a/doc/regression.texi b/doc/regression.texi index 127ec71645..218a52405d 100644 --- a/doc/regression.texi +++ b/doc/regression.texi @@ -86,6 +86,8 @@ already exists, choose the name of the variable for the predicted values similarly, but with @samp{PRED} as a prefix. +When @subcmd{SAVE} is used, @pspp{} ignores @cmd{TEMPORARY}, treating +temporary transformations as permanent. @node Examples @subsection Examples diff --git a/doc/statistics.texi b/doc/statistics.texi index a4f03ca6dd..0f1c886f1b 100644 --- a/doc/statistics.texi +++ b/doc/statistics.texi @@ -73,6 +73,8 @@ names ZSC000 through ZSC999, STDZ00 through STDZ09, ZZZZ00 through ZZZZ09, ZQZQ00 through ZQZQ09, in that sequence. In addition, Z score variable names can be specified explicitly on @subcmd{VARIABLES} in the variable list by enclosing them in parentheses after each variable. +When Z scores are calculated, @pspp{} ignores @cmd{TEMPORARY}, +treating temporary transformations as permanent. The @subcmd{STATISTICS} subcommand specifies the statistics to be displayed: -- 2.30.2