X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fcommand.def;h=adfaa950e1bec95a07bc9f61c0a9b5361c9dcc6e;hb=ab662a7bd2b9118befbf4c65785d5762bb1d1899;hp=ccbb462172cf7c2aa45cedaed40198268d79fc98;hpb=ecef385b0191afa4c27927146ac1f6c5a1852119;p=pspp 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")