From ab662a7bd2b9118befbf4c65785d5762bb1d1899 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 18 Jul 2010 21:12:10 -0700 Subject: [PATCH] command: Add specific DATASET unimplemented commands. --- src/language/command.def | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/language/command.def b/src/language/command.def index ccbb462172..adfaa950e1 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") -- 2.30.2