bug-gnu-pspp
[Top][All Lists]
Advanced

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

PSPP-BUG: [bug #38672] exporting LIST command behaves as if there was a


From: John Darrington
Subject: PSPP-BUG: [bug #38672] exporting LIST command behaves as if there was a very short page length
Date: Sat, 06 Apr 2013 07:10:47 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.16) Gecko/20120714 Iceweasel/3.5.16 (like Firefox/3.5.16)

Update of bug #38672 (project pspp):

                  Status:                    None => Confirmed              
                 Release:                    None => Before 0.6.0           

    _______________________________________________________

Follow-up Comment #1:

This problem can be demonstrated with the following code:

data list list /clientID (A8) ResPostCode * Suburb (A40).
begin data.
CT034562  3200 ANU
CT034562  3200 ANU
CT034562  3200 ANU
CT034562  3200 ANU
CT034562  3200 ANU
CT034562  3200 ANU
CT034562  3200 ANU
CT034562  3200 ANU
CT034562  3200 ANU
CT034562  3200 Australian National University
end data.
list.

It also happens from the command line when run like this:


echo $LINES ; pspp ll.sps

(LINES happened to be 80),
but behaves as expected when run like
LINES=1000 pspp ll.sps




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?38672>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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