X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flanguage%2Fdictionary%2Fmrsets.at;h=c805b64455f8ff99d8f2697ad2a5f4659550efc8;hb=e8a2dd54c9c7cf590c59049ad9bcec7af7da4045;hp=04abfc7d4be373d24f0a0d7f19a57ba2c71ec952;hpb=b401615e6db40bf74394839b96600afe3a868a95;p=pspp diff --git a/tests/language/dictionary/mrsets.at b/tests/language/dictionary/mrsets.at index 04abfc7d4b..c805b64455 100644 --- a/tests/language/dictionary/mrsets.at +++ b/tests/language/dictionary/mrsets.at @@ -1,3 +1,19 @@ +dnl PSPP - a program for statistical analysis. +dnl Copyright (C) 2017 Free Software Foundation, Inc. +dnl +dnl This program is free software: you can redistribute it and/or modify +dnl it under the terms of the GNU General Public License as published by +dnl the Free Software Foundation, either version 3 of the License, or +dnl (at your option) any later version. +dnl +dnl This program is distributed in the hope that it will be useful, +dnl but WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +dnl GNU General Public License for more details. +dnl +dnl You should have received a copy of the GNU General Public License +dnl along with this program. If not, see . +dnl AT_BANNER([MRSETS]) m4_define([DEFINE_MRSETS_DATA], @@ -48,74 +64,65 @@ MRSETS VARIABLES=a b c d. ]]) -m4_define([DEFINE_MRSETS_OUTPUT], - [mrsets.sps:25: warning: MRSETS: Variables w and z specified as part of multiple dichotomy group $a have the same variable label. Categories represented by these variables will not be distinguishable in output. +m4_define([DEFINE_MRSETS_OUTPUT], [dnl +"mrsets.sps:23.16-23.22: warning: MRSETS: Variables w and z specified as part of multiple dichotomy group $a have the same variable label. Categories represented by these variables will not be distinguishable in output. + 23 | VARIABLES=w x y z + | ^~~~~~~" -mrsets.sps:29: warning: MRSETS: Variable z specified as part of multiple dichotomy group $b (which has CATEGORYLABELS=COUNTEDVALUES) has no value label for its counted value. This category will not be distinguishable in output. +"mrsets.sps:27.16-27.18: warning: MRSETS: Variable z specified as part of multiple dichotomy group $b (which has CATEGORYLABELS=COUNTEDVALUES) has no value label for its counted value. This category will not be distinguishable in output. + 27 | VARIABLES=z y + | ^~~" -mrsets.sps:29: warning: MRSETS: Variable y specified as part of multiple dichotomy group $b (which has CATEGORYLABELS=COUNTEDVALUES) has no value label for its counted value. This category will not be distinguishable in output. +"mrsets.sps:27.16-27.18: warning: MRSETS: Variable y specified as part of multiple dichotomy group $b (which has CATEGORYLABELS=COUNTEDVALUES) has no value label for its counted value. This category will not be distinguishable in output. + 27 | VARIABLES=z y + | ^~~" -mrsets.sps:34: warning: MRSETS: Variable x specified as part of multiple dichotomy group $c (which has CATEGORYLABELS=COUNTEDVALUES) has no value label for its counted value. This category will not be distinguishable in output. +"mrsets.sps:32.16-32.22: warning: MRSETS: Variable x specified as part of multiple dichotomy group $c (which has CATEGORYLABELS=COUNTEDVALUES) has no value label for its counted value. This category will not be distinguishable in output. + 32 | VARIABLES=w x y z + | ^~~~~~~" -mrsets.sps:34: warning: MRSETS: Variables y and z specified as part of multiple dichotomy group $c (which has CATEGORYLABELS=COUNTEDVALUES) have the same value label for the the group's counted value. These categories will not be distinguishable in output. +"mrsets.sps:32.16-32.22: warning: MRSETS: Variables y and z specified as part of multiple dichotomy group $c (which has CATEGORYLABELS=COUNTEDVALUES) have the same value label for the group's counted value. These categories will not be distinguishable in output. + 32 | VARIABLES=w x y z + | ^~~~~~~" -mrsets.sps:38: warning: MRSETS: MDGROUP subcommand for group $d specifies LABELSOURCE=VARLABEL but not CATEGORYLABELS=COUNTEDVALUES. Ignoring LABELSOURCE. +"mrsets.sps:35.6-35.25: warning: MRSETS: MDGROUP subcommand for group $d specifies LABELSOURCE=VARLABEL but not CATEGORYLABELS=COUNTEDVALUES. Ignoring LABELSOURCE. + 35 | LABELSOURCE=VARLABEL + | ^~~~~~~~~~~~~~~~~~~~" -"mrsets.sps:41: warning: MRSETS: Variables specified on MCGROUP should have the same categories, but w and y (and possibly others) in multiple category group $e have different value labels for value 1." +"mrsets.sps:40.16-40.22: warning: MRSETS: Variables specified on MCGROUP should have the same categories, but w and y (and possibly others) in multiple category group $e have different value labels for value 1. + 40 | VARIABLES=w x y z + | ^~~~~~~" -"mrsets.sps:42: warning: MRSETS: Variables specified on MCGROUP should have the same categories, but a and c (and possibly others) in multiple category group $f have different value labels for value b." +"mrsets.sps:42.16-42.22: warning: MRSETS: Variables specified on MCGROUP should have the same categories, but a and c (and possibly others) in multiple category group $f have different value labels for value b. + 42 | VARIABLES=a b c d. + | ^~~~~~~" ]) -m4_define([MRSETS_DISPLAY_OUTPUT], - [Table: Multiple Response Sets -Name,Variables,Details -$a,"w +m4_define([MRSETS_DISPLAY_OUTPUT], [dnl +Table: Multiple Response Sets +Name,Label,Encoding,Counted Value,Member Variables +$a,First multiple dichotomy group,Dichotomies,5,"w x y -z -","Multiple dichotomy set -Label: First multiple dichotomy group -Label source: Provided by user -Counted value: 5 -Category label source: Variable labels -" -$b,"z -y -","Multiple dichotomy set -Counted value: 123 -Category label source: Value labels of counted value -" -$c,"w +z" +$b,,Dichotomies,123,"z +y" +$c,duplicate variable label,Dichotomies,1,"w x y -z -","Multiple dichotomy set -Label: duplicate variable label -Label source: First variable label among variables -Counted value: 1 -Category label source: Value labels of counted value -" -$d,"a +z" +$d,,Dichotomies,c,"a b c -d -","Multiple dichotomy set -Counted value: `c' -Category label source: Variable labels -" -$e,"w +d" +$e,First multiple category group,Categories,,"w x y -z -","Multiple category set -Label: First multiple category group -" -$f,"a +z" +$f,,Categories,,"a b c -d -","Multiple category set -" +d" ]) AT_SETUP([MRSETS add, display, delete]) @@ -129,63 +136,64 @@ AT_DATA([mrsets.sps], /DELETE NAME=ALL /DISPLAY NAME=ALL. ]]) -AT_CHECK([pspp -O format=csv mrsets.sps], [0], +AT_CHECK([pspp -o - -O format=csv -o mrsets.csv -o mrsets.txt mrsets.sps], [0], [DEFINE_MRSETS_OUTPUT Table: Multiple Response Sets -Name,Variables,Details -$a,"w +Name,Label,Encoding,Counted Value,Member Variables +$a,First multiple dichotomy group,Dichotomies,5,"w x y -z -","Multiple dichotomy set -Label: First multiple dichotomy group -Label source: Provided by user -Counted value: 5 -Category label source: Variable labels -" - -MRSETS_DISPLAY_OUTPUT +z" + Table: Multiple Response Sets -Name,Variables,Details -$a,"w +Name,Label,Encoding,Counted Value,Member Variables +$a,First multiple dichotomy group,Dichotomies,5,"w +x +y +z" +$b,,Dichotomies,123,"z +y" +$c,duplicate variable label,Dichotomies,1,"w +x +y +z" +$d,,Dichotomies,c,"a +b +c +d" +$e,First multiple category group,Categories,,"w x y -z -","Multiple dichotomy set -Label: First multiple dichotomy group -Label source: Provided by user -Counted value: 5 -Category label source: Variable labels -" -$b,"z +z" +$f,,Categories,,"a +b +c +d" + +Table: Multiple Response Sets +Name,Label,Encoding,Counted Value,Member Variables +$a,First multiple dichotomy group,Dichotomies,5,"w +x y -","Multiple dichotomy set -Counted value: 123 -Category label source: Value labels of counted value -" -$d,"a +z" +$b,,Dichotomies,123,"z +y" +$d,,Dichotomies,c,"a b c -d -","Multiple dichotomy set -Counted value: `c' -Category label source: Variable labels -" -$e,"w +d" +$e,First multiple category group,Categories,,"w x y -z -","Multiple category set -Label: First multiple category group -" -$f,"a +z" +$f,,Categories,,"a b c -d -","Multiple category set -" +d" -mrsets.sps:50: note: MRSETS: The active dataset dictionary does not contain any multiple response sets. +"mrsets.sps:50.19-50.21: note: MRSETS: The active dataset dictionary does not contain any multiple response sets. + 50 | /DISPLAY NAME=ALL. + | ^~~" ]) AT_CLEANUP @@ -203,111 +211,219 @@ AT_CHECK([pspp -O format=csv mrsets2.sps], [0], [MRSETS_DISPLAY_OUTPUT], [], [hd mrsets.sav]) AT_CLEANUP -AT_SETUP([MRSETS names must begin with $]) -AT_DATA([mrsets.sps], - [DEFINE_MRSETS_DATA -MRSETS /MCGROUP NAME=x. -]) -AT_CHECK([pspp -O format=csv mrsets.sps], [1], - [mrsets.sps:6: error: MRSETS: x is not a valid name for a multiple response set. Multiple response set names must begin with `$'. -]) -AT_CLEANUP - -AT_SETUP([MRSETS must have at least 2 variables]) -AT_DATA([mrsets.sps], - [DEFINE_MRSETS_DATA -MRSETS /MCGROUP NAME=$x VARIABLES=a. -]) -AT_CHECK([pspp -O format=csv mrsets.sps], [1], - ["mrsets.sps:6: error: MRSETS: VARIABLES specified only variable a on MCGROUP, but at least two variables are required." -]) -AT_CLEANUP +AT_SETUP([MRSETS syntax errors]) +AT_DATA([mrsets.sps], [dnl +DATA LIST NOTABLE /w x y z 1-4 a b c d 5-8 (a). +BEGIN DATA. +1234acbd +5678efgh +END DATA. +VARIABLE LABEL + w 'duplicate variable label' + x 'Variable x' + z 'Duplicate variable label'. +VALUE LABELS + /w 1 'w value 1' + /y 1 'duplicate Value label' + /z 1 'duplicate value Label' + /a b c d 'a' 'burger' 'b' 'fries' 'c' 'shake' 'd' 'taco'. +ADD VALUE LABELS + /b 'b' 'Fries' + /c 'b' 'XXX'. -AT_SETUP([MRSETS does not allow noninteger VALUE]) -AT_DATA([mrsets.sps], - [DEFINE_MRSETS_DATA +MRSETS /MDGROUP NAME **. +MRSETS /MDGROUP NAME=**. +MRSETS /MDGROUP NAME=x. +MRSETS /MDGROUP VARIABLES **. +MRSETS /MDGROUP VARIABLES=**. +MRSETS /MDGROUP VARIABLES=a. +MRSETS /MDGROUP LABEL **. +MRSETS /MDGROUP LABEL=**. +MRSETS /MDGROUP LABELSOURCE=**. +MRSETS /MDGROUP VALUE **. MRSETS /MDGROUP VALUE=1.5. -]) -AT_CHECK([pspp -O format=csv mrsets.sps], [1], - [mrsets.sps:6: error: MRSETS: Numeric VALUE must be an integer. -]) -AT_CLEANUP +MRSETS /MDGROUP VALUE=**. +MRSETS /MDGROUP CATEGORYLABELS **. +MRSETS /MDGROUP CATEGORYLABELS=**. +MRSETS /MDGROUP **. +MRSETS /MCGROUP **. +MRSETS /MDGROUP. +MRSETS /MDGROUP NAME=[$x]. +MRSETS /MDGROUP NAME=[$x] VARIABLES=a b VALUE=1. +MRSETS /MDGROUP NAME=[$x] VARIABLES=x y VALUE='a'. +MRSETS /MDGROUP NAME=[$x] VARIABLES=a b VALUE='xyzzy'. +MRSETS /MDGROUP NAME=[$x] VARIABLES=a b VALUE='y' LABELSOURCE=VARLABEL. +MRSETS /MDGROUP NAME=[$x] VARIABLES=w z VALUE=1 CATEGORYLABELS=VARLABELS. +MRSETS /MDGROUP NAME=[$x] VARIABLES=a b VALUE='y' + LABELSOURCE=VARLABEL CATEGORYLABELS=COUNTEDVALUES + LABEL='foo'. +MRSETS /MDGROUP NAME=[$x] VARIABLES=y z VALUE=1 + LABELSOURCE=VARLABEL CATEGORYLABELS=COUNTEDVALUES. +MRSETS /MCGROUP NAME=[$x] VARIABLES=w x y z. -AT_SETUP([MRSETS requires NAME to define a group]) -AT_DATA([mrsets.sps], - [DEFINE_MRSETS_DATA -MRSETS /MCGROUP VARIABLES=a b c. -]) -AT_CHECK([pspp -O format=csv mrsets.sps], [1], - [mrsets.sps:6: error: MRSETS: Required NAME specification missing from MCGROUP subcommand. -]) -AT_CLEANUP +MRSETS /DELETE **. +MRSETS /DELETE NAME**. +MRSETS /DELETE NAME=[[**]]. +MRSETS /DELETE NAME=[[$x]]. +MRSETS /DELETE NAME=**. -AT_SETUP([MRSETS requires VARIABLES to define a group]) -AT_DATA([mrsets.sps], - [DEFINE_MRSETS_DATA -MRSETS /MCGROUP NAME=$Mcgroup. -]) -AT_CHECK([pspp -O format=csv mrsets.sps], [1], - [mrsets.sps:6: error: MRSETS: Required VARIABLES specification missing from MCGROUP subcommand. +MRSETS /DISPLAY NAME=ALL. ]) -AT_CLEANUP +AT_CHECK([pspp -O format=csv mrsets.sps], [1], [dnl +"mrsets.sps:19.22-19.23: error: MRSETS: Syntax error expecting `='. + 19 | MRSETS /MDGROUP NAME **. + | ^~" -AT_SETUP([MRSETS variables must be same type]) -AT_DATA([mrsets.sps], - [DEFINE_MRSETS_DATA -MRSETS /MCGROUP NAME=$mygroup VARIABLES=a b x y. -]) -AT_CHECK([pspp -O format=csv mrsets.sps], [1], - [mrsets.sps:6: error: MRSETS: a and x are not the same type. All variables in this variable list must be of the same type. x will be omitted from the list. +"mrsets.sps:20.22-20.23: error: MRSETS: Syntax error expecting identifier. + 20 | MRSETS /MDGROUP NAME=**. + | ^~" -mrsets.sps:6: error: MRSETS: a and y are not the same type. All variables in this variable list must be of the same type. y will be omitted from the list. -]) -AT_CLEANUP +"mrsets.sps:21.22: error: MRSETS: x is not a valid name for a multiple response set. Multiple response set names must begin with `$'. + 21 | MRSETS /MDGROUP NAME=x. + | ^" -AT_SETUP([MRSETS variables and VALUE must be same type]) -AT_DATA([mrsets.sps], - [DEFINE_MRSETS_DATA -MRSETS /MDGROUP NAME=$group1 VARIABLES=a b VALUE=1. -MRSETS /MDGROUP NAME=$group2 VARIABLES=x y VALUE='abc'. -]) -AT_CHECK([pspp -O format=csv mrsets.sps], [1], - ["mrsets.sps:6: error: MRSETS: MDGROUP subcommand for group $group1 specifies a string VALUE, but the variables specified for this group are numeric." +"mrsets.sps:22.27-22.28: error: MRSETS: Syntax error expecting `='. + 22 | MRSETS /MDGROUP VARIABLES **. + | ^~" -"mrsets.sps:7: error: MRSETS: MDGROUP subcommand for group $group2 specifies a string VALUE, but the variables specified for this group are numeric." -]) -AT_CLEANUP +"mrsets.sps:23.27-23.28: error: MRSETS: Syntax error expecting variable name. + 23 | MRSETS /MDGROUP VARIABLES=**. + | ^~" -AT_SETUP([MRSETS VALUE must not be too wide]) -AT_DATA([mrsets.sps], - [DEFINE_MRSETS_DATA -MRSETS /MDGROUP NAME=$group1 VARIABLES=a b VALUE='abc'. -]) -AT_CHECK([pspp -O format=csv mrsets.sps], [1], - ["mrsets.sps:6: error: MRSETS: VALUE string on MDGROUP subcommand for group $group1 is 3 bytes long, but it must be no longer than the narrowest variable in the group, which is a with a width of 1 bytes." -]) -AT_CLEANUP +"mrsets.sps:24.27: error: MRSETS: At least two variables are required. + 24 | MRSETS /MDGROUP VARIABLES=a. + | ^" -AT_SETUP([MRSETS LABEL and LABELSOURCE are exclusive]) -AT_DATA([mrsets.sps], - [DEFINE_MRSETS_DATA -MRSETS /MDGROUP NAME=$group1 VARIABLES=a b VALUE='a' - LABEL='label' LABELSOURCE=VARLABEL. -]) -AT_CHECK([pspp -O format=csv mrsets.sps], [0], - [mrsets.sps:7: warning: MRSETS: MDGROUP subcommand for group $group1 specifies LABELSOURCE=VARLABEL but not CATEGORYLABELS=COUNTEDVALUES. Ignoring LABELSOURCE. -]) -AT_CLEANUP +"mrsets.sps:25.23-25.24: error: MRSETS: Syntax error expecting `='. + 25 | MRSETS /MDGROUP LABEL **. + | ^~" -AT_SETUP([MRSETS DISPLAY or DELETE unknown group]) -AT_DATA([mrsets.sps], - [DEFINE_MRSETS_DATA -[MRSETS /DISPLAY NAME=[$x]. -MRSETS /DELETE NAME=[$y]. -]]) -AT_CHECK([pspp -O format=csv mrsets.sps], [1], - [mrsets.sps:6: error: MRSETS: No multiple response set named $x. +"mrsets.sps:26.23-26.24: error: MRSETS: Syntax error expecting string. + 26 | MRSETS /MDGROUP LABEL=**. + | ^~" + +"mrsets.sps:27.28-27.30: error: MRSETS: Syntax error expecting `=VARLABEL'. + 27 | MRSETS /MDGROUP LABELSOURCE=**. + | ^~~" + +"mrsets.sps:28.23-28.24: error: MRSETS: Syntax error expecting `='. + 28 | MRSETS /MDGROUP VALUE **. + | ^~" + +"mrsets.sps:29.23-29.25: error: MRSETS: Numeric VALUE must be an integer. + 29 | MRSETS /MDGROUP VALUE=1.5. + | ^~~" + +"mrsets.sps:30.23-30.24: error: MRSETS: Syntax error expecting integer or string. + 30 | MRSETS /MDGROUP VALUE=**. + | ^~" + +"mrsets.sps:31.32-31.33: error: MRSETS: Syntax error expecting `='. + 31 | MRSETS /MDGROUP CATEGORYLABELS **. + | ^~" + +"mrsets.sps:32.32-32.33: error: MRSETS: Syntax error expecting VARLABELS or COUNTEDVALUES. + 32 | MRSETS /MDGROUP CATEGORYLABELS=**. + | ^~" + +"mrsets.sps:33.17-33.18: error: MRSETS: Syntax error expecting NAME, VARIABLES, LABEL, LABELSOURCE, VALUE, or CATEGORYLABELS. + 33 | MRSETS /MDGROUP **. + | ^~" + +"mrsets.sps:34.17-34.18: error: MRSETS: Syntax error expecting NAME, VARIABLES, or LABEL. + 34 | MRSETS /MCGROUP **. + | ^~" + +"mrsets.sps:35.16: error: MRSETS: Required NAME specification missing from MDGROUP subcommand. + 35 | MRSETS /MDGROUP. + | ^" + +"mrsets.sps:36.24: error: MRSETS: Required VARIABLES specification missing from MDGROUP subcommand. + 36 | MRSETS /MDGROUP NAME=$x. + | ^" + +mrsets.sps:37: error: MRSETS: VARIABLES and VALUE must have the same type. + +"mrsets.sps:37.35-37.37: note: MRSETS: These are string variables. + 37 | MRSETS /MDGROUP NAME=$x VARIABLES=a b VALUE=1. + | ^~~" + +"mrsets.sps:37.45: note: MRSETS: This is a numeric value. + 37 | MRSETS /MDGROUP NAME=$x VARIABLES=a b VALUE=1. + | ^" + +mrsets.sps:38: error: MRSETS: VARIABLES and VALUE must have the same type. + +"mrsets.sps:38.35-38.37: note: MRSETS: These are numeric variables. + 38 | MRSETS /MDGROUP NAME=$x VARIABLES=x y VALUE='a'. + | ^~~" + +"mrsets.sps:38.45-38.47: note: MRSETS: This is a string value. + 38 | MRSETS /MDGROUP NAME=$x VARIABLES=x y VALUE='a'. + | ^~~" + +mrsets.sps:39: error: MRSETS: The VALUE string must be no longer than the narrowest variable in the group. + +"mrsets.sps:39.45-39.51: note: MRSETS: The VALUE string is 5 bytes long. + 39 | MRSETS /MDGROUP NAME=$x VARIABLES=a b VALUE='xyzzy'. + | ^~~~~~~" + +"mrsets.sps:39.35-39.37: note: MRSETS: Variable a has a width of 1 bytes. + 39 | MRSETS /MDGROUP NAME=$x VARIABLES=a b VALUE='xyzzy'. + | ^~~" + +"mrsets.sps:40.49-40.68: warning: MRSETS: MDGROUP subcommand for group $x specifies LABELSOURCE=VARLABEL but not CATEGORYLABELS=COUNTEDVALUES. Ignoring LABELSOURCE. + 40 | MRSETS /MDGROUP NAME=$x VARIABLES=a b VALUE='y' LABELSOURCE=VARLABEL. + | ^~~~~~~~~~~~~~~~~~~~" + +"mrsets.sps:41.35-41.37: warning: MRSETS: Variables w and z specified as part of multiple dichotomy group $x have the same variable label. Categories represented by these variables will not be distinguishable in output. + 41 | MRSETS /MDGROUP NAME=$x VARIABLES=w z VALUE=1 CATEGORYLABELS=VARLABELS. + | ^~~" + +"mrsets.sps:44: warning: MRSETS: MDGROUP subcommand for group $x specifies both LABEL and LABELSOURCE, but only one of these subcommands may be used at a time. Ignoring LABELSOURCE." + +"mrsets.sps:44.3-44.13: note: MRSETS: Here is the LABEL setting. + 44 | LABEL='foo'. + | ^~~~~~~~~~~" + +"mrsets.sps:43.3-43.22: note: MRSETS: Here is the LABELSOURCE setting. + 43 | LABELSOURCE=VARLABEL CATEGORYLABELS=COUNTEDVALUES + | ^~~~~~~~~~~~~~~~~~~~" + +"mrsets.sps:42.35-42.37: warning: MRSETS: Variable a specified as part of multiple dichotomy group $x (which has CATEGORYLABELS=COUNTEDVALUES) has no value label for its counted value. This category will not be distinguishable in output. + 42 | MRSETS /MDGROUP NAME=$x VARIABLES=a b VALUE='y' + | ^~~" + +"mrsets.sps:42.35-42.37: warning: MRSETS: Variable b specified as part of multiple dichotomy group $x (which has CATEGORYLABELS=COUNTEDVALUES) has no value label for its counted value. This category will not be distinguishable in output. + 42 | MRSETS /MDGROUP NAME=$x VARIABLES=a b VALUE='y' + | ^~~" + +"mrsets.sps:45.35-45.37: warning: MRSETS: Variables y and z specified as part of multiple dichotomy group $x (which has CATEGORYLABELS=COUNTEDVALUES) have the same value label for the group's counted value. These categories will not be distinguishable in output. + 45 | MRSETS /MDGROUP NAME=$x VARIABLES=y z VALUE=1 + | ^~~" + +"mrsets.sps:47.35-47.41: warning: MRSETS: Variables specified on MCGROUP should have the same categories, but w and y (and possibly others) in multiple category group $x have different value labels for value 1. + 47 | MRSETS /MCGROUP NAME=$x VARIABLES=w x y z. + | ^~~~~~~" + +"mrsets.sps:49.16-49.17: error: MRSETS: Syntax error expecting `NAME='. + 49 | MRSETS /DELETE **. + | ^~" + +"mrsets.sps:50.16-50.21: error: MRSETS: Syntax error expecting `NAME='. + 50 | MRSETS /DELETE NAME**. + | ^~~~~~" + +"mrsets.sps:51.22-51.23: error: MRSETS: Syntax error expecting identifier. + 51 | MRSETS /DELETE NAME=[[**]]. + | ^~" + +"mrsets.sps:53.21-53.22: error: MRSETS: Syntax error expecting `@<:@' or ALL. + 53 | MRSETS /DELETE NAME=**. + | ^~" -mrsets.sps:7: error: MRSETS: No multiple response set named $y. +"mrsets.sps:55.22-55.24: note: MRSETS: The active dataset dictionary does not contain any multiple response sets. + 55 | MRSETS /DISPLAY NAME=ALL. + | ^~~" ]) AT_CLEANUP