[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PSPP-BUG: [bug #46932] error: WEIGHT: Syntax error at `, ': expecting
From: |
anonymous |
Subject: |
PSPP-BUG: [bug #46932] error: WEIGHT: Syntax error at `, ': expecting |
Date: |
Mon, 18 Jan 2016 21:40:55 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/45.0.2454.101 Chrome/45.0.2454.101 Safari/537.36 |
URL:
<http://savannah.gnu.org/bugs/?46932>
Summary: error: WEIGHT: Syntax error at `,': expecting
Project: PSPP
Submitted by: None
Submitted on: Mon 18 Jan 2016 09:40:54 PM UTC
Category: Syntax Parser
Severity: 5 - Average
Status: None
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Release: None
Effort: 0.00
_______________________________________________________
Details:
PSPP Version: 0.8.5
OS: Ubuntu 14.04 LTS
PSPP gets confused when in syntax we write "weight" as one of the variable in
.sav file WITH weight as its native function.
My syntax;
GET FILE="/home/kailash/myfile.sav".
SAVE TRANSLATE
/OUTFILE='/home/kailash/output.csv'
/TYPE=CSV
/REPLACE
/KEEP= salary, height, weight.
If I run above command, I get error:
error: WEIGHT: Syntax error at `,': expecting
If I remove weight, it works fine.
I don't have much detail. I'm just running this simple command.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?46932>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- PSPP-BUG: [bug #46932] error: WEIGHT: Syntax error at `, ': expecting,
anonymous <=