pspp-dev
[Top][All Lists]
Advanced

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

[pre-lexer 14/21] command: Add specific DATASET unimplemented commands.


From: Ben Pfaff
Subject: [pre-lexer 14/21] command: Add specific DATASET unimplemented commands.
Date: Thu, 23 Sep 2010 21:20:50 -0700

---
 src/language/command.def |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/language/command.def b/src/language/command.def
index ccbb462..adfaa95 100644
--- a/src/language/command.def
+++ b/src/language/command.def
@@ -172,7 +172,12 @@ UNIMPL_CMD ("CSSELECT", "Select complex samples")
 UNIMPL_CMD ("CSTABULATE", "Tabulate complex samples")
 UNIMPL_CMD ("CTABLES", "Display complex samples")
 UNIMPL_CMD ("CURVEFIT", "Fit curve to line plot")
-UNIMPL_CMD ("DATASET", "Alternate data set")
+UNIMPL_CMD ("DATASET ACTIVATE", "Switch to alternate data set")
+UNIMPL_CMD ("DATASET CLOSE", "Delete alternate data set")
+UNIMPL_CMD ("DATASET COPY", "Duplicate alternate data set")
+UNIMPL_CMD ("DATASET DECLARE", "Start alternate data set")
+UNIMPL_CMD ("DATASET DISPLAY", "List alternate data sets")
+UNIMPL_CMD ("DATASET NAME", "Give the current data set a name")
 UNIMPL_CMD ("DATE", "Create time series data")
 UNIMPL_CMD ("DEFINE", "Syntax macros")
 UNIMPL_CMD ("DETECTANOMALY", "Find unusual cases")
-- 
1.7.1




reply via email to

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