RE: RE: Export variable/dictionary list

2016-08-25 Thread Stacy Hardin
; Stacy Hardin Subject: Re: RE: Export variable/dictionary list (Stacy Hardin) Stacy had the execute after the statement and I did it from the syntax editor and executed. Besides, in the output window I see the command and the empty file is created. Have fun 2016-08-25 13:47 GMT+02:00 John

Re: RE: Export variable/dictionary list (Stacy Hardin)

2016-08-25 Thread Harry Thijssen
Stacy had the execute after the statement and I did it from the syntax editor and executed. Besides, in the output window I see the command and the empty file is created. Have fun 2016-08-25 13:47 GMT+02:00 John Darrington : > On Thu, Aug 25, 2016 at 12:07:19PM +0200, Harry Thijssen wrote: >

Re: RE: Export variable/dictionary list (Stacy Hardin)

2016-08-25 Thread John Darrington
On Thu, Aug 25, 2016 at 12:07:19PM +0200, Harry Thijssen wrote: Hi Stacy I tested the export in my MSWindows build and it works when the export from the GUI is used. (File | Export) I get the whole output in a text file. EXPORT OUTFILE='O:\2016 Jobs\305616\tab

Re: RE: Export variable/dictionary list (Stacy Hardin)

2016-08-25 Thread Harry Thijssen
ation\305616layout.txt' TABLE /ALL. Gives output in the output window and an empty file. I would say that is a bug. Have fun Date: Wed, 24 Aug 2016 07:48:07 -0500 > From: "Stacy Hardin" > To: "'John Darrington'" > Cc: > Subject: RE: Expor

Re: Export variable/dictionary list

2016-08-25 Thread news
Maybe you need to use the Select All menu entry first ? -ftr On 25/08/2016 07:23, John Darrington wrote: The easiest way I know of to get a list of variable in the current dataset, is DISPLAY VARIABLES. If you want this information in a text file, then from the output view window choose Fi

Re: Export variable/dictionary list

2016-08-24 Thread John Darrington
The easiest way I know of to get a list of variable in the current dataset, is DISPLAY VARIABLES. If you want this information in a text file, then from the output view window choose File|Export... and use .txt as your filename suffix. J' On Wed, Aug 24, 2016 at 07:48:07AM -0500, Stacy Hardin

RE: Export variable/dictionary list

2016-08-24 Thread Stacy Hardin
LL. **EXECUTE. END DATA FILE SAVE *** -Original Message- From: John Darrington [mailto:j...@darrington.wattle.id.au] Sent: Tuesday, August 23, 2016 4:50 PM To: Stacy Hardin Cc: pspp-users@gnu.org Subject:

Re: Export variable/dictionary list

2016-08-23 Thread John Darrington
On Tue, Aug 23, 2016 at 04:14:53PM -0500, Stacy Hardin wrote: CONFIDENTIALITY NOTICE This message (including any attachments) contains information that may be confidential. Unless you are the intended recipient (or authorized to receive for the intended recipient), you may not

Re: Export variable/dictionary list

2016-08-23 Thread John Darrington
It is strange that the export feature doesn't work here. Does it work at all (in any other context)? However if you want to write directly to a text file, and have a .sps to hand, you can do it from the command line: pspp -o myfile.txt some-input-file.sps I hope this helps. -- Avoid eavesd