pspp-users
[Top][All Lists]
Advanced

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

CSV Generation Loading Entire SAV


From: Dave Trollope
Subject: CSV Generation Loading Entire SAV
Date: Tue, 16 Oct 2018 12:09:32 -0500
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

Hi,

We are using the following script to generate CSV's for a subset of variables in an SAV file and it looks like pspp is loading the entire SAV file in to memory. (Some of our SAV files are quite large - 4GB). I'm wondering if there is an option or a way we can reduce the memory usage when extracting a subset of variables?

GET FILE = "{}"

SAVE TRANSLATE
  /OUTFILE="{}"
  /TYPE=CSV
  /FIELDNAMES
  /REPLACE
  /KEEP={}
  /MISSING=RECODE
  /CELLS=LABELS.

Cheers
Dave



reply via email to

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