X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fcommand.def;h=adfaa950e1bec95a07bc9f61c0a9b5361c9dcc6e;hb=bd39d7d8225e1d0f4e2e93ebe28f4aba820a23a8;hp=8861d9197b048742c23c20f74ec53224be6f6279;hpb=5933892c21c6166b5714be979116d3aa70219c57;p=pspp-builds.git diff --git a/src/language/command.def b/src/language/command.def index 8861d919..adfaa950 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") @@ -190,7 +195,6 @@ UNIMPL_CMD ("HILOGLINEAR", "Hierarchial loglinear models") UNIMPL_CMD ("HOMALS", "Homogeneity analysis") UNIMPL_CMD ("IGRAPH", "Interactive graphs") UNIMPL_CMD ("INFO", "Local Documentation") -UNIMPL_CMD ("INSERT", "Insert file") UNIMPL_CMD ("KEYED DATA LIST", "Read nonsequential data") UNIMPL_CMD ("KM", "Kaplan-Meier") UNIMPL_CMD ("LOGISTIC REGRESSION", "Regression Analysis") @@ -202,10 +206,10 @@ UNIMPL_CMD ("MATRIX DATA", "Matrix data input") UNIMPL_CMD ("MCONVERT", "Convert covariance/correlation matrices") UNIMPL_CMD ("MEANS", cmd_means) UNIMPL_CMD ("MIXED", "Mixed linear models") -UNIMPL_CMD ("MODEL CLOSE ", "Close server connection") +UNIMPL_CMD ("MODEL CLOSE", "Close server connection") UNIMPL_CMD ("MODEL HANDLE", "Define server connection") -UNIMPL_CMD ("MODEL LIST ", "Show existing models") -UNIMPL_CMD ("MODEL NAME ", "Specify model label") +UNIMPL_CMD ("MODEL LIST", "Show existing models") +UNIMPL_CMD ("MODEL NAME", "Specify model label") UNIMPL_CMD ("MULTIPLE CORRESPONDENCE", "Multiple correspondence analysis") UNIMPL_CMD ("MULT RESPONSE", "Multiple reponse analysis") UNIMPL_CMD ("MVA", "Missing value analysis")