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

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

PSPP-BUG: Variable label "date" cannot be updated in syntax


From: David Prather
Subject: PSPP-BUG: Variable label "date" cannot be updated in syntax
Date: Thu, 28 Apr 2022 08:34:27 -0400

Can you let me know what I am doing wrong?

I have a data file with record, uuid, date, and several other variables.
When processing a syntax file to update the variable labels I get an error message on the date label. 

C:\Userpath\2204183_syntax.sps:6.1-6.4: error: DATE: DATE is not yet implemented.
    6 | date 'Completion time and date'
      | ^~~~

I am just trying to update the label for this variable. Not execute any kind of date() function. 

Here is the important part of the syntax file.
VARIABLE LABELS
record 'Record number'
uuid 'Participant identifier'
date 'Completion time and date'
markers 'Acquired markers'
status 'Participant status'.
EXECUTE.


Let me know.  

Thanks,
David Prather
Prather.David@Gmail.com

reply via email to

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