pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/doc/transformation.texi


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/doc/transformation.texi
Date: Mon, 02 May 2005 02:21:23 -0400

Index: pspp/doc/transformation.texi
diff -u pspp/doc/transformation.texi:1.8 pspp/doc/transformation.texi:1.9
--- pspp/doc/transformation.texi:1.8    Sat Mar 19 21:05:10 2005
+++ pspp/doc/transformation.texi        Mon May  2 06:21:20 2005
@@ -386,7 +386,8 @@
 variables are selected for transposition.
 
 The variables specified by NEWNAMES, which must be a string variable, is
-used to give names to the variables created by @cmd{FLIP}.  If
+used to give names to the variables created by @cmd{FLIP}.  Only the
+first 8 characters of the variable are used.  If
 NEWNAMES is not
 specified then the default is a variable named CASE_LBL, if it exists.
 If it does not then the variables created by FLIP are named VAR000
@@ -400,11 +401,12 @@
 there are no remaining possibilities.  If the latter occurs then the
 FLIP operation aborts.
 
-The resultant dictionary contains a CASE_LBL variable, which stores the
-names of the variables in the dictionary before the transposition.  If
-the active file is subsequently transposed using @cmd{FLIP}, this
-variable can
-be used to recreate the original variable names.
+The resultant dictionary contains a CASE_LBL variable, a string
+variable of width 8, which stores the names of the variables in the
+dictionary before the transposition.  Variables names longer than 8
+characters are truncated.  If the active file is subsequently
+transposed using @cmd{FLIP}, this variable can be used to recreate the
+original variable names.
 
 FLIP honors @cmd{N OF CASES} (@pxref{N OF CASES}).  It ignores
 @cmd{TEMPORARY} (@pxref{TEMPORARY}), so that ``temporary''




reply via email to

[Prev in Thread] Current Thread [Next in Thread]