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