148899147a0f96517cd9c0cfd7cccd764809085a
[pspp] / tests / language / stats / ctables.at
1 AT_BANNER([CTABLES])
2
3 dnl Known bugs:
4 dnl TOTAL interaction with PCOMPUTE, e.g. the following
5 dnl CTABLES
6 dnl     /PCOMPUTE &all_drivers=EXPR([1 THRU 2] + [3 THRU 4])
7 dnl     /PPROPERTIES &all_drivers LABEL='All Drivers'
8 dnl     /PCOMPUTE &pct_not_drivers=EXPR([5] / ([1 THRU 2] + [3 THRU 4] + [5]) * 100)
9 dnl     /PPROPERTIES &pct_not_drivers LABEL='% Not Drivers' FORMAT=COUNT PCT40.1
10 dnl     /TABLE=qn1 BY qns3a
11 dnl     /CATEGORIES VARIABLES=qns3a TOTAL=YES
12 dnl     /CATEGORIES VARIABLES=qn1 [1 THRU 2, SUBTOTAL='Frequent Drivers',
13 dnl                                3 THRU 4, SUBTOTAL='Infrequent Drivers',
14 dnl                                &all_drivers, 5, &pct_not_drivers,
15 dnl                                MISSING, SUBTOTAL='Not Drivers or Missing'].
16 dnl yields gaps in the Total column:
17 dnl ╭─────────────────────────────────────────────────────────────────────────┬──────────────────╮
18 dnl │                                                                         │   S3a. GENDER:   │
19 dnl │                                                                         ├─────┬──────┬─────┤
20 dnl │                                                                         │ Male│Female│Total│
21 dnl │                                                                         ├─────┼──────┼─────┤
22 dnl │                                                                         │Count│ Count│Count│
23 dnl ├─────────────────────────────────────────────────────────────────────────┼─────┼──────┼─────┤
24 dnl │ 1. How often do you usually drive a car or other   Every day            │ 2305│  2362│ 4667│
25 dnl │motor vehicle?                                      Several days a week  │  440│   834│ 1274│
26 dnl │                                                    Frequent Drivers     │ 2745│  3196│     │
27 dnl │                                                    Once a week or less  │  125│   236│  361│
28 dnl │                                                    Only certain times a │   58│    72│  130│
29 dnl │                                                    year                 │     │      │     │
30 dnl │                                                    Infrequent Drivers   │  183│   308│     │
31 dnl │                                                    All Drivers          │ 2928│  3504│     │
32 dnl │                                                    Never                │  192│   348│  540│
33 dnl │                                                    % Not Drivers        │ 6.2%│  9.0%│     │
34 dnl │                                                    Don't know           │    3│     5│    8│
35 dnl │                                                    Refused              │    9│    10│   19│
36 dnl │                                                    Not Drivers or       │  204│   363│     │
37 dnl │                                                    Missing              │     │      │     │
38 dnl ╰─────────────────────────────────────────────────────────────────────────┴─────┴──────┴─────╯
39 dnl Features not yet implemented:
40 dnl - Multiple response sets
41 dnl - MRSETS subcommand.
42 dnl - CATEGORIES: Special case for explicit category specifications and multiple dichotomy sets.
43 dnl - SIGTEST
44 dnl - COMPARETEST
45 dnl - Summary functions:
46 dnl   * .LCL and .UCL suffixes.
47 dnl   * .SE suffixes.
48 dnl - CATEGORIES:
49 dnl   * Data-dependent sorting.
50
51 AT_SETUP([CTABLES parsing])
52 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
53 AT_DATA([ctables.sps],
54 [[GET 'nhtsa.sav'.
55 CTABLES
56     /FORMAT MINCOLWIDTH=10 MAXCOLWIDTH=20 UNITS=POINTS EMPTY=ZERO MISSING="x"
57     /FORMAT MINCOLWIDTH=DEFAULT MAXCOLWIDTH=DEFAULT UNITS=INCHES EMPTY=BLANK MISSING="."
58     /FORMAT UNITS=CM EMPTY="(-)"
59     /VLABELS VARIABLES=qn1 DISPLAY=DEFAULT
60     /VLABELS VARIABLES=qn17 DISPLAY=NAME
61     /VLABELS VARIABLES=qns3a DISPLAY=LABEL
62     /VLABELS VARIABLES=qnd1 DISPLAY=BOTH
63     /VLABELS VARIABLES=qn20 DISPLAY=NONE
64     /MRSETS COUNTDUPLICATES=NO
65     /MRSETS COUNTDUPLICATES=YES
66     /SMISSING VARIABLE
67     /SMISSING LISTWISE
68     /WEIGHT VARIABLE=qns3a
69     /HIDESMALLCOUNTS
70     /HIDESMALLCOUNTS COUNT=10
71     /TABLE qnsa1
72     /SLABELS POSITION=COLUMN VISIBLE=YES
73     /SLABELS VISIBLE=NO POSITION=ROW
74     /SLABELS POSITION=LAYER
75     /CLABELS AUTO
76     /CLABELS ROWLABELS=OPPOSITE
77     /CRITERIA CILEVEL=50
78     /CATEGORIES VARIABLES=qn1 qn17
79                 ORDER=A KEY=VALUE MISSING=INCLUDE TOTAL=YES LABEL="xyzzy"
80                 POSITION=BEFORE EMPTY=INCLUDE.
81 CTABLES /TABLE qnsa1 /CLABELS ROWLABELS=LAYER.
82 CTABLES /TABLE qnsa1 /CLABELS COLLABELS=OPPOSITE.
83 CTABLES /TABLE qnsa1 /CLABELS COLLABELS=LAYER.
84 ]])
85 AT_CHECK([pspp ctables.sps -O box=unicode -O width=80], [0], [dnl
86          Custom Tables
87 Count
88 ╭───────────────────┬────┬────╮
89 │                   │ RDD│CELL│
90 ├───────────────────┼────┼────┤
91 │Sa1. SAMPLE SOURCE:│5392│1607│
92 ╰───────────────────┴────┴────╯
93
94        Custom Tables
95 RDD
96 ╭───────────────────┬─────╮
97 │                   │Count│
98 ├───────────────────┼─────┤
99 │Sa1. SAMPLE SOURCE:│ 5392│
100 ╰───────────────────┴─────╯
101
102           Custom Tables
103 ╭────────────────────────┬─────╮
104 │                        │Count│
105 ├────────────────────────┼─────┤
106 │Sa1. SAMPLE SOURCE: RDD │ 5392│
107 │                    CELL│ 1607│
108 ╰────────────────────────┴─────╯
109
110           Custom Tables
111 ╭────────────────────────┬─────╮
112 │                        │Count│
113 ├────────────────────────┼─────┤
114 │Sa1. SAMPLE SOURCE: RDD │ 5392│
115 │                    CELL│ 1607│
116 ╰────────────────────────┴─────╯
117 ])
118 AT_CLEANUP
119
120 AT_SETUP([CTABLES parsing - negative])
121 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
122 AT_DATA([ctables.sps],
123 [[GET 'nhtsa.sav'.
124 CTABLES.
125 CTABLES /FORMAT MINCOLWIDTH='foo'.
126 CTABLES /TABLE qn1 [**].
127 CTABLES /TABLE qn1 [NOTAFUNCTION].
128 CTABLES /TABLE (qn1.
129 CTABLES /TABLE **.
130 CTABLES /TABLE NOTAVAR.
131 STRING string(A8).
132 CTABLES /TABLE string[S].
133 CTABLES /TABLE qn1 [PTILE 101].
134 CTABLES /TABLE qn1 [MEAN F0.1].
135 CTABLES /TABLE qn1 [MEAN NEGPAREN1.2].
136 CTABLES /TABLE qn1 [MEAN NEGPAREN3.4].
137 CTABLES /TABLE qn1 [MEAN TOTALS].
138 CTABLES /TABLE qn1 [MEAN TOTALS[STDDEV]%].
139 CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 [SUBTOTAL=x].
140 CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 [LO **].
141 CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 [LO THRU x].
142 CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 [1 THRU **].
143 CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 ['x' THRU **].
144 CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 [&**].
145 CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 [&x].
146 CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 KEY=PTILE(qn1, 101).
147 CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 KEY=MEAN(qn1.
148 CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 KEY=MEAN.
149 CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 MISSING=**.
150 CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 TOTAL=**.
151 CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 LABEL=**.
152 CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 POSITION=**.
153 CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 EMPTY=**.
154 CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 **.
155 CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 [1,2,3] **.
156 CTABLES /PCOMPUTE &k=EXPR(SUBTOTAL[0]).
157 CTABLES /PCOMPUTE &k=EXPR(SUBTOTAL[1**]).
158 CTABLES /PCOMPUTE &k=EXPR([LO **]).
159 CTABLES /PCOMPUTE &k=EXPR([LO THRU **]).
160 CTABLES /PCOMPUTE &k=EXPR([1 THRU **]).
161 CTABLES /PCOMPUTE &k=EXPR([1**]).
162 CTABLES /PCOMPUTE &k=EXPR((1x)).
163 CTABLES /PCOMPUTE **k.
164 CTABLES /PCOMPUTE &1.
165 CTABLES /PCOMPUTE &k**.
166 CTABLES /PCOMPUTE &k=**.
167 CTABLES /PCOMPUTE &k=EXPR**.
168 CTABLES /PCOMPUTE &k=EXPR(1x).
169 CTABLES /PCOMPUTE &k=EXPR(1) /PCOMPUTE &k=EXPR(2).
170 CTABLES /PCOMPUTE &k=EXPR(1) /PPROPERTIES &k FORMAT=NOTAFUNCTION.
171 CTABLES /PCOMPUTE &k=EXPR(1) /PPROPERTIES &k FORMAT=PTILE **.
172 CTABLES /PCOMPUTE &k=EXPR(1) /PPROPERTIES &k LABEL=**.
173 CTABLES /PCOMPUTE &k=EXPR(1) /PPROPERTIES &k HIDESOURCECATS=**.
174 CTABLES /PCOMPUTE &k=EXPR(1) /PPROPERTIES &k **.
175 CTABLES /FORMAT EMPTY=**.
176 CTABLES /FORMAT MISSING=**.
177 CTABLES /FORMAT **.
178 CTABLES /FORMAT MINCOLWIDTH=20 MAXCOLWIDTH=10/.
179 CTABLES /VLABELS **.
180 CTABLES /VLABELS VARIABLES=NOTAVAR.
181 CTABLES /VLABELS VARIABLES=qn1 **.
182 CTABLES /VLABELS VARIABLES=qn1 DISPLAY=**.
183 CTABLES /MRSETS **.
184 CTABLES /MRSETS COUNTDUPLICATES=**.
185 CTABLES /SMISSING **.
186 CTABLES /WEIGHT **.
187 CTABLES /WEIGHT VARIABLE=NOTAVAR.
188 CTABLES /HIDESMALLCOUNTS COUNT=1.
189 CTABLES /QUUX.
190 CTABLES /HIDESMALLCOUNTS COUNT=2.
191 CTABLES /TABLE qn1**.
192 CTABLES /TABLE qn1 /SLABELS POSITION=**.
193 CTABLES /TABLE qn1 /SLABELS VISIBLE=**.
194 CTABLES /TABLE qn1 /SLABELS **.
195 CTABLES /TABLE qn1 /CLABELS ROWLABELS=**.
196 CTABLES /TABLE qn1 /CLABELS COLLABELS=**.
197 CTABLES /TABLE qn1 /CLABELS **.
198 CTABLES /TABLE qn1 /CRITERIA **.
199 CTABLES /TABLE qn1 /CRITERIA CILEVEL=101.
200 CTABLES /TABLE qn1 /TITLES **.
201 CTABLES /TABLE qn1 /SIGTEST TYPE=**.
202 CTABLES /TABLE qn1 /SIGTEST ALPHA=**.
203 CTABLES /TABLE qn1 /SIGTEST INCLUDEMRSETS=**.
204 CTABLES /TABLE qn1 /SIGTEST CATEGORIES=**.
205 CTABLES /TABLE qn1 /SIGTEST **.
206 CTABLES /TABLE qn1 /COMPARETEST TYPE=**.
207 CTABLES /TABLE qn1 /COMPARETEST ALPHA=**.
208 CTABLES /TABLE qn1 /COMPARETEST ALPHA=0,5.
209 CTABLES /TABLE qn1 /COMPARETEST ADJUST=**.
210 CTABLES /TABLE qn1 /COMPARETEST INCLUDEMRSETS=**.
211 CTABLES /TABLE qn1 /COMPARETEST MEANSVARIANCE=**.
212 CTABLES /TABLE qn1 /COMPARETEST CATEGORIES=**.
213 CTABLES /TABLE qn1 /COMPARETEST MERGE=**.
214 CTABLES /TABLE qn1 /COMPARETEST STYLE=**.
215 CTABLES /TABLE qn1 /COMPARETEST SHOWSIG=**.
216 CTABLES /TABLE qn1 /COMPARETEST **.
217 CTABLES /TABLE qn1 /FORMAT.
218 CTABLES /TABLE qn1 /CLABELS ROWLABELS=OPPOSITE /CLABELS COLLABELS=OPPOSITE.
219 CTABLES /TABLE qn20 > qnd1.
220 CTABLES /TABLE qn1 [ROWPCT] > qnsa1.
221 NUMERIC datetime (DATETIME17.0).
222 CTABLES /TABLE qn1 /CATEGORIES VARIABLES=datetime ['123'].
223 ]])
224 AT_CHECK([pspp ctables.sps -O box=unicode -O width=80], [1],
225 [[ctables.sps:2.8: error: CTABLES: Syntax error expecting `/'.
226     2 | CTABLES.
227       |        ^
228
229 ctables.sps:3.29-3.33: error: CTABLES: Syntax error expecting non-negative
230 number for MINCOLWIDTH.
231     3 | CTABLES /FORMAT MINCOLWIDTH='foo'.
232       |                             ^~~~~
233
234 ctables.sps:4.21-4.22: error: CTABLES: Syntax error expecting identifier.
235     4 | CTABLES /TABLE qn1 [**].
236       |                     ^~
237
238 ctables.sps:5.21-5.32: error: CTABLES: Syntax error expecting summary function
239 name.
240     5 | CTABLES /TABLE qn1 [NOTAFUNCTION].
241       |                     ^~~~~~~~~~~~
242
243 ctables.sps:6.20: error: CTABLES: Syntax error expecting `@:}@'.
244     6 | CTABLES /TABLE @{:@qn1.
245       |                    ^
246
247 ctables.sps:7.16-7.17: error: CTABLES: Syntax error expecting identifier.
248     7 | CTABLES /TABLE **.
249       |                ^~
250
251 ctables.sps:8.16-8.22: error: CTABLES: NOTAVAR is not a variable name.
252     8 | CTABLES /TABLE NOTAVAR.
253       |                ^~~~~~~
254
255 ctables.sps:10.16-10.24: error: CTABLES: Cannot use string variable string as a
256 scale variable.
257    10 | CTABLES /TABLE string[S].
258       |                ^~~~~~~~~
259
260 ctables.sps:11.27-11.29: error: CTABLES: Syntax error expecting number between 0
261 and 100 for PTILE.
262    11 | CTABLES /TABLE qn1 [PTILE 101].
263       |                           ^~~
264
265 ctables.sps:12.26-12.29: error: CTABLES: Output format F0.1 specifies width 0,
266 but F requires a width between 1 and 40.
267    12 | CTABLES /TABLE qn1 [MEAN F0.1].
268       |                          ^~~~
269
270 ctables.sps:13.26-13.36: error: CTABLES: Output format NEGPAREN requires width 2
271 or greater.
272    13 | CTABLES /TABLE qn1 [MEAN NEGPAREN1.2].
273       |                          ^~~~~~~~~~~
274
275 ctables.sps:14.26-14.36: error: CTABLES: Output format NEGPAREN requires width
276 greater than decimals.
277    14 | CTABLES /TABLE qn1 [MEAN NEGPAREN3.4].
278       |                          ^~~~~~~~~~~
279
280 ctables.sps:15.21-15.24: error: CTABLES: Summary function MEAN applies only to
281 scale variables.
282    15 | CTABLES /TABLE qn1 [MEAN TOTALS].
283       |                     ^~~~
284
285 ctables.sps:15.16-15.18: note: CTABLES: 'QN1' is not a scale variable.
286    15 | CTABLES /TABLE qn1 [MEAN TOTALS].
287       |                ^~~
288
289 ctables.sps:15.32: error: CTABLES: Syntax error expecting `@<:@'.
290    15 | CTABLES /TABLE qn1 [MEAN TOTALS].
291       |                                ^
292
293 ctables.sps:16.21-16.24: error: CTABLES: Summary function MEAN applies only to
294 scale variables.
295    16 | CTABLES /TABLE qn1 [MEAN TOTALS[STDDEV]%].
296       |                     ^~~~
297
298 ctables.sps:16.16-16.18: note: CTABLES: 'QN1' is not a scale variable.
299    16 | CTABLES /TABLE qn1 [MEAN TOTALS[STDDEV]%].
300       |                ^~~
301
302 ctables.sps:16.40: error: CTABLES: Syntax error expecting `@:>@'.
303    16 | CTABLES /TABLE qn1 [MEAN TOTALS[STDDEV]%].
304       |                                        ^
305
306 ctables.sps:17.56: error: CTABLES: Syntax error expecting string.
307    17 | CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 [SUBTOTAL=x].
308       |                                                        ^
309
310 ctables.sps:18.50-18.51: error: CTABLES: Syntax error expecting THRU.
311    18 | CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 [LO **].
312       |                                                  ^~
313
314 ctables.sps:19.55: error: CTABLES: Syntax error expecting number.
315    19 | CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 [LO THRU x].
316       |                                                       ^
317
318 ctables.sps:20.54-20.55: error: CTABLES: Syntax error expecting number.
319    20 | CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 [1 THRU **].
320       |                                                      ^~
321
322 ctables.sps:21.56-21.57: error: CTABLES: Syntax error expecting string.
323    21 | CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 ['x' THRU **].
324       |                                                        ^~
325
326 ctables.sps:22.48-22.49: error: CTABLES: Syntax error expecting identifier.
327    22 | CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 [&**].
328       |                                                ^~
329
330 ctables.sps:23.47-23.48: error: CTABLES: Unknown postcompute &x.
331    23 | CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 [&x].
332       |                                               ^~
333
334 ctables.sps:24.61-24.63: error: CTABLES: Syntax error expecting number between 0
335 and 100 for PTILE.
336    24 | CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 KEY=PTILE(qn1, 101).
337       |                                                             ^~~
338
339 ctables.sps:25.58: error: CTABLES: Syntax error expecting `@:}@'.
340    25 | CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 KEY=MEAN(qn1.
341       |                                                          ^
342
343 ctables.sps:26.54: error: CTABLES: Syntax error expecting `@{:@'.
344    26 | CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 KEY=MEAN.
345       |                                                      ^
346
347 ctables.sps:27.54-27.55: error: CTABLES: Syntax error expecting INCLUDE or
348 EXCLUDE.
349    27 | CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 MISSING=**.
350       |                                                      ^~
351
352 ctables.sps:28.52-28.53: error: CTABLES: Syntax error expecting YES or NO.
353    28 | CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 TOTAL=**.
354       |                                                    ^~
355
356 ctables.sps:29.52-29.53: error: CTABLES: Syntax error expecting string.
357    29 | CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 LABEL=**.
358       |                                                    ^~
359
360 ctables.sps:30.55-30.56: error: CTABLES: Syntax error expecting BEFORE or AFTER.
361    30 | CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 POSITION=**.
362       |                                                       ^~
363
364 ctables.sps:31.52-31.53: error: CTABLES: Syntax error expecting INCLUDE or
365 EXCLUDE.
366    31 | CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 EMPTY=**.
367       |                                                    ^~
368
369 ctables.sps:32.46-32.47: error: CTABLES: Syntax error expecting ORDER, KEY,
370 MISSING, TOTAL, LABEL, POSITION, or EMPTY.
371    32 | CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 **.
372       |                                              ^~
373
374 ctables.sps:33.54-33.55: error: CTABLES: Syntax error expecting TOTAL, LABEL,
375 POSITION, or EMPTY.
376    33 | CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 [1,2,3] **.
377       |                                                      ^~
378
379 ctables.sps:34.36: error: CTABLES: Syntax error expecting positive integer for
380 SUBTOTAL.
381    34 | CTABLES /PCOMPUTE &k=EXPR(SUBTOTAL[0]).
382       |                                    ^
383
384 ctables.sps:35.37-35.38: error: CTABLES: Syntax error expecting `@:>@'.
385    35 | CTABLES /PCOMPUTE &k=EXPR(SUBTOTAL[1**]).
386       |                                     ^~
387
388 ctables.sps:36.31-36.32: error: CTABLES: Syntax error expecting THRU.
389    36 | CTABLES /PCOMPUTE &k=EXPR([LO **]).
390       |                               ^~
391
392 ctables.sps:37.36-37.37: error: CTABLES: Syntax error expecting number.
393    37 | CTABLES /PCOMPUTE &k=EXPR([LO THRU **]).
394       |                                    ^~
395
396 ctables.sps:38.35-38.36: error: CTABLES: Syntax error expecting number.
397    38 | CTABLES /PCOMPUTE &k=EXPR([1 THRU **]).
398       |                                   ^~
399
400 ctables.sps:39.29-39.30: error: CTABLES: Syntax error expecting `@:>@'.
401    39 | CTABLES /PCOMPUTE &k=EXPR([1**]).
402       |                             ^~
403
404 ctables.sps:40.29: error: CTABLES: Syntax error expecting `@:}@'.
405    40 | CTABLES /PCOMPUTE &k=EXPR((1x)).
406       |                             ^
407
408 ctables.sps:41.19-41.20: error: CTABLES: Syntax error expecting &.
409    41 | CTABLES /PCOMPUTE **k.
410       |                   ^~
411
412 ctables.sps:42.20: error: CTABLES: Syntax error expecting identifier.
413    42 | CTABLES /PCOMPUTE &1.
414       |                    ^
415
416 ctables.sps:43.21-43.22: error: CTABLES: Syntax error expecting `=EXPR@{:@'.
417    43 | CTABLES /PCOMPUTE &k**.
418       |                     ^~
419
420 ctables.sps:44.21-44.23: error: CTABLES: Syntax error expecting `=EXPR@{:@'.
421    44 | CTABLES /PCOMPUTE &k=**.
422       |                     ^~~
423
424 ctables.sps:45.21-45.27: error: CTABLES: Syntax error expecting `=EXPR@{:@'.
425    45 | CTABLES /PCOMPUTE &k=EXPR**.
426       |                     ^~~~~~~
427
428 ctables.sps:46.28: error: CTABLES: Syntax error expecting `@:}@'.
429    46 | CTABLES /PCOMPUTE &k=EXPR(1x).
430       |                            ^
431
432 ctables.sps:47.31-47.49: warning: CTABLES: New definition of &k will override
433 the previous definition.
434    47 | CTABLES /PCOMPUTE &k=EXPR(1) /PCOMPUTE &k=EXPR(2).
435       |                               ^~~~~~~~~~~~~~~~~~~
436
437 ctables.sps:47.10-47.28: note: CTABLES: This is the previous definition.
438    47 | CTABLES /PCOMPUTE &k=EXPR(1) /PCOMPUTE &k=EXPR(2).
439       |          ^~~~~~~~~~~~~~~~~~~
440
441 ctables.sps:47.50: error: CTABLES: Syntax error expecting `/'.
442    47 | CTABLES /PCOMPUTE &k=EXPR(1) /PCOMPUTE &k=EXPR(2).
443       |                                                  ^
444
445 ctables.sps:48.53-48.64: error: CTABLES: Syntax error expecting summary function
446 name.
447    48 | CTABLES /PCOMPUTE &k=EXPR(1) /PPROPERTIES &k FORMAT=NOTAFUNCTION.
448       |                                                     ^~~~~~~~~~~~
449
450 ctables.sps:49.59-49.60: error: CTABLES: Syntax error expecting number between 0
451 and 100 for PTILE.
452    49 | CTABLES /PCOMPUTE &k=EXPR(1) /PPROPERTIES &k FORMAT=PTILE **.
453       |                                                           ^~
454
455 ctables.sps:50.52-50.53: error: CTABLES: Syntax error expecting string.
456    50 | CTABLES /PCOMPUTE &k=EXPR(1) /PPROPERTIES &k LABEL=**.
457       |                                                    ^~
458
459 ctables.sps:51.61-51.62: error: CTABLES: Syntax error expecting YES or NO.
460    51 | CTABLES /PCOMPUTE &k=EXPR(1) /PPROPERTIES &k HIDESOURCECATS=**.
461       |                                                             ^~
462
463 ctables.sps:52.46-52.47: error: CTABLES: Syntax error expecting LABEL, FORMAT,
464 or HIDESOURCECATS.
465    52 | CTABLES /PCOMPUTE &k=EXPR(1) /PPROPERTIES &k **.
466       |                                              ^~
467
468 ctables.sps:53.23-53.24: error: CTABLES: Syntax error expecting string.
469    53 | CTABLES /FORMAT EMPTY=**.
470       |                       ^~
471
472 ctables.sps:54.25-54.26: error: CTABLES: Syntax error expecting string.
473    54 | CTABLES /FORMAT MISSING=**.
474       |                         ^~
475
476 ctables.sps:55.17-55.18: error: CTABLES: Syntax error expecting MINCOLWIDTH,
477 MAXCOLWIDTH, UNITS, EMPTY, or MISSING.
478    55 | CTABLES /FORMAT **.
479       |                 ^~
480
481 ctables.sps:56.17-56.45: error: CTABLES: MINCOLWIDTH must not be greater than
482 MAXCOLWIDTH.
483    56 | CTABLES /FORMAT MINCOLWIDTH=20 MAXCOLWIDTH=10/.
484       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
485
486 ctables.sps:57.18-57.19: error: CTABLES: Syntax error expecting VARIABLES.
487    57 | CTABLES /VLABELS **.
488       |                  ^~
489
490 ctables.sps:58.28-58.34: error: CTABLES: NOTAVAR is not a variable name.
491    58 | CTABLES /VLABELS VARIABLES=NOTAVAR.
492       |                            ^~~~~~~
493
494 ctables.sps:59.32-59.33: error: CTABLES: Syntax error expecting DISPLAY.
495    59 | CTABLES /VLABELS VARIABLES=qn1 **.
496       |                                ^~
497
498 ctables.sps:60.40-60.41: error: CTABLES: Syntax error expecting DEFAULT, NAME,
499 LABEL, BOTH, or NONE.
500    60 | CTABLES /VLABELS VARIABLES=qn1 DISPLAY=**.
501       |                                        ^~
502
503 ctables.sps:61.17-61.18: error: CTABLES: Syntax error expecting COUNTDUPLICATES.
504    61 | CTABLES /MRSETS **.
505       |                 ^~
506
507 ctables.sps:62.33-62.34: error: CTABLES: Syntax error expecting YES or NO.
508    62 | CTABLES /MRSETS COUNTDUPLICATES=**.
509       |                                 ^~
510
511 ctables.sps:63.19-63.20: error: CTABLES: Syntax error expecting VARIABLE or
512 LISTWISE.
513    63 | CTABLES /SMISSING **.
514       |                   ^~
515
516 ctables.sps:64.17-64.18: error: CTABLES: Syntax error expecting VARIABLE.
517    64 | CTABLES /WEIGHT **.
518       |                 ^~
519
520 ctables.sps:65.26-65.32: error: CTABLES: NOTAVAR is not a variable name.
521    65 | CTABLES /WEIGHT VARIABLE=NOTAVAR.
522       |                          ^~~~~~~
523
524 ctables.sps:66.32: error: CTABLES: Syntax error expecting integer 2 or greater
525 for HIDESMALLCOUNTS COUNT.
526    66 | CTABLES /HIDESMALLCOUNTS COUNT=1.
527       |                                ^
528
529 ctables.sps:67.10-67.13: error: CTABLES: Syntax error expecting one of the
530 following: FORMAT, VLABELS, MRSETS, SMISSING, PCOMPUTE, PPROPERTIES, WEIGHT,
531 HIDESMALLCOUNTS, TABLE.
532    67 | CTABLES /QUUX.
533       |          ^~~~
534
535 ctables.sps:68.33: error: CTABLES: Syntax error expecting `/'.
536    68 | CTABLES /HIDESMALLCOUNTS COUNT=2.
537       |                                 ^
538
539 ctables.sps:69.19-69.20: error: CTABLES: Syntax error expecting `/'.
540    69 | CTABLES /TABLE qn1**.
541       |                   ^~
542
543 ctables.sps:70.38-70.39: error: CTABLES: Syntax error expecting COLUMN, ROW, or
544 LAYER.
545    70 | CTABLES /TABLE qn1 /SLABELS POSITION=**.
546       |                                      ^~
547
548 ctables.sps:71.37-71.38: error: CTABLES: Syntax error expecting YES or NO.
549    71 | CTABLES /TABLE qn1 /SLABELS VISIBLE=**.
550       |                                     ^~
551
552 ctables.sps:72.29-72.30: error: CTABLES: Syntax error expecting POSITION or
553 VISIBLE.
554    72 | CTABLES /TABLE qn1 /SLABELS **.
555       |                             ^~
556
557 ctables.sps:73.39-73.40: error: CTABLES: Syntax error expecting OPPOSITE or
558 LAYER.
559    73 | CTABLES /TABLE qn1 /CLABELS ROWLABELS=**.
560       |                                       ^~
561
562 ctables.sps:74.39-74.40: error: CTABLES: Syntax error expecting OPPOSITE or
563 LAYER.
564    74 | CTABLES /TABLE qn1 /CLABELS COLLABELS=**.
565       |                                       ^~
566
567 ctables.sps:75.29-75.30: error: CTABLES: Syntax error expecting AUTO, ROWLABELS,
568 or COLLABELS.
569    75 | CTABLES /TABLE qn1 /CLABELS **.
570       |                             ^~
571
572 ctables.sps:76.30-76.31: error: CTABLES: Syntax error expecting CILEVEL.
573    76 | CTABLES /TABLE qn1 /CRITERIA **.
574       |                              ^~
575
576 ctables.sps:77.38-77.40: error: CTABLES: Syntax error expecting number in
577 @<:@0,100@:}@ for CILEVEL.
578    77 | CTABLES /TABLE qn1 /CRITERIA CILEVEL=101.
579       |                                      ^~~
580
581 ctables.sps:78.28-78.29: error: CTABLES: Syntax error expecting CAPTION, CORNER,
582 or TITLE.
583    78 | CTABLES /TABLE qn1 /TITLES **.
584       |                            ^~
585
586 ctables.sps:79.34-79.35: error: CTABLES: Syntax error expecting CHISQUARE.
587    79 | CTABLES /TABLE qn1 /SIGTEST TYPE=**.
588       |                                  ^~
589
590 ctables.sps:80.35-80.36: error: CTABLES: Syntax error expecting number in @<:@0,1@:}@
591 for ALPHA.
592    80 | CTABLES /TABLE qn1 /SIGTEST ALPHA=**.
593       |                                   ^~
594
595 ctables.sps:81.43-81.44: error: CTABLES: Syntax error expecting YES or NO.
596    81 | CTABLES /TABLE qn1 /SIGTEST INCLUDEMRSETS=**.
597       |                                           ^~
598
599 ctables.sps:82.40-82.41: error: CTABLES: Syntax error expecting ALLVISIBLE or
600 SUBTOTALS.
601    82 | CTABLES /TABLE qn1 /SIGTEST CATEGORIES=**.
602       |                                        ^~
603
604 ctables.sps:83.29-83.30: error: CTABLES: Syntax error expecting TYPE, ALPHA,
605 INCLUDEMRSETS, or CATEGORIES.
606    83 | CTABLES /TABLE qn1 /SIGTEST **.
607       |                             ^~
608
609 ctables.sps:84.38-84.39: error: CTABLES: Syntax error expecting PROP or MEAN.
610    84 | CTABLES /TABLE qn1 /COMPARETEST TYPE=**.
611       |                                      ^~
612
613 ctables.sps:85.39-85.40: error: CTABLES: Syntax error expecting number in (0,1)
614 for ALPHA.
615    85 | CTABLES /TABLE qn1 /COMPARETEST ALPHA=**.
616       |                                       ^~
617
618 ctables.sps:86.39: error: CTABLES: Syntax error expecting number in (0,1) for
619 ALPHA.
620    86 | CTABLES /TABLE qn1 /COMPARETEST ALPHA=0,5.
621       |                                       ^
622
623 ctables.sps:87.40-87.41: error: CTABLES: Syntax error expecting BONFERRONI, BH,
624 or NONE.
625    87 | CTABLES /TABLE qn1 /COMPARETEST ADJUST=**.
626       |                                        ^~
627
628 ctables.sps:88.47-88.48: error: CTABLES: Syntax error expecting YES or NO.
629    88 | CTABLES /TABLE qn1 /COMPARETEST INCLUDEMRSETS=**.
630       |                                               ^~
631
632 ctables.sps:89.47-89.48: error: CTABLES: Syntax error expecting ALLCATS or
633 TESTEDCATS.
634    89 | CTABLES /TABLE qn1 /COMPARETEST MEANSVARIANCE=**.
635       |                                               ^~
636
637 ctables.sps:90.44-90.45: error: CTABLES: Syntax error expecting ALLVISIBLE or
638 SUBTOTALS.
639    90 | CTABLES /TABLE qn1 /COMPARETEST CATEGORIES=**.
640       |                                            ^~
641
642 ctables.sps:91.39-91.40: error: CTABLES: Syntax error expecting YES or NO.
643    91 | CTABLES /TABLE qn1 /COMPARETEST MERGE=**.
644       |                                       ^~
645
646 ctables.sps:92.39-92.40: error: CTABLES: Syntax error expecting APA or SIMPLE.
647    92 | CTABLES /TABLE qn1 /COMPARETEST STYLE=**.
648       |                                       ^~
649
650 ctables.sps:93.41-93.42: error: CTABLES: Syntax error expecting YES or NO.
651    93 | CTABLES /TABLE qn1 /COMPARETEST SHOWSIG=**.
652       |                                         ^~
653
654 ctables.sps:94.33-94.34: error: CTABLES: Syntax error expecting one of the
655 following: TYPE, ALPHA, ADJUST, INCLUDEMRSETS, MEANSVARIANCE, CATEGORIES, MERGE,
656 STYLE, SHOWSIG.
657    94 | CTABLES /TABLE qn1 /COMPARETEST **.
658       |                                 ^~
659
660 ctables.sps:95.21-95.26: error: CTABLES: Syntax error expecting TABLE, SLABELS,
661 CLABELS, CRITERIA, CATEGORIES, TITLES, SIGTEST, or COMPARETEST.
662    95 | CTABLES /TABLE qn1 /FORMAT.
663       |                     ^~~~~~
664
665 ctables.sps:95.21-95.26: note: CTABLES: This subcommand must appear before
666 TABLE.
667    95 | CTABLES /TABLE qn1 /FORMAT.
668       |                     ^~~~~~
669
670 ctables.sps:96: error: CTABLES: ROWLABELS and COLLABELS may not both be
671 specified.
672
673 ctables.sps:96.21-96.46: note: CTABLES: This is the first specification.
674    96 | CTABLES /TABLE qn1 /CLABELS ROWLABELS=OPPOSITE /CLABELS
675 COLLABELS=OPPOSITE.
676       |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~
677
678 ctables.sps:96.49-96.74: note: CTABLES: This is the second specification.
679    96 | CTABLES /TABLE qn1 /CLABELS ROWLABELS=OPPOSITE /CLABELS
680 COLLABELS=OPPOSITE.
681       |
682 ^~~~~~~~~~~~~~~~~~~~~~~~~~
683
684 ctables.sps:97.16-97.26: error: CTABLES: Cannot nest scale variables.
685    97 | CTABLES /TABLE qn20 > qnd1.
686       |                ^~~~~~~~~~~
687
688 ctables.sps:97.16-97.19: note: CTABLES: This is an outer scale variable.
689    97 | CTABLES /TABLE qn20 > qnd1.
690       |                ^~~~
691
692 ctables.sps:97.23-97.26: note: CTABLES: This is an inner scale variable.
693    97 | CTABLES /TABLE qn20 > qnd1.
694       |                       ^~~~
695
696 ctables.sps:98.16-98.35: error: CTABLES: Summaries may only be requested for
697 categorical variables at the innermost nesting level.
698    98 | CTABLES /TABLE qn1 [ROWPCT] > qnsa1.
699       |                ^~~~~~~~~~~~~~~~~~~~
700
701 ctables.sps:98.16-98.18: note: CTABLES: This outer categorical variable has a
702 summary.
703    98 | CTABLES /TABLE qn1 [ROWPCT] > qnsa1.
704       |                ^~~
705
706 ctables.sps:100.52-100.56: error: CTABLES: Failed to parse category
707 specification as format DATETIME: Day (123) must be between 1 and 31..
708   100 | CTABLES /TABLE qn1 /CATEGORIES VARIABLES=datetime ['123'].
709       |                                                    ^~~~~
710 ]])
711 AT_CLEANUP
712
713 AT_SETUP([CTABLES parsing - more negative])
714 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
715 AT_DATA([ctables.sps],
716 [[GET 'nhtsa.sav'.
717 CTABLES /PCOMPUTE &pc=EXPR(SUBTOTAL) /TABLE qn1 /CATEGORIES VARIABLES=qn1 [&pc].
718 CTABLES /PCOMPUTE &pc=EXPR(TOTAL) /TABLE qn1 /CATEGORIES VARIABLES=qn1 [&pc].
719 CTABLES /PCOMPUTE &pc=EXPR(SUBTOTAL) /TABLE qn1 /CATEGORIES VARIABLES=qn1 [&pc, SUBTOTAL, SUBTOTAL].
720
721 STRING string(A8).
722 CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 ['string'].
723 CTABLES /TABLE string /CATEGORIES VARIABLES=string [1].
724
725 CTABLES /TABLE qn1 /CLABELS ROWLABELS=OPPOSITE /CATEGORIES VARIABLES=qn1 KEY=MEAN(qn1).
726
727 CTABLES /TABLE qnd1 /CLABELS ROWLABELS=OPPOSITE.
728 CTABLES /TABLE qn1 + string /CLABELS ROWLABELS=OPPOSITE.
729 CTABLES /TABLE qn1 + qnsa1 /CLABELS ROWLABELS=OPPOSITE.
730 CTABLES /TABLE qn105ba + qn105bb /CLABELS ROWLABELS=OPPOSITE /CATEGORIES VARIABLES=qn105ba [1,2,3].
731
732 CTABLES /PCOMPUTE &x=EXPR(1**2**3).
733 CTABLES /PCOMPUTE &x=EXPR([**]).
734 CTABLES /PCOMPUTE &x=EXPR(**).
735
736 CTABLES /TABLE.
737
738 CTABLES /TABLE qn113 [COUNT] BY qn114 [COUNT] BY qn116 [COUNT]. 
739
740 CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 KEY=PTILE(qn1, 50).
741
742 CTABLES /TABLE $mrset.
743
744 CTABLES /TABLE qn113 /SIGTEST TYPE=CHISQUARE.
745 CTABLES /TABLE qn113 /COMPARETEST TYPE=PROP.
746
747 CTABLES /TABLE qn113 [COUNT.UCL].
748
749 CTABLES /TABLE qn1 /CATEGORIES **.
750
751 CTABLES /TITLES.
752 ]])
753 AT_CHECK([pspp ctables.sps -O box=unicode -O width=120], [1],
754 [[ctables.sps:2.76-2.78: error: CTABLES: Computed category &pc references a category not included in the category list.
755     2 | CTABLES /PCOMPUTE &pc=EXPR(SUBTOTAL) /TABLE qn1 /CATEGORIES VARIABLES=qn1 [&pc].
756       |                                                                            ^~~
757
758 ctables.sps:2.28-2.35: note: CTABLES: This is the missing category.
759     2 | CTABLES /PCOMPUTE &pc=EXPR(SUBTOTAL) /TABLE qn1 /CATEGORIES VARIABLES=qn1 [&pc].
760       |                            ^~~~~~~~
761
762 ctables.sps:2.76-2.79: note: CTABLES: To fix the problem, add subtotals to the list of categories here.
763     2 | CTABLES /PCOMPUTE &pc=EXPR(SUBTOTAL) /TABLE qn1 /CATEGORIES VARIABLES=qn1 [&pc].
764       |                                                                            ^~~~
765
766 ctables.sps:3.73-3.75: error: CTABLES: Computed category &pc references a category not included in the category list.
767     3 | CTABLES /PCOMPUTE &pc=EXPR(TOTAL) /TABLE qn1 /CATEGORIES VARIABLES=qn1 [&pc].
768       |                                                                         ^~~
769
770 ctables.sps:3.28-3.32: note: CTABLES: This is the missing category.
771     3 | CTABLES /PCOMPUTE &pc=EXPR(TOTAL) /TABLE qn1 /CATEGORIES VARIABLES=qn1 [&pc].
772       |                            ^~~~~
773
774 ctables.sps:3: note: CTABLES: To fix the problem, add TOTAL=YES to the variable's CATEGORIES specification.
775
776 ctables.sps:4.76-4.99: error: CTABLES: These categories include 2 instances of SUBTOTAL or HSUBTOTAL, so references from
777 computed categories must refer to subtotals by position, e.g. SUBTOTAL[1].
778     4 | CTABLES /PCOMPUTE &pc=EXPR(SUBTOTAL) /TABLE qn1 /CATEGORIES VARIABLES=qn1 [&pc, SUBTOTAL, SUBTOTAL].
779       |                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
780
781 ctables.sps:4.28-4.35: note: CTABLES: This is the reference that lacks a position.
782     4 | CTABLES /PCOMPUTE &pc=EXPR(SUBTOTAL) /TABLE qn1 /CATEGORIES VARIABLES=qn1 [&pc, SUBTOTAL, SUBTOTAL].
783       |                            ^~~~~~~~
784
785 ctables.sps:7.47-7.54: error: CTABLES: This category specification may be applied only to string variables, but this
786 subcommand tries to apply it to numeric variable QN1.
787     7 | CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 ['string'].
788       |                                               ^~~~~~~~
789
790 ctables.sps:8.53: error: CTABLES: This category specification may be applied only to numeric variables, but this
791 subcommand tries to apply it to string variable string.
792     8 | CTABLES /TABLE string /CATEGORIES VARIABLES=string [1].
793       |                                                     ^
794
795 ctables.sps:10.74-10.86: error: CTABLES: Data-dependent sorting is not implemented.
796    10 | CTABLES /TABLE qn1 /CLABELS ROWLABELS=OPPOSITE /CATEGORIES VARIABLES=qn1 KEY=MEAN(qn1).
797       |                                                                          ^~~~~~~~~~~~~
798
799 ctables.sps:12: error: CTABLES: To move category labels from one axis to another, the variables whose labels are to be
800 moved must be categorical, but qnd1 is scale.
801
802 ctables.sps:12.22-12.47: note: CTABLES: This syntax moves category labels to another axis.
803    12 | CTABLES /TABLE qnd1 /CLABELS ROWLABELS=OPPOSITE.
804       |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
805
806 ctables.sps:13: error: CTABLES: To move category labels from one axis to another, the variables whose labels are to be
807 moved must all have the same width, but QN1 has width 0 and string has width 8.
808
809 ctables.sps:13.30-13.55: note: CTABLES: This syntax moves category labels to another axis.
810    13 | CTABLES /TABLE qn1 + string /CLABELS ROWLABELS=OPPOSITE.
811       |                              ^~~~~~~~~~~~~~~~~~~~~~~~~~
812
813 ctables.sps:14: error: CTABLES: To move category labels from one axis to another, the variables whose labels are to be
814 moved must all have the same value labels, but QN1 and QNSA1 have different value labels.
815
816 ctables.sps:14.29-14.54: note: CTABLES: This syntax moves category labels to another axis.
817    14 | CTABLES /TABLE qn1 + qnsa1 /CLABELS ROWLABELS=OPPOSITE.
818       |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~
819
820 ctables.sps:15: error: CTABLES: To move category labels from one axis to another, the variables whose labels are to be
821 moved must all have the same category specifications, but QN105BA and QN105BB have different category specifications.
822
823 ctables.sps:15.35-15.60: note: CTABLES: This syntax moves category labels to another axis.
824    15 | CTABLES /TABLE qn105ba + qn105bb /CLABELS ROWLABELS=OPPOSITE /CATEGORIES VARIABLES=qn105ba [1,2,3].
825       |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
826
827 ctables.sps:17.27-17.33: warning: CTABLES: The exponentiation operator (`**') is left-associative: `a**b**c' equals
828 `(a**b)**c', not `a**(b**c)'.  To disable this warning, insert parentheses.
829    17 | CTABLES /PCOMPUTE &x=EXPR(1**2**3).
830       |                           ^~~~~~~
831
832 ctables.sps:17.35: error: CTABLES: Syntax error expecting `/'.
833    17 | CTABLES /PCOMPUTE &x=EXPR(1**2**3).
834       |                                   ^
835
836 ctables.sps:18.28-18.29: error: CTABLES: Syntax error expecting number or string or range.
837    18 | CTABLES /PCOMPUTE &x=EXPR([**]).
838       |                            ^~
839
840 ctables.sps:19.27-19.28: error: CTABLES: Syntax error in postcompute expression.
841    19 | CTABLES /PCOMPUTE &x=EXPR(**).
842       |                           ^~
843
844 ctables.sps:21.15: error: CTABLES: At least one variable must be specified.
845    21 | CTABLES /TABLE.
846       |               ^
847
848 ctables.sps:23: error: CTABLES: Summaries may appear only on one axis.
849
850 ctables.sps:23.50-23.54: note: CTABLES: This variable on the layers axis has a summary.
851    23 | CTABLES /TABLE qn113 [COUNT] BY qn114 [COUNT] BY qn116 [COUNT].
852       |                                                  ^~~~~
853
854 ctables.sps:23.16-23.20: note: CTABLES: This variable on the rows axis has a summary.
855    23 | CTABLES /TABLE qn113 [COUNT] BY qn114 [COUNT] BY qn116 [COUNT].
856       |                ^~~~~
857
858 ctables.sps:23.33-23.37: note: CTABLES: This variable on the columns axis has a summary.
859    23 | CTABLES /TABLE qn113 [COUNT] BY qn114 [COUNT] BY qn116 [COUNT].
860       |                                 ^~~~~
861
862 ctables.sps:23.33-23.37: note: CTABLES: This is a scale variable, so it always has a summary even if the syntax does not
863 explicitly specify one.
864    23 | CTABLES /TABLE qn113 [COUNT] BY qn114 [COUNT] BY qn116 [COUNT].
865       |                                 ^~~~~
866
867 ctables.sps:25.46-25.63: error: CTABLES: Data-dependent sorting is not implemented.
868    25 | CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 KEY=PTILE(qn1, 50).
869       |                                              ^~~~~~~~~~~~~~~~~~
870
871 ctables.sps:27.16-27.21: error: CTABLES: Multiple response set support not implemented.
872    27 | CTABLES /TABLE $mrset.
873       |                ^~~~~~
874
875 ctables.sps:29.23-29.44: error: CTABLES: Support for SIGTEST not yet implemented.
876    29 | CTABLES /TABLE qn113 /SIGTEST TYPE=CHISQUARE.
877       |                       ^~~~~~~~~~~~~~~~~~~~~~
878
879 ctables.sps:30.23-30.43: error: CTABLES: Support for COMPARETEST not yet implemented.
880    30 | CTABLES /TABLE qn113 /COMPARETEST TYPE=PROP.
881       |                       ^~~~~~~~~~~~~~~~~~~~~
882
883 ctables.sps:32.23-32.31: error: CTABLES: Support for LCL, UCL, and SE summary functions is not yet implemented.
884    32 | CTABLES /TABLE qn113 [COUNT.UCL].
885       |                       ^~~~~~~~~
886
887 ctables.sps:34.32-34.33: error: CTABLES: Syntax error expecting VARIABLES.
888    34 | CTABLES /TABLE qn1 /CATEGORIES **.
889       |                                ^~
890
891 ctables.sps:36.10-36.15: error: CTABLES: Syntax error expecting one of the following: FORMAT, VLABELS, MRSETS, SMISSING,
892 PCOMPUTE, PPROPERTIES, WEIGHT, HIDESMALLCOUNTS, TABLE.
893    36 | CTABLES /TITLES.
894       |          ^~~~~~
895
896 ctables.sps:36.10-36.15: note: CTABLES: TABLE must appear before this subcommand.
897    36 | CTABLES /TITLES.
898       |          ^~~~~~
899 ]])
900 AT_CLEANUP
901
902 AT_SETUP([CTABLES one categorical variable])
903 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
904 AT_DATA([ctables.sps],
905 [[GET 'nhtsa.sav'.
906 CTABLES /TABLE qn1.
907 CTABLES /TABLE BY qn1.
908 CTABLES /TABLE BY BY qn1.
909 ]])
910 AT_CHECK([pspp ctables.sps -O box=unicode -O width=80], [0], [dnl
911                                   Custom Tables
912 ╭────────────────────────────────────────────────────────────────────────┬─────╮
913 │                                                                        │Count│
914 ├────────────────────────────────────────────────────────────────────────┼─────┤
915 │ 1. How often do you usually drive a car or other  Every day            │ 4667│
916 │motor vehicle?                                     Several days a week  │ 1274│
917 │                                                   Once a week or less  │  361│
918 │                                                   Only certain times a │  130│
919 │                                                   year                 │     │
920 │                                                   Never                │  540│
921 ╰────────────────────────────────────────────────────────────────────────┴─────╯
922
923                                   Custom Tables
924 ╭──────────────────────────────────────────────────────────────────────────────╮
925 │        1. How often do you usually drive a car or other motor vehicle?       │
926 ├─────────┬──────────────────┬──────────────────┬────────────────────────┬─────┤
927 │         │  Several days a  │  Once a week or  │  Only certain times a  │     │
928 │Every day│       week       │       less       │          year          │Never│
929 ├─────────┼──────────────────┼──────────────────┼────────────────────────┼─────┤
930 │  Count  │       Count      │       Count      │          Count         │Count│
931 ├─────────┼──────────────────┼──────────────────┼────────────────────────┼─────┤
932 │     4667│              1274│               361│                     130│  540│
933 ╰─────────┴──────────────────┴──────────────────┴────────────────────────┴─────╯
934
935 Custom Tables
936 Every day
937 ╭─────╮
938 │Count│
939 ├─────┤
940 │ 4667│
941 ╰─────╯
942 ])
943 AT_CLEANUP
944
945 AT_SETUP([CTABLES one string variable])
946 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
947 AT_DATA([ctables.sps],
948 [[GET 'nhtsa.sav'.
949 STRING licensed(A8).
950 MISSING VALUES licensed('DontKnow', 'Refused').
951 RECODE qnd7a(1='Yes')(2='No')(3='DontKnow')(4='Refused') INTO licensed.
952 CTABLES /TABLE licensed.
953 CTABLES /TABLE licensed [COUNT, TOTALS[COUNT, VALIDN]] /CATEGORIES VARIABLES=ALL TOTAL=YES MISSING=INCLUDE.
954 CTABLES /TABLE licensed /CATEGORIES VARIABLES=licensed ['Yes', 'No'] TOTAL=YES.
955 * Notice that the string matching is case-sensitive.
956 CTABLES /TABLE licensed /CATEGORIES VARIABLES=licensed ['Yes', 'no'] TOTAL=YES.
957 CTABLES /TABLE licensed /CATEGORIES VARIABLES=licensed ['No' THRU 'yes'] TOTAL=YES.
958 CTABLES
959     /PCOMPUTE &notyes=EXPR(['No']+['DontKnow']+['Refused'])
960     /PPROPERTIES &notyes LABEL='Not Yes' HIDESOURCECATS=YES
961     /TABLE licensed
962     /CATEGORIES VARIABLES=licensed ['Yes', &notyes, 'No', 'DontKnow', 'Refused'].
963 CTABLES
964     /PCOMPUTE &notyes=EXPR(['DontKnow' THRU 'No'] + ['Refused'])
965     /PPROPERTIES &notyes LABEL='Not Yes' HIDESOURCECATS=YES
966     /TABLE licensed
967     /CATEGORIES VARIABLES=licensed ['Yes', &notyes, 'DontKnow' THRU 'No', 'Refused'].
968 ]])
969 AT_CHECK([pspp ctables.sps -O box=unicode -O width=80], [0], [dnl
970     Custom Tables
971 ╭────────────┬─────╮
972 │            │Count│
973 ├────────────┼─────┤
974 │licensed No │  572│
975 │         Yes│ 6379│
976 ╰────────────┴─────╯
977
978           Custom Tables
979 ╭─────────────────┬─────┬───────╮
980 │                 │Count│Valid N│
981 ├─────────────────┼─────┼───────┤
982 │licensed DontKnow│    4│       │
983 │         No      │  572│       │
984 │         Refused │   44│       │
985 │         Yes     │ 6379│       │
986 │         Total   │ 6999│   6951│
987 ╰─────────────────┴─────┴───────╯
988
989      Custom Tables
990 ╭──────────────┬─────╮
991 │              │Count│
992 ├──────────────┼─────┤
993 │licensed Yes  │ 6379│
994 │         No   │  572│
995 │         Total│ 6951│
996 ╰──────────────┴─────╯
997
998      Custom Tables
999 ╭──────────────┬─────╮
1000 │              │Count│
1001 ├──────────────┼─────┤
1002 │licensed Yes  │ 6379│
1003 │         no   │    0│
1004 │         Total│ 6379│
1005 ╰──────────────┴─────╯
1006
1007       Custom Tables
1008 ╭────────────────┬─────╮
1009 │                │Count│
1010 ├────────────────┼─────┤
1011 │licensed No     │  572│
1012 │         Refused│   44│
1013 │         Yes    │ 6379│
1014 │         Total  │ 6995│
1015 ╰────────────────┴─────╯
1016
1017       Custom Tables
1018 ╭────────────────┬─────╮
1019 │                │Count│
1020 ├────────────────┼─────┤
1021 │licensed Yes    │ 6379│
1022 │         Not Yes│  620│
1023 ╰────────────────┴─────╯
1024
1025       Custom Tables
1026 ╭────────────────┬─────╮
1027 │                │Count│
1028 ├────────────────┼─────┤
1029 │licensed Yes    │ 6379│
1030 │         Not Yes│  620│
1031 ╰────────────────┴─────╯
1032 ])
1033 AT_CLEANUP
1034
1035 AT_SETUP([CTABLES one scale variable])
1036 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
1037 AT_DATA([ctables.sps],
1038 [[GET 'nhtsa.sav'.
1039 DESCRIPTIVES qnd1.
1040 CTABLES /TABLE qnd1[COUNT, VALIDN, TOTALN, MEAN, STDDEV, MINIMUM, MAXIMUM].
1041 CTABLES /TABLE BY qnd1.
1042 CTABLES /TABLE BY BY qnd1.
1043 ]])
1044 AT_CHECK([pspp ctables.sps -O box=unicode -O width=80], [0], [dnl
1045                        Descriptive Statistics
1046 ╭──────────────────────────┬────┬─────┬───────┬───────┬───────────╮
1047 │                          │  N │ Mean│Std Dev│Minimum│  Maximum  │
1048 ├──────────────────────────┼────┼─────┼───────┼───────┼───────────┤
1049 │D1. AGE: What is your age?│6930│48.26│  19.01│     16│86 or older│
1050 │Valid N (listwise)        │6999│     │       │       │           │
1051 │Missing N (listwise)      │  69│     │       │       │           │
1052 ╰──────────────────────────┴────┴─────┴───────┴───────┴───────────╯
1053
1054                                   Custom Tables
1055 ╭──────────────────────┬─────┬───────┬───────┬────┬────────────┬───────┬───────╮
1056 │                      │     │       │       │    │     Std    │       │       │
1057 │                      │Count│Valid N│Total N│Mean│  Deviation │Minimum│Maximum│
1058 ├──────────────────────┼─────┼───────┼───────┼────┼────────────┼───────┼───────┤
1059 │D1. AGE: What is your │ 6999│   6930│   6999│  48│          19│     16│     86│
1060 │age?                  │     │       │       │    │            │       │       │
1061 ╰──────────────────────┴─────┴───────┴───────┴────┴────────────┴───────┴───────╯
1062
1063         Custom Tables
1064 ╭──────────────────────────╮
1065 │D1. AGE: What is your age?│
1066 ├──────────────────────────┤
1067 │           Mean           │
1068 ├──────────────────────────┤
1069 │                        48│
1070 ╰──────────────────────────╯
1071
1072 Custom Tables
1073 D1. AGE: What is your age?
1074 ╭────╮
1075 │Mean│
1076 ├────┤
1077 │  48│
1078 ╰────╯
1079 ])
1080 AT_CLEANUP
1081
1082 AT_SETUP([CTABLES simple stacking])
1083 AT_KEYWORDS([stack stacked])
1084 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
1085 AT_DATA([ctables.sps],
1086 [[GET 'nhtsa.sav'.
1087 CTABLES /TABLE qn105ba + qn105bb + qn105bc + qn105bd BY qns3a [COLPCT PCT8.0].
1088 ]])
1089 AT_CHECK([pspp ctables.sps -O box=unicode -O width=80], [0], [dnl
1090                                   Custom Tables
1091 ╭───────────────────────────────────────────────────────────────┬──────────────╮
1092 │                                                               │ S3a. GENDER: │
1093 │                                                               ├──────┬───────┤
1094 │                                                               │ Male │ Female│
1095 │                                                               ├──────┼───────┤
1096 │                                                               │Column│ Column│
1097 │                                                               │   %  │   %   │
1098 ├───────────────────────────────────────────────────────────────┼──────┼───────┤
1099 │105b. How likely is it that drivers who have had   Almost      │   10%│    11%│
1100 │too much to drink to drive safely will A. Get      certain     │      │       │
1101 │stopped by the police?                             Very likely │   21%│    22%│
1102 │                                                   Somewhat    │   38%│    42%│
1103 │                                                   likely      │      │       │
1104 │                                                   Somewhat    │   21%│    18%│
1105 │                                                   unlikely    │      │       │
1106 │                                                   Very        │   10%│     8%│
1107 │                                                   unlikely    │      │       │
1108 ├───────────────────────────────────────────────────────────────┼──────┼───────┤
1109 │105b. How likely is it that drivers who have had   Almost      │   14%│    18%│
1110 │too much to drink to drive safely will B. Have an  certain     │      │       │
1111 │accident?                                          Very likely │   36%│    45%│
1112 │                                                   Somewhat    │   39%│    32%│
1113 │                                                   likely      │      │       │
1114 │                                                   Somewhat    │    9%│     4%│
1115 │                                                   unlikely    │      │       │
1116 │                                                   Very        │    3%│     2%│
1117 │                                                   unlikely    │      │       │
1118 ├───────────────────────────────────────────────────────────────┼──────┼───────┤
1119 │105b. How likely is it that drivers who have had   Almost      │   18%│    16%│
1120 │too much to drink to drive safely will C. Be       certain     │      │       │
1121 │convicted for drunk driving?                       Very likely │   32%│    28%│
1122 │                                                   Somewhat    │   27%│    32%│
1123 │                                                   likely      │      │       │
1124 │                                                   Somewhat    │   15%│    15%│
1125 │                                                   unlikely    │      │       │
1126 │                                                   Very        │    9%│     9%│
1127 │                                                   unlikely    │      │       │
1128 ├───────────────────────────────────────────────────────────────┼──────┼───────┤
1129 │105b. How likely is it that drivers who have had   Almost      │   16%│    16%│
1130 │too much to drink to drive safely will D. Be       certain     │      │       │
1131 │arrested for drunk driving?                        Very likely │   26%│    27%│
1132 │                                                   Somewhat    │   32%│    35%│
1133 │                                                   likely      │      │       │
1134 │                                                   Somewhat    │   17%│    15%│
1135 │                                                   unlikely    │      │       │
1136 │                                                   Very        │    9%│     7%│
1137 │                                                   unlikely    │      │       │
1138 ╰───────────────────────────────────────────────────────────────┴──────┴───────╯
1139 ])
1140 AT_CLEANUP
1141
1142 AT_SETUP([CTABLES show or hide empty categories])
1143 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
1144 AT_DATA([ctables.sps],
1145 [[GET 'nhtsa.sav'.
1146 IF (qn105ba = 2) qn105ba = 1.
1147 IF (qns3a = 1) qns3a = 2.
1148 CTABLES /TABLE qn105ba BY qns3a [COLPCT PCT8.0].
1149 CTABLES /TABLE qn105ba BY qns3a [COLPCT PCT8.0]
1150     /CATEGORIES VAR=qn105ba EMPTY=EXCLUDE.
1151 CTABLES /TABLE qn105ba BY qns3a [COLPCT PCT8.0]
1152     /CATEGORIES VAR=qns3a EMPTY=EXCLUDE.
1153 CTABLES /TABLE qn105ba BY qns3a [COLPCT PCT8.0]
1154     /CATEGORIES VAR=ALL EMPTY=EXCLUDE.
1155 ]])
1156 AT_CHECK([pspp ctables.sps -O box=unicode -O width=80], [0], [dnl
1157                                   Custom Tables
1158 ╭──────────────────────────────────────────────────────────────┬───────────────╮
1159 │                                                              │  S3a. GENDER: │
1160 │                                                              ├───────┬───────┤
1161 │                                                              │  Male │ Female│
1162 │                                                              ├───────┼───────┤
1163 │                                                              │ Column│ Column│
1164 │                                                              │   %   │   %   │
1165 ├──────────────────────────────────────────────────────────────┼───────┼───────┤
1166 │105b. How likely is it that drivers who have had   Almost     │      .│    32%│
1167 │too much to drink to drive safely will A. Get      certain    │       │       │
1168 │stopped by the police?                             Very likely│      .│     0%│
1169 │                                                   Somewhat   │      .│    40%│
1170 │                                                   likely     │       │       │
1171 │                                                   Somewhat   │      .│    19%│
1172 │                                                   unlikely   │       │       │
1173 │                                                   Very       │      .│     9%│
1174 │                                                   unlikely   │       │       │
1175 ╰──────────────────────────────────────────────────────────────┴───────┴───────╯
1176
1177                                   Custom Tables
1178 ╭──────────────────────────────────────────────────────────────┬───────────────╮
1179 │                                                              │  S3a. GENDER: │
1180 │                                                              ├───────┬───────┤
1181 │                                                              │  Male │ Female│
1182 │                                                              ├───────┼───────┤
1183 │                                                              │ Column│ Column│
1184 │                                                              │   %   │   %   │
1185 ├──────────────────────────────────────────────────────────────┼───────┼───────┤
1186 │105b. How likely is it that drivers who have had   Almost     │      .│    32%│
1187 │too much to drink to drive safely will A. Get      certain    │       │       │
1188 │stopped by the police?                             Somewhat   │      .│    40%│
1189 │                                                   likely     │       │       │
1190 │                                                   Somewhat   │      .│    19%│
1191 │                                                   unlikely   │       │       │
1192 │                                                   Very       │      .│     9%│
1193 │                                                   unlikely   │       │       │
1194 ╰──────────────────────────────────────────────────────────────┴───────┴───────╯
1195
1196                                   Custom Tables
1197 ╭────────────────────────────────────────────────────────────────────┬─────────╮
1198 │                                                                    │   S3a.  │
1199 │                                                                    │ GENDER: │
1200 │                                                                    ├─────────┤
1201 │                                                                    │  Female │
1202 │                                                                    ├─────────┤
1203 │                                                                    │ Column %│
1204 ├────────────────────────────────────────────────────────────────────┼─────────┤
1205 │105b. How likely is it that drivers who have had too    Almost      │      32%│
1206 │much to drink to drive safely will A. Get stopped by    certain     │         │
1207 │the police?                                             Very likely │       0%│
1208 │                                                        Somewhat    │      40%│
1209 │                                                        likely      │         │
1210 │                                                        Somewhat    │      19%│
1211 │                                                        unlikely    │         │
1212 │                                                        Very        │       9%│
1213 │                                                        unlikely    │         │
1214 ╰────────────────────────────────────────────────────────────────────┴─────────╯
1215
1216                                   Custom Tables
1217 ╭────────────────────────────────────────────────────────────────────┬─────────╮
1218 │                                                                    │   S3a.  │
1219 │                                                                    │ GENDER: │
1220 │                                                                    ├─────────┤
1221 │                                                                    │  Female │
1222 │                                                                    ├─────────┤
1223 │                                                                    │ Column %│
1224 ├────────────────────────────────────────────────────────────────────┼─────────┤
1225 │105b. How likely is it that drivers who have had too    Almost      │      32%│
1226 │much to drink to drive safely will A. Get stopped by    certain     │         │
1227 │the police?                                             Somewhat    │      40%│
1228 │                                                        likely      │         │
1229 │                                                        Somewhat    │      19%│
1230 │                                                        unlikely    │         │
1231 │                                                        Very        │       9%│
1232 │                                                        unlikely    │         │
1233 ╰────────────────────────────────────────────────────────────────────┴─────────╯
1234 ])
1235 AT_CLEANUP
1236
1237 AT_SETUP([CTABLES categories and EMPTY])
1238 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
1239 AT_DATA([ctables.sps],
1240 DATA LIST LIST NOTABLE /class datum size.
1241 BEGIN DATA
1242 1 1 1
1243 2 2 1
1244 1 3 1
1245 2 4 2
1246 1 5 2
1247 2 6 2
1248 END DATA.
1249 VARIABLE LEVEL class datum size (NOMINAL).
1250 FORMATS class datum size (F1.0).
1251
1252 * The following are the same except for the order of the CATEGORIES commands.
1253 * The test checks that they produce the same resuls.
1254 CTABLES /TABLE=class > datum BY size
1255    /CATEGORIES VARIABLES=ALL EMPTY=EXCLUDE
1256    /CATEGORIES VARIABLES=size TOTAL=YES.
1257 CTABLES /TABLE=class > datum BY size
1258    /CATEGORIES VARIABLES=size TOTAL=YES
1259    /CATEGORIES VARIABLES=ALL EMPTY=EXCLUDE.
1260 ])
1261 AT_CHECK([pspp ctables.sps -O box=unicode -O width=80], [0], [dnl
1262            Custom Tables
1263 ╭───────────────┬─────────────────╮
1264 │               │       size      │
1265 │               ├─────┬─────┬─────┤
1266 │               │  1  │  2  │Total│
1267 │               ├─────┼─────┼─────┤
1268 │               │Count│Count│Count│
1269 ├───────────────┼─────┼─────┼─────┤
1270 │class 1 datum 1│    1│     │    1│
1271 │              3│    1│     │    1│
1272 │              5│     │    1│    1│
1273 │     ╶─────────┼─────┼─────┼─────┤
1274 │      2 datum 2│    1│     │    1│
1275 │              4│     │    1│    1│
1276 │              6│     │    1│    1│
1277 ╰───────────────┴─────┴─────┴─────╯
1278
1279            Custom Tables
1280 ╭───────────────┬─────────────────╮
1281 │               │       size      │
1282 │               ├─────┬─────┬─────┤
1283 │               │  1  │  2  │Total│
1284 │               ├─────┼─────┼─────┤
1285 │               │Count│Count│Count│
1286 ├───────────────┼─────┼─────┼─────┤
1287 │class 1 datum 1│    1│     │    1│
1288 │              3│    1│     │    1│
1289 │              5│     │    1│    1│
1290 │     ╶─────────┼─────┼─────┼─────┤
1291 │      2 datum 2│    1│     │    1│
1292 │              4│     │    1│    1│
1293 │              6│     │    1│    1│
1294 ╰───────────────┴─────┴─────┴─────╯
1295 ])
1296 AT_CLEANUP
1297
1298 AT_SETUP([CTABLES sorting categories])
1299 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
1300 AT_DATA([ctables.sps],
1301 [[GET 'nhtsa.sav'.
1302 IF (QND5A=6) QND5A=-1.
1303 IF (QND5A=5) QND5A=-2.
1304 CTABLES /TABLE qnd5a /CATEGORIES VARIABLES=qnd5a KEY=VALUE ORDER=A
1305         /TABLE qnd5a /CATEGORIES VARIABLES=qnd5a KEY=VALUE ORDER=D
1306         /TABLE qnd5a /CATEGORIES VARIABLES=qnd5a KEY=LABEL ORDER=A
1307         /TABLE qnd5a /CATEGORIES VARIABLES=qnd5a KEY=LABEL ORDER=D.
1308 ]])
1309 AT_CHECK([pspp ctables.sps -O box=unicode -O width=80], [0], [dnl
1310                                   Custom Tables
1311 ╭────────────────────────────────────────────────────────────────────────┬─────╮
1312 │                                                                        │Count│
1313 ├────────────────────────────────────────────────────────────────────────┼─────┤
1314 │D5a. What would you say is your primary ethnic  -2.00                   │   52│
1315 │background?                                     -1.00                   │   78│
1316 │                                                Cuban                   │   20│
1317 │                                                Mexican                 │  311│
1318 │                                                Spanish                 │   48│
1319 │                                                South American          │   34│
1320 │                                                Central American        │    0│
1321 │                                                Puerto Rican, OR        │    0│
1322 │                                                Something else          │   68│
1323 │                                                Multiple - cannot choose│    7│
1324 │                                                one                     │     │
1325 ╰────────────────────────────────────────────────────────────────────────┴─────╯
1326
1327                                   Custom Tables
1328 ╭────────────────────────────────────────────────────────────────────────┬─────╮
1329 │                                                                        │Count│
1330 ├────────────────────────────────────────────────────────────────────────┼─────┤
1331 │D5a. What would you say is your primary ethnic  Multiple - cannot choose│    7│
1332 │background?                                     one                     │     │
1333 │                                                Something else          │   68│
1334 │                                                Puerto Rican, OR        │    0│
1335 │                                                Central American        │    0│
1336 │                                                South American          │   34│
1337 │                                                Spanish                 │   48│
1338 │                                                Mexican                 │  311│
1339 │                                                Cuban                   │   20│
1340 │                                                -1.00                   │   78│
1341 │                                                -2.00                   │   52│
1342 ╰────────────────────────────────────────────────────────────────────────┴─────╯
1343
1344                                   Custom Tables
1345 ╭────────────────────────────────────────────────────────────────────────┬─────╮
1346 │                                                                        │Count│
1347 ├────────────────────────────────────────────────────────────────────────┼─────┤
1348 │D5a. What would you say is your primary ethnic  Central American        │    0│
1349 │background?                                     Cuban                   │   20│
1350 │                                                Mexican                 │  311│
1351 │                                                Multiple - cannot choose│    7│
1352 │                                                one                     │     │
1353 │                                                Puerto Rican, OR        │    0│
1354 │                                                Something else          │   68│
1355 │                                                South American          │   34│
1356 │                                                Spanish                 │   48│
1357 │                                                -2.00                   │   52│
1358 │                                                -1.00                   │   78│
1359 ╰────────────────────────────────────────────────────────────────────────┴─────╯
1360
1361                                   Custom Tables
1362 ╭────────────────────────────────────────────────────────────────────────┬─────╮
1363 │                                                                        │Count│
1364 ├────────────────────────────────────────────────────────────────────────┼─────┤
1365 │D5a. What would you say is your primary ethnic  Spanish                 │   48│
1366 │background?                                     South American          │   34│
1367 │                                                Something else          │   68│
1368 │                                                Puerto Rican, OR        │    0│
1369 │                                                Multiple - cannot choose│    7│
1370 │                                                one                     │     │
1371 │                                                Mexican                 │  311│
1372 │                                                Cuban                   │   20│
1373 │                                                Central American        │    0│
1374 │                                                -1.00                   │   78│
1375 │                                                -2.00                   │   52│
1376 ╰────────────────────────────────────────────────────────────────────────┴─────╯
1377 ])
1378 AT_CLEANUP
1379
1380 AT_SETUP([CTABLES simple nesting])
1381 AT_KEYWORDS([nest nested])
1382 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
1383 AT_DATA([ctables.sps],
1384 [[GET 'nhtsa.sav'.
1385 CTABLES /TABLE (qn105ba + qn105bb + qn105bc + qn105bd) > qns3a [COUNT, TABLEPCT PCT8.0]
1386   /CATEGORIES VARIABLES=qns3a TOTAL=YES.
1387 CTABLES /TABLE qns3a > (qn105ba + qn105bb + qn105bc + qn105bd) [TABLEPCT PCT8.0]
1388   /CATEGORIES VARIABLES=qns3a TOTAL=YES
1389   /CLABELS ROW=OPPOSITE.
1390 ]])
1391 AT_CHECK([pspp ctables.sps -O box=unicode -O width=80], [0], [dnl
1392                                   Custom Tables
1393 ╭─────────────────────────────────────────────────────────────────┬─────┬──────╮
1394 │                                                                 │     │ Table│
1395 │                                                                 │Count│   %  │
1396 ├─────────────────────────────────────────────────────────────────┼─────┼──────┤
1397 │105b. How likely is it that drivers    Almost     S3a.     Male  │  297│    4%│
1398 │who have had too much to drink to      certain    GENDER:  Female│  403│    6%│
1399 │drive safely will A. Get stopped by                        Total │  700│   10%│
1400 │the police?                           ╶──────────────────────────┼─────┼──────┤
1401 │                                       Very       S3a.     Male  │  660│   10%│
1402 │                                       likely     GENDER:  Female│  842│   12%│
1403 │                                                           Total │ 1502│   22%│
1404 │                                      ╶──────────────────────────┼─────┼──────┤
1405 │                                       Somewhat   S3a.     Male  │ 1174│   17%│
1406 │                                       likely     GENDER:  Female│ 1589│   23%│
1407 │                                                           Total │ 2763│   40%│
1408 │                                      ╶──────────────────────────┼─────┼──────┤
1409 │                                       Somewhat   S3a.     Male  │  640│    9%│
1410 │                                       unlikely   GENDER:  Female│  667│   10%│
1411 │                                                           Total │ 1307│   19%│
1412 │                                      ╶──────────────────────────┼─────┼──────┤
1413 │                                       Very       S3a.     Male  │  311│    5%│
1414 │                                       unlikely   GENDER:  Female│  298│    4%│
1415 │                                                           Total │  609│    9%│
1416 ├─────────────────────────────────────────────────────────────────┼─────┼──────┤
1417 │105b. How likely is it that drivers    Almost     S3a.     Male  │  429│    6%│
1418 │who have had too much to drink to      certain    GENDER:  Female│  671│   10%│
1419 │drive safely will B. Have an accident?                     Total │ 1100│   16%│
1420 │                                      ╶──────────────────────────┼─────┼──────┤
1421 │                                       Very       S3a.     Male  │ 1104│   16%│
1422 │                                       likely     GENDER:  Female│ 1715│   25%│
1423 │                                                           Total │ 2819│   41%│
1424 │                                      ╶──────────────────────────┼─────┼──────┤
1425 │                                       Somewhat   S3a.     Male  │ 1203│   17%│
1426 │                                       likely     GENDER:  Female│ 1214│   18%│
1427 │                                                           Total │ 2417│   35%│
1428 │                                      ╶──────────────────────────┼─────┼──────┤
1429 │                                       Somewhat   S3a.     Male  │  262│    4%│
1430 │                                       unlikely   GENDER:  Female│  168│    2%│
1431 │                                                           Total │  430│    6%│
1432 │                                      ╶──────────────────────────┼─────┼──────┤
1433 │                                       Very       S3a.     Male  │   81│    1%│
1434 │                                       unlikely   GENDER:  Female│   59│    1%│
1435 │                                                           Total │  140│    2%│
1436 ├─────────────────────────────────────────────────────────────────┼─────┼──────┤
1437 │105b. How likely is it that drivers    Almost     S3a.     Male  │  539│    8%│
1438 │who have had too much to drink to      certain    GENDER:  Female│  610│    9%│
1439 │drive safely will C. Be convicted for                      Total │ 1149│   17%│
1440 │drunk driving?                        ╶──────────────────────────┼─────┼──────┤
1441 │                                       Very       S3a.     Male  │  988│   14%│
1442 │                                       likely     GENDER:  Female│ 1049│   15%│
1443 │                                                           Total │ 2037│   30%│
1444 │                                      ╶──────────────────────────┼─────┼──────┤
1445 │                                       Somewhat   S3a.     Male  │  822│   12%│
1446 │                                       likely     GENDER:  Female│ 1210│   18%│
1447 │                                                           Total │ 2032│   30%│
1448 │                                      ╶──────────────────────────┼─────┼──────┤
1449 │                                       Somewhat   S3a.     Male  │  446│    7%│
1450 │                                       unlikely   GENDER:  Female│  548│    8%│
1451 │                                                           Total │  994│   15%│
1452 │                                      ╶──────────────────────────┼─────┼──────┤
1453 │                                       Very       S3a.     Male  │  268│    4%│
1454 │                                       unlikely   GENDER:  Female│  354│    5%│
1455 │                                                           Total │  622│    9%│
1456 ├─────────────────────────────────────────────────────────────────┼─────┼──────┤
1457 │105b. How likely is it that drivers    Almost     S3a.     Male  │  498│    7%│
1458 │who have had too much to drink to      certain    GENDER:  Female│  603│    9%│
1459 │drive safely will D. Be arrested for                       Total │ 1101│   16%│
1460 │drunk driving?                        ╶──────────────────────────┼─────┼──────┤
1461 │                                       Very       S3a.     Male  │  805│   12%│
1462 │                                       likely     GENDER:  Female│ 1029│   15%│
1463 │                                                           Total │ 1834│   27%│
1464 │                                      ╶──────────────────────────┼─────┼──────┤
1465 │                                       Somewhat   S3a.     Male  │  975│   14%│
1466 │                                       likely     GENDER:  Female│ 1332│   19%│
1467 │                                                           Total │ 2307│   34%│
1468 │                                      ╶──────────────────────────┼─────┼──────┤
1469 │                                       Somewhat   S3a.     Male  │  535│    8%│
1470 │                                       unlikely   GENDER:  Female│  560│    8%│
1471 │                                                           Total │ 1095│   16%│
1472 │                                      ╶──────────────────────────┼─────┼──────┤
1473 │                                       Very       S3a.     Male  │  270│    4%│
1474 │                                       unlikely   GENDER:  Female│  279│    4%│
1475 │                                                           Total │  549│    8%│
1476 ╰─────────────────────────────────────────────────────────────────┴─────┴──────╯
1477
1478                                   Custom Tables
1479 ╭─────────────────────────────────┬────────┬──────┬─────────┬─────────┬────────╮
1480 │                                 │ Almost │ Very │ Somewhat│ Somewhat│  Very  │
1481 │                                 │ certain│likely│  likely │ unlikely│unlikely│
1482 │                                 ├────────┼──────┼─────────┼─────────┼────────┤
1483 │                                 │        │ Table│         │         │        │
1484 │                                 │ Table %│   %  │ Table % │ Table % │ Table %│
1485 ├─────────────────────────────────┼────────┼──────┼─────────┼─────────┼────────┤
1486 │S3a.    Male   105b. How likely  │      4%│   10%│      17%│       9%│      5%│
1487 │GENDER:        is it that drivers│        │      │         │         │        │
1488 │               who have had too  │        │      │         │         │        │
1489 │               much to drink to  │        │      │         │         │        │
1490 │               drive safely will │        │      │         │         │        │
1491 │               A. Get stopped by │        │      │         │         │        │
1492 │               the police?       │        │      │         │         │        │
1493 │       ╶─────────────────────────┼────────┼──────┼─────────┼─────────┼────────┤
1494 │        Female 105b. How likely  │      6%│   12%│      23%│      10%│      4%│
1495 │               is it that drivers│        │      │         │         │        │
1496 │               who have had too  │        │      │         │         │        │
1497 │               much to drink to  │        │      │         │         │        │
1498 │               drive safely will │        │      │         │         │        │
1499 │               A. Get stopped by │        │      │         │         │        │
1500 │               the police?       │        │      │         │         │        │
1501 │       ╶─────────────────────────┼────────┼──────┼─────────┼─────────┼────────┤
1502 │        Total  105b. How likely  │     10%│   22%│      40%│      19%│      9%│
1503 │               is it that drivers│        │      │         │         │        │
1504 │               who have had too  │        │      │         │         │        │
1505 │               much to drink to  │        │      │         │         │        │
1506 │               drive safely will │        │      │         │         │        │
1507 │               A. Get stopped by │        │      │         │         │        │
1508 │               the police?       │        │      │         │         │        │
1509 ├─────────────────────────────────┼────────┼──────┼─────────┼─────────┼────────┤
1510 │S3a.    Male   105b. How likely  │      6%│   16%│      17%│       4%│      1%│
1511 │GENDER:        is it that drivers│        │      │         │         │        │
1512 │               who have had too  │        │      │         │         │        │
1513 │               much to drink to  │        │      │         │         │        │
1514 │               drive safely will │        │      │         │         │        │
1515 │               B. Have an        │        │      │         │         │        │
1516 │               accident?         │        │      │         │         │        │
1517 │       ╶─────────────────────────┼────────┼──────┼─────────┼─────────┼────────┤
1518 │        Female 105b. How likely  │     10%│   25%│      18%│       2%│      1%│
1519 │               is it that drivers│        │      │         │         │        │
1520 │               who have had too  │        │      │         │         │        │
1521 │               much to drink to  │        │      │         │         │        │
1522 │               drive safely will │        │      │         │         │        │
1523 │               B. Have an        │        │      │         │         │        │
1524 │               accident?         │        │      │         │         │        │
1525 │       ╶─────────────────────────┼────────┼──────┼─────────┼─────────┼────────┤
1526 │        Total  105b. How likely  │     16%│   41%│      35%│       6%│      2%│
1527 │               is it that drivers│        │      │         │         │        │
1528 │               who have had too  │        │      │         │         │        │
1529 │               much to drink to  │        │      │         │         │        │
1530 │               drive safely will │        │      │         │         │        │
1531 │               B. Have an        │        │      │         │         │        │
1532 │               accident?         │        │      │         │         │        │
1533 ├─────────────────────────────────┼────────┼──────┼─────────┼─────────┼────────┤
1534 │S3a.    Male   105b. How likely  │      8%│   14%│      12%│       7%│      4%│
1535 │GENDER:        is it that drivers│        │      │         │         │        │
1536 │               who have had too  │        │      │         │         │        │
1537 │               much to drink to  │        │      │         │         │        │
1538 │               drive safely will │        │      │         │         │        │
1539 │               C. Be convicted   │        │      │         │         │        │
1540 │               for drunk driving?│        │      │         │         │        │
1541 │       ╶─────────────────────────┼────────┼──────┼─────────┼─────────┼────────┤
1542 │        Female 105b. How likely  │      9%│   15%│      18%│       8%│      5%│
1543 │               is it that drivers│        │      │         │         │        │
1544 │               who have had too  │        │      │         │         │        │
1545 │               much to drink to  │        │      │         │         │        │
1546 │               drive safely will │        │      │         │         │        │
1547 │               C. Be convicted   │        │      │         │         │        │
1548 │               for drunk driving?│        │      │         │         │        │
1549 │       ╶─────────────────────────┼────────┼──────┼─────────┼─────────┼────────┤
1550 │        Total  105b. How likely  │     17%│   30%│      30%│      15%│      9%│
1551 │               is it that drivers│        │      │         │         │        │
1552 │               who have had too  │        │      │         │         │        │
1553 │               much to drink to  │        │      │         │         │        │
1554 │               drive safely will │        │      │         │         │        │
1555 │               C. Be convicted   │        │      │         │         │        │
1556 │               for drunk driving?│        │      │         │         │        │
1557 ├─────────────────────────────────┼────────┼──────┼─────────┼─────────┼────────┤
1558 │S3a.    Male   105b. How likely  │      7%│   12%│      14%│       8%│      4%│
1559 │GENDER:        is it that drivers│        │      │         │         │        │
1560 │               who have had too  │        │      │         │         │        │
1561 │               much to drink to  │        │      │         │         │        │
1562 │               drive safely will │        │      │         │         │        │
1563 │               D. Be arrested for│        │      │         │         │        │
1564 │               drunk driving?    │        │      │         │         │        │
1565 │       ╶─────────────────────────┼────────┼──────┼─────────┼─────────┼────────┤
1566 │        Female 105b. How likely  │      9%│   15%│      19%│       8%│      4%│
1567 │               is it that drivers│        │      │         │         │        │
1568 │               who have had too  │        │      │         │         │        │
1569 │               much to drink to  │        │      │         │         │        │
1570 │               drive safely will │        │      │         │         │        │
1571 │               D. Be arrested for│        │      │         │         │        │
1572 │               drunk driving?    │        │      │         │         │        │
1573 │       ╶─────────────────────────┼────────┼──────┼─────────┼─────────┼────────┤
1574 │        Total  105b. How likely  │     16%│   27%│      34%│      16%│      8%│
1575 │               is it that drivers│        │      │         │         │        │
1576 │               who have had too  │        │      │         │         │        │
1577 │               much to drink to  │        │      │         │         │        │
1578 │               drive safely will │        │      │         │         │        │
1579 │               D. Be arrested for│        │      │         │         │        │
1580 │               drunk driving?    │        │      │         │         │        │
1581 ╰─────────────────────────────────┴────────┴──────┴─────────┴─────────┴────────╯
1582 ])
1583 AT_CLEANUP
1584
1585 AT_SETUP([CTABLES nesting and scale variables])
1586 AT_KEYWORDS([nest nested])
1587 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
1588 AT_DATA([ctables.sps],
1589 [[GET 'nhtsa.sav'.
1590 CTABLES /TABLE=qnd1 > qn1 BY qns3a.
1591 CTABLES /TABLE=qnd1 [MINIMUM, MAXIMUM, MEAN] > qns3a > (qn26 + qn27).
1592 CTABLES /TABLE=qnsa1 > qn105ba [COLPCT] BY qns1
1593   /CATEGORIES VAR=qnsa1 EMPTY=EXCLUDE.
1594 CTABLES /TABLE=AgeGroup > qn20 [MEAN F8.1, STDDEV F8.1].
1595 ]])
1596 AT_CHECK([pspp ctables.sps -O box=unicode -O width=80], [0], [dnl
1597                                   Custom Tables
1598 ╭─────────────────────────────────────────────────────────────────┬────────────╮
1599 │                                                                 │S3a. GENDER:│
1600 │                                                                 ├─────┬──────┤
1601 │                                                                 │ Male│Female│
1602 │                                                                 ├─────┼──────┤
1603 │                                                                 │ Mean│ Mean │
1604 ├─────────────────────────────────────────────────────────────────┼─────┼──────┤
1605 │D1. AGE: What   1. How often do you usually drive Every day      │   46│    46│
1606 │is your age?   a car or other motor vehicle?      Several days a │   51│    59│
1607 │                                                  week           │     │      │
1608 │                                                  Once a week or │   44│    54│
1609 │                                                  less           │     │      │
1610 │                                                  Only certain   │   34│    41│
1611 │                                                  times a year   │     │      │
1612 │                                                  Never          │   39│    55│
1613 ╰─────────────────────────────────────────────────────────────────┴─────┴──────╯
1614
1615                                   Custom Tables
1616 ╭─────────────────────────────────────────────────────────┬───────┬───────┬────╮
1617 │                                                         │Minimum│Maximum│Mean│
1618 ├─────────────────────────────────────────────────────────┼───────┼───────┼────┤
1619 │D1. AGE: S3a.     Male   26. During the last 12       Yes│     16│     86│  42│
1620 │What is  GENDER:         months, has there been a        │       │       │    │
1621 │your                     time when you felt you          │       │       │    │
1622 │age?                     should cut down on your      No │     16│     86│  46│
1623 │                         drinking?                       │       │       │    │
1624 │                 ╶───────────────────────────────────────┼───────┼───────┼────┤
1625 │                  Female 26. During the last 12       Yes│     16│     86│  43│
1626 │                         months, has there been a        │       │       │    │
1627 │                         time when you felt you          │       │       │    │
1628 │                         should cut down on your      No │     16│     86│  48│
1629 │                         drinking?                       │       │       │    │
1630 ├─────────────────────────────────────────────────────────┼───────┼───────┼────┤
1631 │D1. AGE: S3a.     Male   27. During the last 12       Yes│     16│     86│  38│
1632 │What is  GENDER:         months, has there been a        │       │       │    │
1633 │your                     time when people criticized  No │     16│     86│  46│
1634 │age?                     your drinking?                  │       │       │    │
1635 │                 ╶───────────────────────────────────────┼───────┼───────┼────┤
1636 │                  Female 27. During the last 12       Yes│     17│     69│  37│
1637 │                         months, has there been a        │       │       │    │
1638 │                         time when people criticized  No │     16│     86│  48│
1639 │                         your drinking?                  │       │       │    │
1640 ╰─────────────────────────────────────────────────────────┴───────┴───────┴────╯
1641
1642                                   Custom Tables
1643 ╭─────────────────────────────┬────────────────────────────────────────────────╮
1644 │                             │S1. Including yourself, how many members of this│
1645 │                             │         household are age 16 or older?         │
1646 │                             ├──────┬──────┬──────┬──────┬──────┬──────┬──────┤
1647 │                             │      │      │      │      │      │      │ 6 or │
1648 │                             │ None │   1  │   2  │   3  │   4  │   5  │ more │
1649 │                             ├──────┼──────┼──────┼──────┼──────┼──────┼──────┤
1650 │                             │Column│Column│Column│Column│Column│Column│Column│
1651 │                             │   %  │   %  │   %  │   %  │   %  │   %  │   %  │
1652 ├─────────────────────────────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┤
1653 │Sa1.    RDD 105b.    Almost  │     .│  9.5%│  8.2%│ 12.4%│  9.9%│ 20.0%│ 23.8%│
1654 │SAMPLE      How      certain │      │      │      │      │      │      │      │
1655 │SOURCE:     likely           │      │      │      │      │      │      │      │
1656 │            is it    Very    │     .│ 24.9%│ 18.5%│ 24.0%│ 26.6%│ 25.5%│ 33.3%│
1657 │            that     likely  │      │      │      │      │      │      │      │
1658 │            drivers          │      │      │      │      │      │      │      │
1659 │            who have         │      │      │      │      │      │      │      │
1660 │            had too  Somewhat│     .│ 38.3%│ 41.9%│ 38.6%│ 37.5%│ 36.4%│ 23.8%│
1661 │            much to  likely  │      │      │      │      │      │      │      │
1662 │            drink to         │      │      │      │      │      │      │      │
1663 │            drive            │      │      │      │      │      │      │      │
1664 │            safely   Somewhat│     .│ 18.1%│ 21.7%│ 16.8%│ 16.7%│ 10.9%│  9.5%│
1665 │            will A.  unlikely│      │      │      │      │      │      │      │
1666 │            Get              │      │      │      │      │      │      │      │
1667 │            stopped  Very    │     .│  9.2%│  9.7%│  8.2%│  9.4%│  7.3%│  9.5%│
1668 │            by the   unlikely│      │      │      │      │      │      │      │
1669 │            police?          │      │      │      │      │      │      │      │
1670 ╰─────────────────────────────┴──────┴──────┴──────┴──────┴──────┴──────┴──────╯
1671
1672                                   Custom Tables
1673 ╭──────────────────────────────────────────────────────────────┬────┬──────────╮
1674 │                                                              │    │    Std   │
1675 │                                                              │Mean│ Deviation│
1676 ├──────────────────────────────────────────────────────────────┼────┼──────────┤
1677 │Age    16 to 25 20. On how many of the thirty days in this    │ 5.2│       6.0│
1678 │group           typical month did you have one or more        │    │          │
1679 │                alcoholic beverages to drink?                 │    │          │
1680 │      ╶───────────────────────────────────────────────────────┼────┼──────────┤
1681 │       26 to 35 20. On how many of the thirty days in this    │ 4.7│       5.9│
1682 │                typical month did you have one or more        │    │          │
1683 │                alcoholic beverages to drink?                 │    │          │
1684 │      ╶───────────────────────────────────────────────────────┼────┼──────────┤
1685 │       36 to 45 20. On how many of the thirty days in this    │ 5.5│       6.8│
1686 │                typical month did you have one or more        │    │          │
1687 │                alcoholic beverages to drink?                 │    │          │
1688 │      ╶───────────────────────────────────────────────────────┼────┼──────────┤
1689 │       46 to 55 20. On how many of the thirty days in this    │ 5.8│       7.7│
1690 │                typical month did you have one or more        │    │          │
1691 │                alcoholic beverages to drink?                 │    │          │
1692 │      ╶───────────────────────────────────────────────────────┼────┼──────────┤
1693 │       56 to 65 20. On how many of the thirty days in this    │ 6.3│       8.2│
1694 │                typical month did you have one or more        │    │          │
1695 │                alcoholic beverages to drink?                 │    │          │
1696 │      ╶───────────────────────────────────────────────────────┼────┼──────────┤
1697 │       66 or    20. On how many of the thirty days in this    │ 7.1│       9.2│
1698 │       older    typical month did you have one or more        │    │          │
1699 │                alcoholic beverages to drink?                 │    │          │
1700 ╰──────────────────────────────────────────────────────────────┴────┴──────────╯
1701 ])
1702 AT_CLEANUP
1703
1704
1705 AT_SETUP([CTABLES SLABELS])
1706 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
1707 AT_DATA([ctables.sps],
1708 [[GET 'nhtsa.sav'.
1709 CTABLES /TABLE qn1 [COUNT COLPCT].
1710 CTABLES /TABLE qn1 [COUNT COLPCT]
1711     /SLABELS POSITION=ROW.
1712 CTABLES /TABLE qn1 [COUNT COLPCT]
1713     /SLABELS POSITION=ROW VISIBLE=NO.
1714 ]])
1715 AT_CHECK([pspp ctables.sps -O box=unicode -O width=80], [0], [dnl
1716                                   Custom Tables
1717 ╭────────────────────────────────────────────────────────────────┬─────┬───────╮
1718 │                                                                │     │ Column│
1719 │                                                                │Count│   %   │
1720 ├────────────────────────────────────────────────────────────────┼─────┼───────┤
1721 │ 1. How often do you usually drive a car or  Every day          │ 4667│  66.9%│
1722 │other motor vehicle?                         Several days a week│ 1274│  18.3%│
1723 │                                             Once a week or less│  361│   5.2%│
1724 │                                             Only certain times │  130│   1.9%│
1725 │                                             a year             │     │       │
1726 │                                             Never              │  540│   7.7%│
1727 ╰────────────────────────────────────────────────────────────────┴─────┴───────╯
1728
1729                                   Custom Tables
1730 ╭────────────────────────────────────────────────────────────────────────┬─────╮
1731 │ 1. How often do you usually drive a car or  Every day           Count  │ 4667│
1732 │other motor vehicle?                                             Column │66.9%│
1733 │                                                                 %      │     │
1734 │                                            ╶───────────────────────────┼─────┤
1735 │                                             Several days a week Count  │ 1274│
1736 │                                                                 Column │18.3%│
1737 │                                                                 %      │     │
1738 │                                            ╶───────────────────────────┼─────┤
1739 │                                             Once a week or less Count  │  361│
1740 │                                                                 Column │ 5.2%│
1741 │                                                                 %      │     │
1742 │                                            ╶───────────────────────────┼─────┤
1743 │                                             Only certain times  Count  │  130│
1744 │                                             a year              Column │ 1.9%│
1745 │                                                                 %      │     │
1746 │                                            ╶───────────────────────────┼─────┤
1747 │                                             Never               Count  │  540│
1748 │                                                                 Column │ 7.7%│
1749 │                                                                 %      │     │
1750 ╰────────────────────────────────────────────────────────────────────────┴─────╯
1751
1752                                   Custom Tables
1753 ╭────────────────────────────────────────────────────────────────────────┬─────╮
1754 │ 1. How often do you usually drive a car or other  Every day            │ 4667│
1755 │motor vehicle?                                                          │66.9%│
1756 │                                                   Several days a week  │ 1274│
1757 │                                                                        │18.3%│
1758 │                                                   Once a week or less  │  361│
1759 │                                                                        │ 5.2%│
1760 │                                                   Only certain times a │  130│
1761 │                                                   year                 │ 1.9%│
1762 │                                                   Never                │  540│
1763 │                                                                        │ 7.7%│
1764 ╰────────────────────────────────────────────────────────────────────────┴─────╯
1765 ])
1766 AT_CLEANUP
1767
1768 AT_SETUP([CTABLES simple totals])
1769 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
1770 AT_DATA([ctables.sps],
1771 [[GET 'nhtsa.sav'.
1772 CTABLES /TABLE=qn17
1773     /CATEGORIES VARIABLES=qn17 TOTAL=YES LABEL='Number responding'.
1774 DESCRIPTIVES qn18/STATISTICS=MEAN.
1775 CTABLES /TABLE=region > qn18 [MEAN, COUNT, VALIDN, TOTALN]
1776     /CATEGORIES VARIABLES=region TOTAL=YES LABEL='All regions'.
1777 ]])
1778 AT_CHECK([pspp ctables.sps -O box=unicode -O width=80], [0], [dnl
1779                                   Custom Tables
1780 ╭────────────────────────────────────────────────────────────────────────┬─────╮
1781 │                                                                        │Count│
1782 ├────────────────────────────────────────────────────────────────────────┼─────┤
1783 │17. When you drink alcoholic beverages, which ONE of  OR, something else│    2│
1784 │the following beverages do you drink MOST OFTEN?      Beer              │ 1073│
1785 │                                                      Light beer        │  620│
1786 │                                                      Wine              │ 1418│
1787 │                                                      Wine coolers      │  137│
1788 │                                                      Hard liquor or    │  888│
1789 │                                                      mixed drinks      │     │
1790 │                                                      Flavored malt     │   83│
1791 │                                                      drinks            │     │
1792 │                                                      Number responding │ 4221│
1793 ╰────────────────────────────────────────────────────────────────────────┴─────╯
1794
1795                              Descriptive Statistics
1796 ╭────────────────────────────────────────────────────────────────────┬────┬────╮
1797 │                                                                    │  N │Mean│
1798 ├────────────────────────────────────────────────────────────────────┼────┼────┤
1799 │18. When you drink ANSWERFROM(QN17R1), about how many               │4218│4.62│
1800 │ANSWERFROM(QN17R2) do you usually drink per sitting?                │    │    │
1801 │Valid N (listwise)                                                  │6999│    │
1802 │Missing N (listwise)                                                │2781│    │
1803 ╰────────────────────────────────────────────────────────────────────┴────┴────╯
1804
1805                                   Custom Tables
1806 ╭──────────────────────────────────────────────────────┬────┬─────┬──────┬─────╮
1807 │                                                      │    │     │ Valid│Total│
1808 │                                                      │Mean│Count│   N  │  N  │
1809 ├──────────────────────────────────────────────────────┼────┼─────┼──────┼─────┤
1810 │Region NE       18. When you drink ANSWERFROM(QN17R1),│4.36│ 1409│   949│ 1409│
1811 │                about how many ANSWERFROM(QN17R2) do  │    │     │      │     │
1812 │                you usually drink per sitting?        │    │     │      │     │
1813 │      ╶───────────────────────────────────────────────┼────┼─────┼──────┼─────┤
1814 │       MW       18. When you drink ANSWERFROM(QN17R1),│4.67│ 1654│  1027│ 1654│
1815 │                about how many ANSWERFROM(QN17R2) do  │    │     │      │     │
1816 │                you usually drink per sitting?        │    │     │      │     │
1817 │      ╶───────────────────────────────────────────────┼────┼─────┼──────┼─────┤
1818 │       S        18. When you drink ANSWERFROM(QN17R1),│4.71│ 2390│  1287│ 2390│
1819 │                about how many ANSWERFROM(QN17R2) do  │    │     │      │     │
1820 │                you usually drink per sitting?        │    │     │      │     │
1821 │      ╶───────────────────────────────────────────────┼────┼─────┼──────┼─────┤
1822 │       W        18. When you drink ANSWERFROM(QN17R1),│4.69│ 1546│   955│ 1546│
1823 │                about how many ANSWERFROM(QN17R2) do  │    │     │      │     │
1824 │                you usually drink per sitting?        │    │     │      │     │
1825 │      ╶───────────────────────────────────────────────┼────┼─────┼──────┼─────┤
1826 │       All      18. When you drink ANSWERFROM(QN17R1),│4.62│ 6999│  4218│ 6999│
1827 │       regions  about how many ANSWERFROM(QN17R2) do  │    │     │      │     │
1828 │                you usually drink per sitting?        │    │     │      │     │
1829 ╰──────────────────────────────────────────────────────┴────┴─────┴──────┴─────╯
1830 ])
1831 AT_CLEANUP
1832
1833 AT_SETUP([CTABLES subtotals])
1834 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
1835 AT_DATA([ctables.sps],
1836 [[GET 'nhtsa.sav'.
1837 CTABLES /TABLE=qn105ba BY qns1
1838     /CATEGORIES VARIABLES=qns1 [1, 2, SUBTOTAL, 3, 4, 5, SUBTOTAL].
1839 CTABLES /TABLE=qn105ba [COLPCT] BY qns1
1840     /CATEGORIES VARIABLES=qn105ba [1, 2, 3, SUBTOTAL, 4, 5, SUBTOTAL].
1841 CTABLES /TABLE=qn105ba BY qns1
1842     /CATEGORIES VARIABLES=qn105ba [1, 2, 3, SUBTOTAL, 4, 5, SUBTOTAL]
1843     /CATEGORIES VARIABLES=qns1 [1, 2, SUBTOTAL, 3, 4, 5, SUBTOTAL].
1844 ]])
1845 AT_CHECK([pspp ctables.sps -O box=unicode -O width=120], [0], [dnl
1846                                                       Custom Tables
1847 ╭─────────────────────────────────────────────────────────┬────────────────────────────────────────────────────────────╮
1848 │                                                         │ S1. Including yourself, how many members of this household │
1849 │                                                         │                    are age 16 or older?                    │
1850 │                                                         ├───────┬───────┬─────────┬───────┬────────┬──────┬──────────┤
1851 │                                                         │   1   │   2   │ Subtotal│   3   │    4   │   5  │ Subtotal │
1852 │                                                         ├───────┼───────┼─────────┼───────┼────────┼──────┼──────────┤
1853 │                                                         │ Count │ Count │  Count  │ Count │  Count │ Count│   Count  │
1854 ├─────────────────────────────────────────────────────────┼───────┼───────┼─────────┼───────┼────────┼──────┼──────────┤
1855 │105b. How likely is it that drivers who have  Almost     │    147│    246│      393│     62│      19│    11│        92│
1856 │had too much to drink to drive safely will A. certain    │       │       │         │       │        │      │          │
1857 │Get stopped by the police?                    Very likely│    384│    552│      936│    120│      51│    14│       185│
1858 │                                              Somewhat   │    590│   1249│     1839│    193│      72│    20│       285│
1859 │                                              likely     │       │       │         │       │        │      │          │
1860 │                                              Somewhat   │    278│    647│      925│     84│      32│     6│       122│
1861 │                                              unlikely   │       │       │         │       │        │      │          │
1862 │                                              Very       │    141│    290│      431│     41│      18│     4│        63│
1863 │                                              unlikely   │       │       │         │       │        │      │          │
1864 ╰─────────────────────────────────────────────────────────┴───────┴───────┴─────────┴───────┴────────┴──────┴──────────╯
1865
1866                                                       Custom Tables
1867 ╭────────────────────────────────────────────────────────┬─────────────────────────────────────────────────────────────╮
1868 │                                                        │  S1. Including yourself, how many members of this household │
1869 │                                                        │                     are age 16 or older?                    │
1870 │                                                        ├────────┬────────┬────────┬────────┬───────┬────────┬────────┤
1871 │                                                        │        │        │        │        │       │        │  6 or  │
1872 │                                                        │  None  │    1   │    2   │    3   │   4   │    5   │  more  │
1873 │                                                        ├────────┼────────┼────────┼────────┼───────┼────────┼────────┤
1874 │                                                        │        │        │        │        │ Column│        │        │
1875 │                                                        │Column %│Column %│Column %│Column %│   %   │Column %│Column %│
1876 ├────────────────────────────────────────────────────────┼────────┼────────┼────────┼────────┼───────┼────────┼────────┤
1877 │105b. How likely is it that drivers who have Almost     │       .│    9.5%│    8.2%│   12.4%│   9.9%│   20.0%│   23.8%│
1878 │had too much to drink to drive safely will   certain    │        │        │        │        │       │        │        │
1879 │A. Get stopped by the police?                Very likely│       .│   24.9%│   18.5%│   24.0%│  26.6%│   25.5%│   33.3%│
1880 │                                             Somewhat   │       .│   38.3%│   41.9%│   38.6%│  37.5%│   36.4%│   23.8%│
1881 │                                             likely     │        │        │        │        │       │        │        │
1882 │                                             Subtotal   │        │   72.8%│   68.6%│   75.0%│  74.0%│   81.8%│   81.0%│
1883 │                                             Somewhat   │       .│   18.1%│   21.7%│   16.8%│  16.7%│   10.9%│    9.5%│
1884 │                                             unlikely   │        │        │        │        │       │        │        │
1885 │                                             Very       │       .│    9.2%│    9.7%│    8.2%│   9.4%│    7.3%│    9.5%│
1886 │                                             unlikely   │        │        │        │        │       │        │        │
1887 │                                             Subtotal   │        │   27.2%│   31.4%│   25.0%│  26.0%│   18.2%│   19.0%│
1888 ╰────────────────────────────────────────────────────────┴────────┴────────┴────────┴────────┴───────┴────────┴────────╯
1889
1890                                                       Custom Tables
1891 ╭─────────────────────────────────────────────────────────┬────────────────────────────────────────────────────────────╮
1892 │                                                         │ S1. Including yourself, how many members of this household │
1893 │                                                         │                    are age 16 or older?                    │
1894 │                                                         ├───────┬───────┬─────────┬───────┬────────┬──────┬──────────┤
1895 │                                                         │   1   │   2   │ Subtotal│   3   │    4   │   5  │ Subtotal │
1896 │                                                         ├───────┼───────┼─────────┼───────┼────────┼──────┼──────────┤
1897 │                                                         │ Count │ Count │  Count  │ Count │  Count │ Count│   Count  │
1898 ├─────────────────────────────────────────────────────────┼───────┼───────┼─────────┼───────┼────────┼──────┼──────────┤
1899 │105b. How likely is it that drivers who have  Almost     │    147│    246│      393│     62│      19│    11│        92│
1900 │had too much to drink to drive safely will A. certain    │       │       │         │       │        │      │          │
1901 │Get stopped by the police?                    Very likely│    384│    552│      936│    120│      51│    14│       185│
1902 │                                              Somewhat   │    590│   1249│     1839│    193│      72│    20│       285│
1903 │                                              likely     │       │       │         │       │        │      │          │
1904 │                                              Subtotal   │   1121│   2047│     3168│    375│     142│    45│       562│
1905 │                                              Somewhat   │    278│    647│      925│     84│      32│     6│       122│
1906 │                                              unlikely   │       │       │         │       │        │      │          │
1907 │                                              Very       │    141│    290│      431│     41│      18│     4│        63│
1908 │                                              unlikely   │       │       │         │       │        │      │          │
1909 │                                              Subtotal   │    419│    937│     1356│    125│      50│    10│       185│
1910 ╰─────────────────────────────────────────────────────────┴───────┴───────┴─────────┴───────┴────────┴──────┴──────────╯
1911 ])
1912 AT_CLEANUP
1913
1914 AT_SETUP([CTABLES PCOMPUTE])
1915 AT_KEYWORDS([postcompute])
1916 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
1917 AT_DATA([ctables.sps],
1918 [[GET 'nhtsa.sav'.
1919 CTABLES
1920     /PCOMPUTE &x=EXPR([3] + [4])
1921     /PCOMPUTE &y=EXPR([4] + [5])
1922     /PPROPERTIES &x LABEL='3+4' FORMAT=COUNT F8.2
1923     /PPROPERTIES &y LABEL=')LABEL[5]+)LABEL[6]'
1924     /TABLE=qn105ba [COUNT, ROWPCT] BY qns1
1925     /CATEGORIES VARIABLES=qns1 [1, 2, SUBTOTAL, 3, 4, 5, &x, &y, SUBTOTAL] TOTAL=YES
1926
1927 * Adding HIDESOURCECATS=YES for one PPROPERTIES.
1928 CTABLES
1929     /PCOMPUTE &x=EXPR([3] + [4])
1930     /PCOMPUTE &y=EXPR([4] + [5])
1931     /PPROPERTIES &x LABEL='3+4' FORMAT=COUNT F8.2
1932     /PPROPERTIES &y LABEL=')LABEL[5]+)LABEL[6]' HIDESOURCECATS=YES
1933     /TABLE=qn105ba [COUNT, ROWPCT] BY qns1
1934     /CATEGORIES VARIABLES=qns1 [1, 2, SUBTOTAL, 3, 4, 5, &x, &y, SUBTOTAL] TOTAL=YES
1935 ]])
1936 AT_CHECK([pspp ctables.sps -O box=unicode -O width=140], [0], [dnl
1937                                                                 Custom Tables
1938 ╭───────────────────┬──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
1939 │                   │                    S1. Including yourself, how many members of this household are age 16 or older?                   │
1940 │                   ├───────────┬───────────┬───────────┬───────────┬──────────┬──────────┬────────────┬──────────┬───────────┬────────────┤
1941 │                   │     1     │     2     │  Subtotal │     3     │     4    │     5    │     3+4    │    4+5   │  Subtotal │    Total   │
1942 │                   ├─────┬─────┼─────┬─────┼─────┬─────┼─────┬─────┼─────┬────┼─────┬────┼──────┬─────┼─────┬────┼─────┬─────┼─────┬──────┤
1943 │                   │     │     │     │     │     │     │     │     │     │ Row│     │ Row│      │     │     │ Row│     │     │     │      │
1944 │                   │Count│Row %│Count│Row %│Count│Row %│Count│Row %│Count│  % │Count│  % │ Count│Row %│Count│  % │Count│Row %│Count│ Row %│
1945 ├───────────────────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼────┼─────┼────┼──────┼─────┼─────┼────┼─────┼─────┼─────┼──────┤
1946 │105b. How  Almost  │  147│30.3%│  246│50.7%│  393│81.0%│   62│12.8%│   19│3.9%│   11│2.3%│ 81.00│16.7%│   30│6.2%│   92│19.0%│  485│100.0%│
1947 │likely is  certain │     │     │     │     │     │     │     │     │     │    │     │    │      │     │     │    │     │     │     │      │
1948 │it that            │     │     │     │     │     │     │     │     │     │    │     │    │      │     │     │    │     │     │     │      │
1949 │drivers    Very    │  384│34.3%│  552│49.2%│  936│83.5%│  120│10.7%│   51│4.5%│   14│1.2%│171.00│15.3%│   65│5.8%│  185│16.5%│ 1121│100.0%│
1950 │who have   likely  │     │     │     │     │     │     │     │     │     │    │     │    │      │     │     │    │     │     │     │      │
1951 │had too            │     │     │     │     │     │     │     │     │     │    │     │    │      │     │     │    │     │     │     │      │
1952 │much to    Somewhat│  590│27.8%│ 1249│58.8%│ 1839│86.6%│  193│ 9.1%│   72│3.4%│   20│ .9%│265.00│12.5%│   92│4.3%│  285│13.4%│ 2124│100.0%│
1953 │drink to   likely  │     │     │     │     │     │     │     │     │     │    │     │    │      │     │     │    │     │     │     │      │
1954 │drive              │     │     │     │     │     │     │     │     │     │    │     │    │      │     │     │    │     │     │     │      │
1955 │safely     Somewhat│  278│26.6%│  647│61.8%│  925│88.3%│   84│ 8.0%│   32│3.1%│    6│ .6%│116.00│11.1%│   38│3.6%│  122│11.7%│ 1047│100.0%│
1956 │will A.    unlikely│     │     │     │     │     │     │     │     │     │    │     │    │      │     │     │    │     │     │     │      │
1957 │Get                │     │     │     │     │     │     │     │     │     │    │     │    │      │     │     │    │     │     │     │      │
1958 │stopped by Very    │  141│28.5%│  290│58.7%│  431│87.2%│   41│ 8.3%│   18│3.6%│    4│ .8%│ 59.00│11.9%│   22│4.5%│   63│12.8%│  494│100.0%│
1959 │the        unlikely│     │     │     │     │     │     │     │     │     │    │     │    │      │     │     │    │     │     │     │      │
1960 │police?            │     │     │     │     │     │     │     │     │     │    │     │    │      │     │     │    │     │     │     │      │
1961 ╰───────────────────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴────┴─────┴────┴──────┴─────┴─────┴────┴─────┴─────┴─────┴──────╯
1962
1963                                                                 Custom Tables
1964 ╭─────────────────────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────────────╮
1965 │                                         │         S1. Including yourself, how many members of this household are age 16 or older?        │
1966 │                                         ├───────────┬───────────┬───────────┬───────────┬────────────┬──────────┬───────────┬────────────┤
1967 │                                         │     1     │     2     │  Subtotal │     3     │     3+4    │    4+5   │  Subtotal │    Total   │
1968 │                                         ├─────┬─────┼─────┬─────┼─────┬─────┼─────┬─────┼──────┬─────┼─────┬────┼─────┬─────┼─────┬──────┤
1969 │                                         │     │     │     │     │     │     │     │     │      │     │     │ Row│     │     │     │      │
1970 │                                         │Count│Row %│Count│Row %│Count│Row %│Count│Row %│ Count│Row %│Count│  % │Count│Row %│Count│ Row %│
1971 ├─────────────────────────────────────────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼──────┼─────┼─────┼────┼─────┼─────┼─────┼──────┤
1972 │105b. How likely is it that    Almost    │  147│30.3%│  246│50.7%│  393│81.0%│   62│12.8%│ 81.00│16.7%│   30│6.2%│   92│19.0%│  485│100.0%│
1973 │drivers who have had too much  certain   │     │     │     │     │     │     │     │     │      │     │     │    │     │     │     │      │
1974 │to drink to drive safely will  Very      │  384│34.3%│  552│49.2%│  936│83.5%│  120│10.7%│171.00│15.3%│   65│5.8%│  185│16.5%│ 1121│100.0%│
1975 │A. Get stopped by the police?  likely    │     │     │     │     │     │     │     │     │      │     │     │    │     │     │     │      │
1976 │                               Somewhat  │  590│27.8%│ 1249│58.8%│ 1839│86.6%│  193│ 9.1%│265.00│12.5%│   92│4.3%│  285│13.4%│ 2124│100.0%│
1977 │                               likely    │     │     │     │     │     │     │     │     │      │     │     │    │     │     │     │      │
1978 │                               Somewhat  │  278│26.6%│  647│61.8%│  925│88.3%│   84│ 8.0%│116.00│11.1%│   38│3.6%│  122│11.7%│ 1047│100.0%│
1979 │                               unlikely  │     │     │     │     │     │     │     │     │      │     │     │    │     │     │     │      │
1980 │                               Very      │  141│28.5%│  290│58.7%│  431│87.2%│   41│ 8.3%│ 59.00│11.9%│   22│4.5%│   63│12.8%│  494│100.0%│
1981 │                               unlikely  │     │     │     │     │     │     │     │     │      │     │     │    │     │     │     │      │
1982 ╰─────────────────────────────────────────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴──────┴─────┴─────┴────┴─────┴─────┴─────┴──────╯
1983 ])
1984 AT_CLEANUP
1985
1986 AT_SETUP([CTABLES PCOMPUTE - OTHERNM and MISSING])
1987 AT_KEYWORDS([postcompute])
1988 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
1989 AT_DATA([ctables.sps],
1990 [[GET 'nhtsa.sav'.
1991 CTABLES
1992     /PCOMPUTE &x=EXPR(OTHERNM)
1993     /PCOMPUTE &y=EXPR(MISSING)
1994     /PPROPERTIES &x LABEL='Drivers'
1995     /PPROPERTIES &y LABEL='Missing Values 2'
1996     /TABLE=qn1 BY qns3a
1997     /CATEGORIES VARIABLES=qn1 [OTHERNM, 5, &x, SUBTOTAL='Valid Values', MISSING, SUBTOTAL='Missing Values', &y]
1998 ]])
1999 AT_CHECK([pspp ctables.sps -O box=unicode -O width=140], [0], [dnl
2000                                               Custom Tables
2001 ╭──────────────────────────────────────────────────────────────────────────────────────────┬────────────╮
2002 │                                                                                          │S3a. GENDER:│
2003 │                                                                                          ├─────┬──────┤
2004 │                                                                                          │ Male│Female│
2005 │                                                                                          ├─────┼──────┤
2006 │                                                                                          │Count│ Count│
2007 ├──────────────────────────────────────────────────────────────────────────────────────────┼─────┼──────┤
2008 │ 1. How often do you usually drive a car or other motor vehicle? Every day                │ 2305│  2362│
2009 │                                                                 Several days a week      │  440│   834│
2010 │                                                                 Once a week or less      │  125│   236│
2011 │                                                                 Only certain times a year│   58│    72│
2012 │                                                                 Never                    │  192│   348│
2013 │                                                                 Drivers                  │ 2928│  3504│
2014 │                                                                 Valid Values             │ 3120│  3852│
2015 │                                                                 Don't know               │    3│     5│
2016 │                                                                 Refused                  │    9│    10│
2017 │                                                                 Missing Values           │   12│    15│
2018 │                                                                 Missing Values 2         │   12│    15│
2019 ╰──────────────────────────────────────────────────────────────────────────────────────────┴─────┴──────╯
2020 ])
2021 AT_CLEANUP
2022
2023 AT_SETUP([CTABLES PCOMPUTE - THRU])
2024 AT_KEYWORDS([postcompute])
2025 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
2026 AT_DATA([ctables.sps],
2027 [[GET 'nhtsa.sav'.
2028 CTABLES
2029     /PCOMPUTE &x=EXPR([1 THRU 2])
2030     /PCOMPUTE &y=EXPR([3 THRU 4])
2031     /PCOMPUTE &z=EXPR([5] + MISSING)
2032     /PPROPERTIES &x LABEL='Frequent Drivers'
2033     /PPROPERTIES &y LABEL='Infrequent Drivers'
2034     /PPROPERTIES &z LABEL='Not Drivers or Missing'
2035     /TABLE=qn1 BY qns3a
2036     /CATEGORIES VARIABLES=qn1 [1 THRU 2, &x, 3 THRU 4, &y, SUBTOTAL='Drivers', 5, MISSING, &z]
2037 ]])
2038 AT_CHECK([pspp ctables.sps -O box=unicode -O width=140], [0], [dnl
2039                                               Custom Tables
2040 ╭──────────────────────────────────────────────────────────────────────────────────────────┬────────────╮
2041 │                                                                                          │S3a. GENDER:│
2042 │                                                                                          ├─────┬──────┤
2043 │                                                                                          │ Male│Female│
2044 │                                                                                          ├─────┼──────┤
2045 │                                                                                          │Count│ Count│
2046 ├──────────────────────────────────────────────────────────────────────────────────────────┼─────┼──────┤
2047 │ 1. How often do you usually drive a car or other motor vehicle? Every day                │ 2305│  2362│
2048 │                                                                 Several days a week      │  440│   834│
2049 │                                                                 Frequent Drivers         │ 2745│  3196│
2050 │                                                                 Once a week or less      │  125│   236│
2051 │                                                                 Only certain times a year│   58│    72│
2052 │                                                                 Infrequent Drivers       │  183│   308│
2053 │                                                                 Drivers                  │ 2928│  3504│
2054 │                                                                 Never                    │  192│   348│
2055 │                                                                 Don't know               │    3│     5│
2056 │                                                                 Refused                  │    9│    10│
2057 │                                                                 Not Drivers or Missing   │  204│   363│
2058 ╰──────────────────────────────────────────────────────────────────────────────────────────┴─────┴──────╯
2059 ])
2060 AT_CLEANUP
2061
2062 dnl I'm not sure that this is the correct behavior (see
2063 dnl https://mail.gnu.org/archive/html/pspp-users/2022-07/msg00002.html)
2064 dnl but at least this test will notify us if the behavior changes.
2065 AT_SETUP([CTABLES intersecting PCOMPUTEs])
2066 AT_KEYWORDS([PCOMPUTE postcompute])
2067 AT_DATA([ctables.sps],
2068 [[DATA LIST LIST NOTABLE/x y z.
2069 WEIGHT by z.
2070 FORMATS ALL (F1.0).
2071 VARIABLE LEVEL x y (NOMINAL).
2072 BEGIN DATA.
2073 1 4 5
2074 1 5 2
2075 1 6 9
2076 2 4 2
2077 2 5 3
2078 2 6 4
2079 3 4 1
2080 3 5 6
2081 3 6 1
2082 END DATA.
2083
2084 CTABLES
2085     /PCOMPUTE &a = EXPR([1] + [2])
2086     /PCOMPUTE &b = EXPR([2] + [3])
2087     /PCOMPUTE &c = EXPR([4] * [5])
2088     /PCOMPUTE &d = EXPR([5] * [6])
2089     /TABLE x BY y
2090     /CATEGORIES VARIABLES=x [1, &a, 2, &b, 3]
2091     /CATEGORIES VARIABLES=y [4, &c, 5, &d, 6].
2092 ]])
2093 AT_CHECK([pspp ctables.sps -O box=unicode], [0],
2094 [[                   Custom Tables
2095 ╭───────────┬─────────────────────────────────────╮
2096 │           │                  y                  │
2097 │           ├─────┬─────────┬─────┬─────────┬─────┤
2098 │           │  4  │[4] * [5]│  5  │[5] * [6]│  6  │
2099 │           ├─────┼─────────┼─────┼─────────┼─────┤
2100 │           │Count│  Count  │Count│  Count  │Count│
2101 ├───────────┼─────┼─────────┼─────┼─────────┼─────┤
2102 │x 1        │    5│       10│    2│       18│    9│
2103 │  [1] + [2]│    7│        .│    5│        .│   13│
2104 │  2        │    2│        6│    3│       12│    4│
2105 │  [2] + [3]│    3│        .│    9│        .│    5│
2106 │  3        │    1│        6│    6│        6│    1│
2107 ╰───────────┴─────┴─────────┴─────┴─────────┴─────╯
2108 ]])
2109 AT_CLEANUP
2110
2111 AT_SETUP([CTABLES string and date and time])
2112
2113 weight=1
2114 for gender in F M; do
2115     for month in Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec; do
2116         for wkday in Sun Mon Tue Wed Thu Fri Sat Sun; do
2117             printf "$weight $gender $month $wkday\n"
2118             weight=$(expr \( $weight + 3 \) % 7 + 2)
2119         done
2120     done
2121 done > ctables.txt
2122
2123 AT_DATA([ctables.sps],
2124 [[DATA LIST LIST NOTABLE FILE='ctables.txt'
2125     /w (F5.0) gender (A1) fmon (MONTH3) fday (WKDAY3).
2126 WEIGHT by w.
2127 VARIABLE LEVEL w (SCALE).
2128 VARIABLE LEVEL gender fmon fday (NOMINAL).
2129 VARIABLE LABEL
2130   gender 'Gender'
2131   fmon 'Favorite month'
2132   fday 'Favorite day of the week'.
2133 VALUE LABELS /gender 'M' 'Male' 'F' 'Female'.
2134 CTABLES
2135     /PCOMPUTE &q2 = EXPR(['APR' THRU 'June'])
2136     /PPROPERTIES &q2 LABEL='Q2'
2137     /PCOMPUTE &weekend = EXPR(['sun'] + ['Sat'])
2138     /PPROPERTIES &weekend LABEL='Weekend'
2139     /TABLE fmon BY gender > fday
2140     /CATEGORIES VARIABLES=fmon ['JAN', 'FEB', 'Mar', SUBTOTAL="Q1",
2141                                 4 THRU 6, &q2,
2142                                 'JUL' THRU 'sep', SUBTOTAL="Q3",
2143                                 OTHERNM, SUBTOTAL='Q4']
2144     /CATEGORIES VARIABLES=gender ['M', 'F']
2145     /CATEGORIES VARIABLE=fday ['Sun', 2 THRU 6, 'Sat', &weekend] TOTAL=YES
2146     /SLABELS VISIBLE=NO.
2147 ]])
2148 AT_CHECK([pspp ctables.sps -O box=unicode -O width=120], [0], [dnl
2149                                               Custom Tables
2150 ╭──────────────────┬───────────────────────────────────────────────────────────────────────────────────╮
2151 │                  │                                       Gender                                      │
2152 │                  ├─────────────────────────────────────────┬─────────────────────────────────────────┤
2153 │                  │                   Male                  │                  Female                 │
2154 │                  ├─────────────────────────────────────────┼─────────────────────────────────────────┤
2155 │                  │         Favorite day of the week        │         Favorite day of the week        │
2156 │                  ├───┬───┬───┬───┬───┬───┬───┬───────┬─────┼───┬───┬───┬───┬───┬───┬───┬───────┬─────┤
2157 │                  │SUN│MON│TUE│WED│THU│FRI│SAT│Weekend│Total│SUN│MON│TUE│WED│THU│FRI│SAT│Weekend│Total│
2158 ├──────────────────┼───┼───┼───┼───┼───┼───┼───┼───────┼─────┼───┼───┼───┼───┼───┼───┼───┼───────┼─────┤
2159 │Favorite month JAN│ 10│  3│  8│  6│  4│  2│  7│     17│   40│  9│  6│  4│  2│  7│  5│  3│     12│   36│
2160 │               FEB│  6│  8│  6│  4│  2│  7│  5│     11│   38│ 12│  4│  2│  7│  5│  3│  8│     20│   41│
2161 │               MAR│ 16│  6│  4│  2│  7│  5│  3│     19│   43│  8│  2│  7│  5│  3│  8│  6│     14│   39│
2162 │               Q1 │ 32│ 17│ 18│ 12│ 13│ 14│ 15│       │     │ 29│ 12│ 13│ 14│ 15│ 16│ 17│       │     │
2163 │               APR│ 12│  4│  2│  7│  5│  3│  8│     20│   41│  4│  7│  5│  3│  8│  6│  4│      8│   37│
2164 │               MAY│  8│  2│  7│  5│  3│  8│  6│     14│   39│ 14│  5│  3│  8│  6│  4│  2│     16│   42│
2165 │               JUN│  4│  7│  5│  3│  8│  6│  4│      8│   37│ 10│  3│  8│  6│  4│  2│  7│     17│   40│
2166 │               Q2 │ 24│ 13│ 14│ 15│ 16│ 17│ 18│      .│     │ 28│ 15│ 16│ 17│ 18│ 12│ 13│      .│     │
2167 │               JUL│ 14│  5│  3│  8│  6│  4│  2│     16│   42│  6│  8│  6│  4│  2│  7│  5│     11│   38│
2168 │               AUG│ 10│  3│  8│  6│  4│  2│  7│     17│   40│ 16│  6│  4│  2│  7│  5│  3│     19│   43│
2169 │               SEP│  6│  8│  6│  4│  2│  7│  5│     11│   38│ 12│  4│  2│  7│  5│  3│  8│     20│   41│
2170 │               Q3 │ 54│ 29│ 31│ 33│ 28│ 30│ 32│       │     │ 62│ 33│ 28│ 30│ 32│ 27│ 29│       │     │
2171 │               OCT│ 16│  6│  4│  2│  7│  5│  3│     19│   43│  8│  2│  7│  5│  3│  8│  6│     14│   39│
2172 │               NOV│ 12│  4│  2│  7│  5│  3│  8│     20│   41│  4│  7│  5│  3│  8│  6│  4│      8│   37│
2173 │               DEC│  8│  2│  7│  5│  3│  8│  6│     14│   39│ 14│  5│  3│  8│  6│  4│  2│     16│   42│
2174 │               Q4 │ 36│ 12│ 13│ 14│ 15│ 16│ 17│       │     │ 26│ 14│ 15│ 16│ 17│ 18│ 12│       │     │
2175 ╰──────────────────┴───┴───┴───┴───┴───┴───┴───┴───────┴─────┴───┴───┴───┴───┴───┴───┴───┴───────┴─────╯
2176 ])
2177 AT_CLEANUP
2178
2179 AT_SETUP([CTABLES CLABELS])
2180 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
2181 AT_DATA([ctables.sps],
2182 [[GET 'nhtsa.sav'.
2183 CTABLES /TABLE AgeGroup BY qns3a.
2184 CTABLES /TABLE AgeGroup BY qns3a /CLABELS ROWLABELS=OPPOSITE.
2185 CTABLES /TABLE AgeGroup BY qns3a /CLABELS COLLABELS=OPPOSITE.
2186 CTABLES /TABLE AgeGroup BY qns3a /CLABELS ROWLABELS=LAYER.
2187 CTABLES /TABLE AgeGroup BY qns3a /CLABELS COLLABELS=LAYER.
2188 ]])
2189 AT_CHECK([pspp ctables.sps --table-look="$builddir"/all-layers.stt -O box=unicode -O width=120], [0], [dnl
2190              Custom Tables
2191 ╭───────────────────────┬────────────╮
2192 │                       │S3a. GENDER:│
2193 │                       ├─────┬──────┤
2194 │                       │ Male│Female│
2195 │                       ├─────┼──────┤
2196 │                       │Count│ Count│
2197 ├───────────────────────┼─────┼──────┤
2198 │Age group 15 or younger│    0│     0│
2199 │          16 to 25     │  594│   505│
2200 │          26 to 35     │  476│   491│
2201 │          36 to 45     │  489│   548│
2202 │          46 to 55     │  526│   649│
2203 │          56 to 65     │  516│   731│
2204 │          66 or older  │  531│   943│
2205 ╰───────────────────────┴─────┴──────╯
2206
2207                                                       Custom Tables
2208 ╭───────┬──────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
2209 │       │                                                 S3a. GENDER:                                                 │
2210 │       ├──────────────────────────────────────────────────────┬───────────────────────────────────────────────────────┤
2211 │       │                         Male                         │                         Female                        │
2212 │       ├─────────┬───────┬──────┬──────┬──────┬───────┬───────┼──────────┬──────┬───────┬──────┬──────┬──────┬────────┤
2213 │       │  15 or  │ 16 to │ 26 to│ 36 to│ 46 to│ 56 to │ 66 or │   15 or  │ 16 to│ 26 to │ 36 to│ 46 to│ 56 to│  66 or │
2214 │       │ younger │   25  │  35  │  45  │  55  │   65  │ older │  younger │  25  │   35  │  45  │  55  │  65  │  older │
2215 │       ├─────────┼───────┼──────┼──────┼──────┼───────┼───────┼──────────┼──────┼───────┼──────┼──────┼──────┼────────┤
2216 │       │  Count  │ Count │ Count│ Count│ Count│ Count │ Count │   Count  │ Count│ Count │ Count│ Count│ Count│  Count │
2217 ├───────┼─────────┼───────┼──────┼──────┼──────┼───────┼───────┼──────────┼──────┼───────┼──────┼──────┼──────┼────────┤
2218 │Age    │        0│    594│   476│   489│   526│    516│    531│         0│   505│    491│   548│   649│   731│     943│
2219 │group  │         │       │      │      │      │       │       │          │      │       │      │      │      │        │
2220 ╰───────┴─────────┴───────┴──────┴──────┴──────┴───────┴───────┴──────────┴──────┴───────┴──────┴──────┴──────┴────────╯
2221
2222                 Custom Tables
2223 ╭──────────────────────────────┬────────────╮
2224 │                              │S3a. GENDER:│
2225 │                              ├────────────┤
2226 │                              │    Count   │
2227 ├──────────────────────────────┼────────────┤
2228 │Age group 15 or younger Male  │           0│
2229 │                        Female│           0│
2230 │         ╶────────────────────┼────────────┤
2231 │          16 to 25      Male  │         594│
2232 │                        Female│         505│
2233 │         ╶────────────────────┼────────────┤
2234 │          26 to 35      Male  │         476│
2235 │                        Female│         491│
2236 │         ╶────────────────────┼────────────┤
2237 │          36 to 45      Male  │         489│
2238 │                        Female│         548│
2239 │         ╶────────────────────┼────────────┤
2240 │          46 to 55      Male  │         526│
2241 │                        Female│         649│
2242 │         ╶────────────────────┼────────────┤
2243 │          56 to 65      Male  │         516│
2244 │                        Female│         731│
2245 │         ╶────────────────────┼────────────┤
2246 │          66 or older   Male  │         531│
2247 │                        Female│         943│
2248 ╰──────────────────────────────┴────────────╯
2249
2250       Custom Tables
2251 15 or younger
2252 ╭─────────┬────────────╮
2253 │         │S3a. GENDER:│
2254 │         ├─────┬──────┤
2255 │         │ Male│Female│
2256 │         ├─────┼──────┤
2257 │         │Count│ Count│
2258 ├─────────┼─────┼──────┤
2259 │Age group│    0│     0│
2260 ╰─────────┴─────┴──────╯
2261
2262       Custom Tables
2263 16 to 25
2264 ╭─────────┬────────────╮
2265 │         │S3a. GENDER:│
2266 │         ├─────┬──────┤
2267 │         │ Male│Female│
2268 │         ├─────┼──────┤
2269 │         │Count│ Count│
2270 ├─────────┼─────┼──────┤
2271 │Age group│  594│   505│
2272 ╰─────────┴─────┴──────╯
2273
2274       Custom Tables
2275 26 to 35
2276 ╭─────────┬────────────╮
2277 │         │S3a. GENDER:│
2278 │         ├─────┬──────┤
2279 │         │ Male│Female│
2280 │         ├─────┼──────┤
2281 │         │Count│ Count│
2282 ├─────────┼─────┼──────┤
2283 │Age group│  476│   491│
2284 ╰─────────┴─────┴──────╯
2285
2286       Custom Tables
2287 36 to 45
2288 ╭─────────┬────────────╮
2289 │         │S3a. GENDER:│
2290 │         ├─────┬──────┤
2291 │         │ Male│Female│
2292 │         ├─────┼──────┤
2293 │         │Count│ Count│
2294 ├─────────┼─────┼──────┤
2295 │Age group│  489│   548│
2296 ╰─────────┴─────┴──────╯
2297
2298       Custom Tables
2299 46 to 55
2300 ╭─────────┬────────────╮
2301 │         │S3a. GENDER:│
2302 │         ├─────┬──────┤
2303 │         │ Male│Female│
2304 │         ├─────┼──────┤
2305 │         │Count│ Count│
2306 ├─────────┼─────┼──────┤
2307 │Age group│  526│   649│
2308 ╰─────────┴─────┴──────╯
2309
2310       Custom Tables
2311 56 to 65
2312 ╭─────────┬────────────╮
2313 │         │S3a. GENDER:│
2314 │         ├─────┬──────┤
2315 │         │ Male│Female│
2316 │         ├─────┼──────┤
2317 │         │Count│ Count│
2318 ├─────────┼─────┼──────┤
2319 │Age group│  516│   731│
2320 ╰─────────┴─────┴──────╯
2321
2322       Custom Tables
2323 66 or older
2324 ╭─────────┬────────────╮
2325 │         │S3a. GENDER:│
2326 │         ├─────┬──────┤
2327 │         │ Male│Female│
2328 │         ├─────┼──────┤
2329 │         │Count│ Count│
2330 ├─────────┼─────┼──────┤
2331 │Age group│  531│   943│
2332 ╰─────────┴─────┴──────╯
2333
2334              Custom Tables
2335 Male
2336 ╭───────────────────────┬────────────╮
2337 │                       │S3a. GENDER:│
2338 │                       ├────────────┤
2339 │                       │    Count   │
2340 ├───────────────────────┼────────────┤
2341 │Age group 15 or younger│           0│
2342 │          16 to 25     │         594│
2343 │          26 to 35     │         476│
2344 │          36 to 45     │         489│
2345 │          46 to 55     │         526│
2346 │          56 to 65     │         516│
2347 │          66 or older  │         531│
2348 ╰───────────────────────┴────────────╯
2349
2350              Custom Tables
2351 Female
2352 ╭───────────────────────┬────────────╮
2353 │                       │S3a. GENDER:│
2354 │                       ├────────────┤
2355 │                       │    Count   │
2356 ├───────────────────────┼────────────┤
2357 │Age group 15 or younger│           0│
2358 │          16 to 25     │         505│
2359 │          26 to 35     │         491│
2360 │          36 to 45     │         548│
2361 │          46 to 55     │         649│
2362 │          56 to 65     │         731│
2363 │          66 or older  │         943│
2364 ╰───────────────────────┴────────────╯
2365 ])
2366 AT_CLEANUP
2367
2368 AT_SETUP([CTABLES missing values])
2369 AT_DATA([ctables.sps],
2370 [[DATA LIST LIST NOTABLE/x y.
2371 BEGIN DATA.
2372 1 1
2373 1 2
2374 1 3
2375 1 4
2376 1 5
2377 1 .
2378 2 1
2379 2 2
2380 2 3
2381 2 4
2382 2 5
2383 2 .
2384 3 1
2385 3 2
2386 3 3
2387 3 4
2388 3 5
2389 3 .
2390 4 1
2391 4 2
2392 4 3
2393 4 4
2394 4 5
2395 4 .
2396 5 1
2397 5 2
2398 5 3
2399 5 4
2400 5 5
2401 5 .
2402 . 1
2403 . 2
2404 . 3
2405 . 4
2406 . 5
2407 . .
2408 END DATA.
2409 MISSING VALUES x (1, 2) y (2, 3).
2410 VARIABLE LEVEL ALL (NOMINAL).
2411
2412 CTABLES /TABLE x[COUNT, COLPCT, COLPCT.VALIDN, COLPCT.TOTALN,
2413                  TOTALS[COUNT, COLPCT, COLPCT.VALIDN, COLPCT.TOTALN, VALIDN, TOTALN]]
2414     /CATEGORIES VARIABLES=ALL TOTAL=YES.
2415 CTABLES /TABLE x[COUNT, COLPCT, COLPCT.VALIDN, COLPCT.TOTALN,
2416                  TOTALS[COUNT, COLPCT, COLPCT.VALIDN, COLPCT.TOTALN, VALIDN, TOTALN]]
2417     /CATEGORIES VARIABLES=ALL TOTAL=YES MISSING=INCLUDE.
2418 CTABLES /TABLE x BY y[COUNT, COLPCT, COLPCT.VALIDN, COLPCT.TOTALN, ROWPCT, ROWPCT.VALIDN, ROWPCT.TOTALN,
2419                       TOTALS[COUNT, COLPCT, COLPCT.VALIDN, COLPCT.TOTALN, ROWPCT, ROWPCT.VALIDN, ROWPCT.TOTALN, VALIDN, TOTALN]]
2420     /CATEGORIES VARIABLES=ALL TOTAL=YES
2421     /SLABELS POSITION=ROW.
2422 CTABLES /TABLE x BY y[COUNT, COLPCT, COLPCT.VALIDN, COLPCT.TOTALN, ROWPCT, ROWPCT.VALIDN, ROWPCT.TOTALN,
2423                       TOTALS[COUNT, COLPCT, COLPCT.VALIDN, COLPCT.TOTALN, ROWPCT, ROWPCT.VALIDN, ROWPCT.TOTALN, VALIDN, TOTALN]]
2424     /CATEGORIES VARIABLES=ALL TOTAL=YES MISSING=INCLUDE
2425     /SLABELS POSITION=ROW.
2426 CTABLES /TABLE x BY y[COUNT, COLPCT, COLPCT.VALIDN, COLPCT.TOTALN, ROWPCT, ROWPCT.VALIDN, ROWPCT.TOTALN,
2427                       TOTALS[COUNT, COLPCT, COLPCT.VALIDN, COLPCT.TOTALN, ROWPCT, ROWPCT.VALIDN, ROWPCT.TOTALN, VALIDN, TOTALN]]
2428     /CATEGORIES VARIABLES=x [1, 2, 3, 4] TOTAL=YES 
2429     /CATEGORIES VARIABLES=y [1, 3, 4, 5] TOTAL=YES 
2430     /SLABELS POSITION=ROW.
2431 ]])
2432 AT_CHECK([pspp ctables.sps -O box=unicode -O width=120], [0], [dnl
2433                                Custom Tables
2434 ╭───────┬─────┬────────┬────────────────┬────────────────┬───────┬───────╮
2435 │       │Count│Column %│Column Valid N %│Column Total N %│Valid N│Total N│
2436 ├───────┼─────┼────────┼────────────────┼────────────────┼───────┼───────┤
2437 │x 3.00 │    6│   33.3%│           33.3%│           16.7%│       │       │
2438 │  4.00 │    6│   33.3%│           33.3%│           16.7%│       │       │
2439 │  5.00 │    6│   33.3%│           33.3%│           16.7%│       │       │
2440 │  Total│   18│  100.0%│          100.0%│          100.0%│     18│     36│
2441 ╰───────┴─────┴────────┴────────────────┴────────────────┴───────┴───────╯
2442 dnl Note that Column Total N % doesn't add up to 100 because missing
2443 dnl values are included in the total but not shown as a category and this
2444 dnl is expected behavior.
2445
2446                                Custom Tables
2447 ╭───────┬─────┬────────┬────────────────┬────────────────┬───────┬───────╮
2448 │       │Count│Column %│Column Valid N %│Column Total N %│Valid N│Total N│
2449 ├───────┼─────┼────────┼────────────────┼────────────────┼───────┼───────┤
2450 │x 1.00 │    6│   20.0%│             .0%│           16.7%│       │       │
2451 │  2.00 │    6│   20.0%│             .0%│           16.7%│       │       │
2452 │  3.00 │    6│   20.0%│           33.3%│           16.7%│       │       │
2453 │  4.00 │    6│   20.0%│           33.3%│           16.7%│       │       │
2454 │  5.00 │    6│   20.0%│           33.3%│           16.7%│       │       │
2455 │  Total│   30│  100.0%│          100.0%│          100.0%│     18│     36│
2456 ╰───────┴─────┴────────┴────────────────┴────────────────┴───────┴───────╯
2457 dnl Note that Column Total N % doesn't add up to 100 because system-missing
2458 dnl values are included in the total but not shown as a category and this
2459 dnl is expected behavior.
2460
2461                      Custom Tables
2462 ╭────────────────────────┬───────────────────────────╮
2463 │                        │             y             │
2464 │                        ├──────┬──────┬──────┬──────┤
2465 │                        │ 1.00 │ 4.00 │ 5.00 │ Total│
2466 ├────────────────────────┼──────┼──────┼──────┼──────┤
2467 │x 3.00  Count           │     1│     1│     1│     3│
2468 │        Column %        │ 33.3%│ 33.3%│ 33.3%│     .│
2469 │        Column Valid N %│ 33.3%│ 33.3%│ 33.3%│     .│
2470 │        Column Total N %│ 33.3%│ 33.3%│ 33.3%│     .│
2471 │        Row %           │ 33.3%│ 33.3%│ 33.3%│100.0%│
2472 │        Row Valid N %   │ 33.3%│ 33.3%│ 33.3%│100.0%│
2473 │        Row Total N %   │ 16.7%│ 16.7%│ 16.7%│100.0%│
2474 │        Valid N         │      │      │      │     3│
2475 │        Total N         │      │      │      │     6│
2476 │ ╶──────────────────────┼──────┼──────┼──────┼──────┤
2477 │  4.00  Count           │     1│     1│     1│     3│
2478 │        Column %        │ 33.3%│ 33.3%│ 33.3%│     .│
2479 │        Column Valid N %│ 33.3%│ 33.3%│ 33.3%│     .│
2480 │        Column Total N %│ 33.3%│ 33.3%│ 33.3%│     .│
2481 │        Row %           │ 33.3%│ 33.3%│ 33.3%│100.0%│
2482 │        Row Valid N %   │ 33.3%│ 33.3%│ 33.3%│100.0%│
2483 │        Row Total N %   │ 16.7%│ 16.7%│ 16.7%│100.0%│
2484 │        Valid N         │      │      │      │     3│
2485 │        Total N         │      │      │      │     6│
2486 │ ╶──────────────────────┼──────┼──────┼──────┼──────┤
2487 │  5.00  Count           │     1│     1│     1│     3│
2488 │        Column %        │ 33.3%│ 33.3%│ 33.3%│     .│
2489 │        Column Valid N %│ 33.3%│ 33.3%│ 33.3%│     .│
2490 │        Column Total N %│ 33.3%│ 33.3%│ 33.3%│     .│
2491 │        Row %           │ 33.3%│ 33.3%│ 33.3%│100.0%│
2492 │        Row Valid N %   │ 33.3%│ 33.3%│ 33.3%│100.0%│
2493 │        Row Total N %   │ 16.7%│ 16.7%│ 16.7%│100.0%│
2494 │        Valid N         │      │      │      │     3│
2495 │        Total N         │      │      │      │     6│
2496 │ ╶──────────────────────┼──────┼──────┼──────┼──────┤
2497 │  Total Count           │     3│     3│     3│     9│
2498 │        Column %        │100.0%│100.0%│100.0%│     .│
2499 │        Column Valid N %│100.0%│100.0%│100.0%│     .│
2500 │        Column Total N %│100.0%│100.0%│100.0%│     .│
2501 │        Row %           │     .│     .│     .│     .│
2502 │        Row Valid N %   │     .│     .│     .│     .│
2503 │        Row Total N %   │     .│     .│     .│     .│
2504 │        Valid N         │     3│     3│     3│     9│
2505 │        Total N         │     3│     3│     3│    18│
2506 ╰────────────────────────┴──────┴──────┴──────┴──────╯
2507
2508                             Custom Tables
2509 ╭────────────────────────┬─────────────────────────────────────────╮
2510 │                        │                    y                    │
2511 │                        ├──────┬──────┬──────┬──────┬──────┬──────┤
2512 │                        │ 1.00 │ 2.00 │ 3.00 │ 4.00 │ 5.00 │ Total│
2513 ├────────────────────────┼──────┼──────┼──────┼──────┼──────┼──────┤
2514 │x 1.00  Count           │     1│     1│     1│     1│     1│     5│
2515 │        Column %        │ 20.0%│ 20.0%│ 20.0%│ 20.0%│ 20.0%│     .│
2516 │        Column Valid N %│ 20.0%│     .│     .│ 20.0%│ 20.0%│     .│
2517 │        Column Total N %│ 20.0%│ 20.0%│ 20.0%│ 20.0%│ 20.0%│     .│
2518 │        Row %           │ 20.0%│ 20.0%│ 20.0%│ 20.0%│ 20.0%│100.0%│
2519 │        Row Valid N %   │ 33.3%│   .0%│   .0%│ 33.3%│ 33.3%│100.0%│
2520 │        Row Total N %   │ 16.7%│ 16.7%│ 16.7%│ 16.7%│ 16.7%│100.0%│
2521 │        Valid N         │      │      │      │      │      │     3│
2522 │        Total N         │      │      │      │      │      │     6│
2523 │ ╶──────────────────────┼──────┼──────┼──────┼──────┼──────┼──────┤
2524 │  2.00  Count           │     1│     1│     1│     1│     1│     5│
2525 │        Column %        │ 20.0%│ 20.0%│ 20.0%│ 20.0%│ 20.0%│     .│
2526 │        Column Valid N %│ 20.0%│     .│     .│ 20.0%│ 20.0%│     .│
2527 │        Column Total N %│ 20.0%│ 20.0%│ 20.0%│ 20.0%│ 20.0%│     .│
2528 │        Row %           │ 20.0%│ 20.0%│ 20.0%│ 20.0%│ 20.0%│100.0%│
2529 │        Row Valid N %   │ 33.3%│   .0%│   .0%│ 33.3%│ 33.3%│100.0%│
2530 │        Row Total N %   │ 16.7%│ 16.7%│ 16.7%│ 16.7%│ 16.7%│100.0%│
2531 │        Valid N         │      │      │      │      │      │     3│
2532 │        Total N         │      │      │      │      │      │     6│
2533 │ ╶──────────────────────┼──────┼──────┼──────┼──────┼──────┼──────┤
2534 │  3.00  Count           │     1│     1│     1│     1│     1│     5│
2535 │        Column %        │ 20.0%│ 20.0%│ 20.0%│ 20.0%│ 20.0%│     .│
2536 │        Column Valid N %│ 20.0%│     .│     .│ 20.0%│ 20.0%│     .│
2537 │        Column Total N %│ 20.0%│ 20.0%│ 20.0%│ 20.0%│ 20.0%│     .│
2538 │        Row %           │ 20.0%│ 20.0%│ 20.0%│ 20.0%│ 20.0%│100.0%│
2539 │        Row Valid N %   │ 33.3%│   .0%│   .0%│ 33.3%│ 33.3%│100.0%│
2540 │        Row Total N %   │ 16.7%│ 16.7%│ 16.7%│ 16.7%│ 16.7%│100.0%│
2541 │        Valid N         │      │      │      │      │      │     3│
2542 │        Total N         │      │      │      │      │      │     6│
2543 │ ╶──────────────────────┼──────┼──────┼──────┼──────┼──────┼──────┤
2544 │  4.00  Count           │     1│     1│     1│     1│     1│     5│
2545 │        Column %        │ 20.0%│ 20.0%│ 20.0%│ 20.0%│ 20.0%│     .│
2546 │        Column Valid N %│ 20.0%│     .│     .│ 20.0%│ 20.0%│     .│
2547 │        Column Total N %│ 20.0%│ 20.0%│ 20.0%│ 20.0%│ 20.0%│     .│
2548 │        Row %           │ 20.0%│ 20.0%│ 20.0%│ 20.0%│ 20.0%│100.0%│
2549 │        Row Valid N %   │ 33.3%│   .0%│   .0%│ 33.3%│ 33.3%│100.0%│
2550 │        Row Total N %   │ 16.7%│ 16.7%│ 16.7%│ 16.7%│ 16.7%│100.0%│
2551 │        Valid N         │      │      │      │      │      │     3│
2552 │        Total N         │      │      │      │      │      │     6│
2553 │ ╶──────────────────────┼──────┼──────┼──────┼──────┼──────┼──────┤
2554 │  5.00  Count           │     1│     1│     1│     1│     1│     5│
2555 │        Column %        │ 20.0%│ 20.0%│ 20.0%│ 20.0%│ 20.0%│     .│
2556 │        Column Valid N %│ 20.0%│     .│     .│ 20.0%│ 20.0%│     .│
2557 │        Column Total N %│ 20.0%│ 20.0%│ 20.0%│ 20.0%│ 20.0%│     .│
2558 │        Row %           │ 20.0%│ 20.0%│ 20.0%│ 20.0%│ 20.0%│100.0%│
2559 │        Row Valid N %   │ 33.3%│   .0%│   .0%│ 33.3%│ 33.3%│100.0%│
2560 │        Row Total N %   │ 16.7%│ 16.7%│ 16.7%│ 16.7%│ 16.7%│100.0%│
2561 │        Valid N         │      │      │      │      │      │     3│
2562 │        Total N         │      │      │      │      │      │     6│
2563 │ ╶──────────────────────┼──────┼──────┼──────┼──────┼──────┼──────┤
2564 │  Total Count           │     5│     5│     5│     5│     5│    25│
2565 │        Column %        │100.0%│100.0%│100.0%│100.0%│100.0%│     .│
2566 │        Column Valid N %│100.0%│     .│     .│100.0%│100.0%│     .│
2567 │        Column Total N %│100.0%│100.0%│100.0%│100.0%│100.0%│     .│
2568 │        Row %           │     .│     .│     .│     .│     .│     .│
2569 │        Row Valid N %   │     .│     .│     .│     .│     .│     .│
2570 │        Row Total N %   │     .│     .│     .│     .│     .│     .│
2571 │        Valid N         │     5│     0│     0│     5│     5│    15│
2572 │        Total N         │     5│     5│     5│     5│     5│    30│
2573 ╰────────────────────────┴──────┴──────┴──────┴──────┴──────┴──────╯
2574
2575                         Custom Tables
2576 ╭────────────────────────┬──────────────────────────────────╮
2577 │                        │                 y                │
2578 │                        ├──────┬──────┬──────┬──────┬──────┤
2579 │                        │ 1.00 │ 3.00 │ 4.00 │ 5.00 │ Total│
2580 ├────────────────────────┼──────┼──────┼──────┼──────┼──────┤
2581 │x 1.00  Count           │     1│     1│     1│     1│     4│
2582 │        Column %        │ 25.0%│ 25.0%│ 25.0%│ 25.0%│     .│
2583 │        Column Valid N %│ 25.0%│     .│ 25.0%│ 25.0%│     .│
2584 │        Column Total N %│ 25.0%│ 25.0%│ 25.0%│ 25.0%│     .│
2585 │        Row %           │ 25.0%│ 25.0%│ 25.0%│ 25.0%│100.0%│
2586 │        Row Valid N %   │ 33.3%│   .0%│ 33.3%│ 33.3%│100.0%│
2587 │        Row Total N %   │ 16.7%│ 16.7%│ 16.7%│ 16.7%│100.0%│
2588 │        Valid N         │      │      │      │      │     3│
2589 │        Total N         │      │      │      │      │     6│
2590 │ ╶──────────────────────┼──────┼──────┼──────┼──────┼──────┤
2591 │  2.00  Count           │     1│     1│     1│     1│     4│
2592 │        Column %        │ 25.0%│ 25.0%│ 25.0%│ 25.0%│     .│
2593 │        Column Valid N %│ 25.0%│     .│ 25.0%│ 25.0%│     .│
2594 │        Column Total N %│ 25.0%│ 25.0%│ 25.0%│ 25.0%│     .│
2595 │        Row %           │ 25.0%│ 25.0%│ 25.0%│ 25.0%│100.0%│
2596 │        Row Valid N %   │ 33.3%│   .0%│ 33.3%│ 33.3%│100.0%│
2597 │        Row Total N %   │ 16.7%│ 16.7%│ 16.7%│ 16.7%│100.0%│
2598 │        Valid N         │      │      │      │      │     3│
2599 │        Total N         │      │      │      │      │     6│
2600 │ ╶──────────────────────┼──────┼──────┼──────┼──────┼──────┤
2601 │  3.00  Count           │     1│     1│     1│     1│     4│
2602 │        Column %        │ 25.0%│ 25.0%│ 25.0%│ 25.0%│     .│
2603 │        Column Valid N %│ 25.0%│     .│ 25.0%│ 25.0%│     .│
2604 │        Column Total N %│ 25.0%│ 25.0%│ 25.0%│ 25.0%│     .│
2605 │        Row %           │ 25.0%│ 25.0%│ 25.0%│ 25.0%│100.0%│
2606 │        Row Valid N %   │ 33.3%│   .0%│ 33.3%│ 33.3%│100.0%│
2607 │        Row Total N %   │ 16.7%│ 16.7%│ 16.7%│ 16.7%│100.0%│
2608 │        Valid N         │      │      │      │      │     3│
2609 │        Total N         │      │      │      │      │     6│
2610 │ ╶──────────────────────┼──────┼──────┼──────┼──────┼──────┤
2611 │  4.00  Count           │     1│     1│     1│     1│     4│
2612 │        Column %        │ 25.0%│ 25.0%│ 25.0%│ 25.0%│     .│
2613 │        Column Valid N %│ 25.0%│     .│ 25.0%│ 25.0%│     .│
2614 │        Column Total N %│ 25.0%│ 25.0%│ 25.0%│ 25.0%│     .│
2615 │        Row %           │ 25.0%│ 25.0%│ 25.0%│ 25.0%│100.0%│
2616 │        Row Valid N %   │ 33.3%│   .0%│ 33.3%│ 33.3%│100.0%│
2617 │        Row Total N %   │ 16.7%│ 16.7%│ 16.7%│ 16.7%│100.0%│
2618 │        Valid N         │      │      │      │      │     3│
2619 │        Total N         │      │      │      │      │     6│
2620 │ ╶──────────────────────┼──────┼──────┼──────┼──────┼──────┤
2621 │  Total Count           │     4│     4│     4│     4│    16│
2622 │        Column %        │100.0%│100.0%│100.0%│100.0%│     .│
2623 │        Column Valid N %│100.0%│     .│100.0%│100.0%│     .│
2624 │        Column Total N %│100.0%│100.0%│100.0%│100.0%│     .│
2625 │        Row %           │     .│     .│     .│     .│     .│
2626 │        Row Valid N %   │     .│     .│     .│     .│     .│
2627 │        Row Total N %   │     .│     .│     .│     .│     .│
2628 │        Valid N         │     4│     0│     4│     4│    12│
2629 │        Total N         │     4│     4│     4│     4│    24│
2630 ╰────────────────────────┴──────┴──────┴──────┴──────┴──────╯
2631 ])
2632 AT_CLEANUP
2633
2634 AT_SETUP([CTABLES SMISSING=LISTWISE])
2635 AT_KEYWORDS([SMISSING LISTWISE])
2636 AT_DATA([ctables.sps],
2637 [[DATA LIST LIST NOTABLE/x y z.
2638 BEGIN DATA.
2639 1  . 40
2640 1 10 50
2641 1 20 60
2642 1  .  .
2643 1 30  .
2644 END DATA.
2645 VARIABLE LEVEL x (NOMINAL).
2646
2647 CTABLES /TABLE (y + z) > x.
2648 CTABLES /SMISSING LISTWISE /TABLE (y + z) > x.
2649
2650 * The following doesn't come out as listwise because the tables are
2651 separate, not linked by an > operator.
2652 CTABLES /SMISSING LISTWISE /TABLE (y > x) + (z > x).
2653 ]])
2654 AT_CHECK([pspp ctables.sps -O box=unicode -O width=120], [0], [dnl
2655   Custom Tables
2656 ╭────────┬─────╮
2657 │        │ Mean│
2658 ├────────┼─────┤
2659 │y x 1.00│20.00│
2660 ├────────┼─────┤
2661 │z x 1.00│50.00│
2662 ╰────────┴─────╯
2663
2664   Custom Tables
2665 ╭────────┬─────╮
2666 │        │ Mean│
2667 ├────────┼─────┤
2668 │y x 1.00│15.00│
2669 ├────────┼─────┤
2670 │z x 1.00│55.00│
2671 ╰────────┴─────╯
2672
2673   Custom Tables
2674 ╭────────┬─────╮
2675 │        │ Mean│
2676 ├────────┼─────┤
2677 │y x 1.00│20.00│
2678 ├────────┼─────┤
2679 │z x 1.00│50.00│
2680 ╰────────┴─────╯
2681 ])
2682 AT_CLEANUP
2683
2684 AT_SETUP([CTABLES VLABELS - variables on different axes])
2685 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
2686 AT_DATA([ctables.sps],
2687 [[GET 'nhtsa.sav'.
2688 CTABLES /VLABELS VARIABLES=qns3a qnd5a DISPLAY=DEFAULT /TABLE qnd5a BY qns3a.
2689 CTABLES /VLABELS VARIABLES=qns3a qnd5a DISPLAY=NAME    /TABLE qnd5a BY qns3a.
2690 CTABLES /VLABELS VARIABLES=qns3a qnd5a DISPLAY=LABEL   /TABLE qnd5a BY qns3a.
2691 CTABLES /VLABELS VARIABLES=qns3a qnd5a DISPLAY=BOTH    /TABLE qnd5a BY qns3a.
2692 CTABLES /VLABELS VARIABLES=qns3a qnd5a DISPLAY=NONE    /TABLE qnd5a BY qns3a.
2693 ]])
2694 AT_CHECK([pspp ctables.sps -O box=unicode], [0], [dnl
2695                                  Custom Tables
2696 ╭────────────────────────────────────────────────────────────────┬────────────╮
2697 │                                                                │S3a. GENDER:│
2698 │                                                                ├─────┬──────┤
2699 │                                                                │ Male│Female│
2700 │                                                                ├─────┼──────┤
2701 │                                                                │Count│ Count│
2702 ├────────────────────────────────────────────────────────────────┼─────┼──────┤
2703 │D5a. What would you say is your primary    Cuban                │   13│     7│
2704 │ethnic background?                         Mexican              │  175│   136│
2705 │                                           Spanish              │   20│    28│
2706 │                                           South American       │   21│    13│
2707 │                                           Central American     │   27│    25│
2708 │                                           Puerto Rican, OR     │   37│    41│
2709 │                                           Something else       │   35│    33│
2710 │                                           Multiple - cannot    │    2│     5│
2711 │                                           choose one           │     │      │
2712 ╰────────────────────────────────────────────────────────────────┴─────┴──────╯
2713
2714                   Custom Tables
2715 ╭──────────────────────────────────┬────────────╮
2716 │                                  │    QNS3A   │
2717 │                                  ├─────┬──────┤
2718 │                                  │ Male│Female│
2719 │                                  ├─────┼──────┤
2720 │                                  │Count│ Count│
2721 ├──────────────────────────────────┼─────┼──────┤
2722 │QND5A Cuban                       │   13│     7│
2723 │      Mexican                     │  175│   136│
2724 │      Spanish                     │   20│    28│
2725 │      South American              │   21│    13│
2726 │      Central American            │   27│    25│
2727 │      Puerto Rican, OR            │   37│    41│
2728 │      Something else              │   35│    33│
2729 │      Multiple - cannot choose one│    2│     5│
2730 ╰──────────────────────────────────┴─────┴──────╯
2731
2732                                  Custom Tables
2733 ╭────────────────────────────────────────────────────────────────┬────────────╮
2734 │                                                                │S3a. GENDER:│
2735 │                                                                ├─────┬──────┤
2736 │                                                                │ Male│Female│
2737 │                                                                ├─────┼──────┤
2738 │                                                                │Count│ Count│
2739 ├────────────────────────────────────────────────────────────────┼─────┼──────┤
2740 │D5a. What would you say is your primary    Cuban                │   13│     7│
2741 │ethnic background?                         Mexican              │  175│   136│
2742 │                                           Spanish              │   20│    28│
2743 │                                           South American       │   21│    13│
2744 │                                           Central American     │   27│    25│
2745 │                                           Puerto Rican, OR     │   37│    41│
2746 │                                           Something else       │   35│    33│
2747 │                                           Multiple - cannot    │    2│     5│
2748 │                                           choose one           │     │      │
2749 ╰────────────────────────────────────────────────────────────────┴─────┴──────╯
2750
2751                                  Custom Tables
2752 ╭────────────────────────────────────────────────────────────┬────────────────╮
2753 │                                                            │   QNS3A S3a.   │
2754 │                                                            │     GENDER:    │
2755 │                                                            ├───────┬────────┤
2756 │                                                            │  Male │ Female │
2757 │                                                            ├───────┼────────┤
2758 │                                                            │ Count │  Count │
2759 ├────────────────────────────────────────────────────────────┼───────┼────────┤
2760 │QND5A D5a. What would you say is your    Cuban              │     13│       7│
2761 │primary ethnic background?               Mexican            │    175│     136│
2762 │                                         Spanish            │     20│      28│
2763 │                                         South American     │     21│      13│
2764 │                                         Central American   │     27│      25│
2765 │                                         Puerto Rican, OR   │     37│      41│
2766 │                                         Something else     │     35│      33│
2767 │                                         Multiple - cannot  │      2│       5│
2768 │                                         choose one         │       │        │
2769 ╰────────────────────────────────────────────────────────────┴───────┴────────╯
2770
2771                Custom Tables
2772 ╭────────────────────────────┬─────┬──────╮
2773 │                            │ Male│Female│
2774 │                            ├─────┼──────┤
2775 │                            │Count│ Count│
2776 ├────────────────────────────┼─────┼──────┤
2777 │Cuban                       │   13│     7│
2778 │Mexican                     │  175│   136│
2779 │Spanish                     │   20│    28│
2780 │South American              │   21│    13│
2781 │Central American            │   27│    25│
2782 │Puerto Rican, OR            │   37│    41│
2783 │Something else              │   35│    33│
2784 │Multiple - cannot choose one│    2│     5│
2785 ╰────────────────────────────┴─────┴──────╯
2786 ])
2787 AT_CLEANUP
2788
2789 AT_SETUP([CTABLES VLABELS - stacked variables])
2790 AT_KEYWORDS([stack stacking])
2791 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
2792 AT_DATA([ctables.sps],
2793 [[GET 'nhtsa.sav'.
2794 CTABLES /VLABELS VARIABLES=qns3a DISPLAY=NAME /TABLE qnd5a + qns3a.
2795 CTABLES /VLABELS VARIABLES=qnd5a DISPLAY=NAME /TABLE qnd5a + qns3a.
2796 CTABLES /VLABELS VARIABLES=qns3a DISPLAY=NONE /TABLE qnd5a + qns3a.
2797 CTABLES /VLABELS VARIABLES=qnd5a DISPLAY=NONE /TABLE qnd5a + qns3a.
2798 CTABLES /VLABELS VARIABLES=qns3a qnd5a DISPLAY=NONE /TABLE qnd5a + qns3a.
2799 ]])
2800 AT_CHECK([pspp ctables.sps -O box=unicode], [0], [dnl
2801                                  Custom Tables
2802 ╭───────────────────────────────────────────────────────────────────────┬─────╮
2803 │                                                                       │Count│
2804 ├───────────────────────────────────────────────────────────────────────┼─────┤
2805 │D5a. What would you say is your primary ethnic  Cuban                  │   20│
2806 │background?                                     Mexican                │  311│
2807 │                                                Spanish                │   48│
2808 │                                                South American         │   34│
2809 │                                                Central American       │   52│
2810 │                                                Puerto Rican, OR       │   78│
2811 │                                                Something else         │   68│
2812 │                                                Multiple - cannot      │    7│
2813 │                                                choose one             │     │
2814 ├───────────────────────────────────────────────────────────────────────┼─────┤
2815 │QNS3A                                           Male                   │ 3132│
2816 │                                                Female                 │ 3867│
2817 ╰───────────────────────────────────────────────────────────────────────┴─────╯
2818
2819                   Custom Tables
2820 ╭─────────────────────────────────────────┬─────╮
2821 │                                         │Count│
2822 ├─────────────────────────────────────────┼─────┤
2823 │QND5A        Cuban                       │   20│
2824 │             Mexican                     │  311│
2825 │             Spanish                     │   48│
2826 │             South American              │   34│
2827 │             Central American            │   52│
2828 │             Puerto Rican, OR            │   78│
2829 │             Something else              │   68│
2830 │             Multiple - cannot choose one│    7│
2831 ├─────────────────────────────────────────┼─────┤
2832 │S3a. GENDER: Male                        │ 3132│
2833 │             Female                      │ 3867│
2834 ╰─────────────────────────────────────────┴─────╯
2835
2836                                  Custom Tables
2837 ╭───────────────────────────────────────────────────────────────────────┬─────╮
2838 │                                                                       │Count│
2839 ├───────────────────────────────────────────────────────────────────────┼─────┤
2840 │D5a. What would you say is your primary ethnic  Cuban                  │   20│
2841 │background?                                     Mexican                │  311│
2842 │                                                Spanish                │   48│
2843 │                                                South American         │   34│
2844 │                                                Central American       │   52│
2845 │                                                Puerto Rican, OR       │   78│
2846 │                                                Something else         │   68│
2847 │                                                Multiple - cannot      │    7│
2848 │                                                choose one             │     │
2849 ├───────────────────────────────────────────────────────────────────────┼─────┤
2850 │Male                                                                   │ 3132│
2851 ├───────────────────────────────────────────────────────────────────────┼─────┤
2852 │Female                                                                 │ 3867│
2853 ╰───────────────────────────────────────────────────────────────────────┴─────╯
2854
2855             Custom Tables
2856 ╭─────────────────────────────┬─────╮
2857 │                             │Count│
2858 ├─────────────────────────────┼─────┤
2859 │Cuban                        │   20│
2860 ├─────────────────────────────┼─────┤
2861 │Mexican                      │  311│
2862 ├─────────────────────────────┼─────┤
2863 │Spanish                      │   48│
2864 ├─────────────────────────────┼─────┤
2865 │South American               │   34│
2866 ├─────────────────────────────┼─────┤
2867 │Central American             │   52│
2868 ├─────────────────────────────┼─────┤
2869 │Puerto Rican, OR             │   78│
2870 ├─────────────────────────────┼─────┤
2871 │Something else               │   68│
2872 ├─────────────────────────────┼─────┤
2873 │Multiple - cannot choose one │    7│
2874 ├─────────────────────────────┼─────┤
2875 │S3a. GENDER:     Male        │ 3132│
2876 │                 Female      │ 3867│
2877 ╰─────────────────────────────┴─────╯
2878
2879             Custom Tables
2880 ╭────────────────────────────┬─────╮
2881 │                            │Count│
2882 ├────────────────────────────┼─────┤
2883 │Cuban                       │   20│
2884 │Mexican                     │  311│
2885 │Spanish                     │   48│
2886 │South American              │   34│
2887 │Central American            │   52│
2888 │Puerto Rican, OR            │   78│
2889 │Something else              │   68│
2890 │Multiple - cannot choose one│    7│
2891 │Male                        │ 3132│
2892 │Female                      │ 3867│
2893 ╰────────────────────────────┴─────╯
2894 ])
2895 AT_CLEANUP
2896
2897 AT_SETUP([CTABLES VLABELS - nested variables])
2898 AT_KEYWORDS([nest nesting])
2899 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
2900 AT_DATA([ctables.sps],
2901 [[GET 'nhtsa.sav'.
2902 CTABLES /VLABELS VARIABLES=qns3a DISPLAY=NAME /TABLE qnd5a > qns3a.
2903 CTABLES /VLABELS VARIABLES=qnd5a DISPLAY=NAME /TABLE qnd5a > qns3a.
2904 CTABLES /VLABELS VARIABLES=qns3a DISPLAY=NONE /TABLE qnd5a > qns3a.
2905 CTABLES /VLABELS VARIABLES=qnd5a DISPLAY=NONE /TABLE qnd5a > qns3a.
2906 CTABLES /VLABELS VARIABLES=qns3a qnd5a DISPLAY=NONE /TABLE qnd5a > qns3a.
2907 ]])
2908 AT_CHECK([pspp ctables.sps -O box=unicode], [0], [dnl
2909                                  Custom Tables
2910 ╭───────────────────────────────────────────────────────────────────────┬─────╮
2911 │                                                                       │Count│
2912 ├───────────────────────────────────────────────────────────────────────┼─────┤
2913 │D5a. What would you say is your       Cuban                QNS3A Male  │   13│
2914 │primary ethnic background?                                       Female│    7│
2915 │                                     ╶─────────────────────────────────┼─────┤
2916 │                                      Mexican              QNS3A Male  │  175│
2917 │                                                                 Female│  136│
2918 │                                     ╶─────────────────────────────────┼─────┤
2919 │                                      Spanish              QNS3A Male  │   20│
2920 │                                                                 Female│   28│
2921 │                                     ╶─────────────────────────────────┼─────┤
2922 │                                      South American       QNS3A Male  │   21│
2923 │                                                                 Female│   13│
2924 │                                     ╶─────────────────────────────────┼─────┤
2925 │                                      Central American     QNS3A Male  │   27│
2926 │                                                                 Female│   25│
2927 │                                     ╶─────────────────────────────────┼─────┤
2928 │                                      Puerto Rican, OR     QNS3A Male  │   37│
2929 │                                                                 Female│   41│
2930 │                                     ╶─────────────────────────────────┼─────┤
2931 │                                      Something else       QNS3A Male  │   35│
2932 │                                                                 Female│   33│
2933 │                                     ╶─────────────────────────────────┼─────┤
2934 │                                      Multiple - cannot    QNS3A Male  │    2│
2935 │                                      choose one                 Female│    5│
2936 ╰───────────────────────────────────────────────────────────────────────┴─────╯
2937
2938                          Custom Tables
2939 ╭──────────────────────────────────────────────────────┬─────╮
2940 │                                                      │Count│
2941 ├──────────────────────────────────────────────────────┼─────┤
2942 │QND5A Cuban                        S3a. GENDER: Male  │   13│
2943 │                                                Female│    7│
2944 │     ╶────────────────────────────────────────────────┼─────┤
2945 │      Mexican                      S3a. GENDER: Male  │  175│
2946 │                                                Female│  136│
2947 │     ╶────────────────────────────────────────────────┼─────┤
2948 │      Spanish                      S3a. GENDER: Male  │   20│
2949 │                                                Female│   28│
2950 │     ╶────────────────────────────────────────────────┼─────┤
2951 │      South American               S3a. GENDER: Male  │   21│
2952 │                                                Female│   13│
2953 │     ╶────────────────────────────────────────────────┼─────┤
2954 │      Central American             S3a. GENDER: Male  │   27│
2955 │                                                Female│   25│
2956 │     ╶────────────────────────────────────────────────┼─────┤
2957 │      Puerto Rican, OR             S3a. GENDER: Male  │   37│
2958 │                                                Female│   41│
2959 │     ╶────────────────────────────────────────────────┼─────┤
2960 │      Something else               S3a. GENDER: Male  │   35│
2961 │                                                Female│   33│
2962 │     ╶────────────────────────────────────────────────┼─────┤
2963 │      Multiple - cannot choose one S3a. GENDER: Male  │    2│
2964 │                                                Female│    5│
2965 ╰──────────────────────────────────────────────────────┴─────╯
2966
2967                                  Custom Tables
2968 ╭───────────────────────────────────────────────────────────────────────┬─────╮
2969 │                                                                       │Count│
2970 ├───────────────────────────────────────────────────────────────────────┼─────┤
2971 │D5a. What would you say is your primary    Cuban                 Male  │   13│
2972 │ethnic background?                                               Female│    7│
2973 │                                          ╶────────────────────────────┼─────┤
2974 │                                           Mexican               Male  │  175│
2975 │                                                                 Female│  136│
2976 │                                          ╶────────────────────────────┼─────┤
2977 │                                           Spanish               Male  │   20│
2978 │                                                                 Female│   28│
2979 │                                          ╶────────────────────────────┼─────┤
2980 │                                           South American        Male  │   21│
2981 │                                                                 Female│   13│
2982 │                                          ╶────────────────────────────┼─────┤
2983 │                                           Central American      Male  │   27│
2984 │                                                                 Female│   25│
2985 │                                          ╶────────────────────────────┼─────┤
2986 │                                           Puerto Rican, OR      Male  │   37│
2987 │                                                                 Female│   41│
2988 │                                          ╶────────────────────────────┼─────┤
2989 │                                           Something else        Male  │   35│
2990 │                                                                 Female│   33│
2991 │                                          ╶────────────────────────────┼─────┤
2992 │                                           Multiple - cannot     Male  │    2│
2993 │                                           choose one            Female│    5│
2994 ╰───────────────────────────────────────────────────────────────────────┴─────╯
2995
2996                       Custom Tables
2997 ╭────────────────────────────────────────────────┬─────╮
2998 │                                                │Count│
2999 ├────────────────────────────────────────────────┼─────┤
3000 │Cuban                        S3a. GENDER: Male  │   13│
3001 │                                          Female│    7│
3002 ├────────────────────────────────────────────────┼─────┤
3003 │Mexican                      S3a. GENDER: Male  │  175│
3004 │                                          Female│  136│
3005 ├────────────────────────────────────────────────┼─────┤
3006 │Spanish                      S3a. GENDER: Male  │   20│
3007 │                                          Female│   28│
3008 ├────────────────────────────────────────────────┼─────┤
3009 │South American               S3a. GENDER: Male  │   21│
3010 │                                          Female│   13│
3011 ├────────────────────────────────────────────────┼─────┤
3012 │Central American             S3a. GENDER: Male  │   27│
3013 │                                          Female│   25│
3014 ├────────────────────────────────────────────────┼─────┤
3015 │Puerto Rican, OR             S3a. GENDER: Male  │   37│
3016 │                                          Female│   41│
3017 ├────────────────────────────────────────────────┼─────┤
3018 │Something else               S3a. GENDER: Male  │   35│
3019 │                                          Female│   33│
3020 ├────────────────────────────────────────────────┼─────┤
3021 │Multiple - cannot choose one S3a. GENDER: Male  │    2│
3022 │                                          Female│    5│
3023 ╰────────────────────────────────────────────────┴─────╯
3024
3025                Custom Tables
3026 ╭───────────────────────────────────┬─────╮
3027 │                                   │Count│
3028 ├───────────────────────────────────┼─────┤
3029 │Cuban                        Male  │   13│
3030 │                             Female│    7│
3031 ├───────────────────────────────────┼─────┤
3032 │Mexican                      Male  │  175│
3033 │                             Female│  136│
3034 ├───────────────────────────────────┼─────┤
3035 │Spanish                      Male  │   20│
3036 │                             Female│   28│
3037 ├───────────────────────────────────┼─────┤
3038 │South American               Male  │   21│
3039 │                             Female│   13│
3040 ├───────────────────────────────────┼─────┤
3041 │Central American             Male  │   27│
3042 │                             Female│   25│
3043 ├───────────────────────────────────┼─────┤
3044 │Puerto Rican, OR             Male  │   37│
3045 │                             Female│   41│
3046 ├───────────────────────────────────┼─────┤
3047 │Something else               Male  │   35│
3048 │                             Female│   33│
3049 ├───────────────────────────────────┼─────┤
3050 │Multiple - cannot choose one Male  │    2│
3051 │                             Female│    5│
3052 ╰───────────────────────────────────┴─────╯
3053 ])
3054 AT_CLEANUP
3055
3056 AT_SETUP([CTABLES FORMAT EMPTY])
3057 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
3058 AT_DATA([ctables.sps],
3059 [[GET 'nhtsa.sav'.
3060 CTABLES /FORMAT EMPTY=ZERO /TABLE qnd5a BY qnd5.
3061 CTABLES /FORMAT EMPTY=BLANK /TABLE qnd5a BY qnd5.
3062 CTABLES /FORMAT EMPTY='n/a' /TABLE qnd5a BY qnd5.
3063 ]])
3064 AT_CHECK([pspp ctables.sps -O box=unicode], [0], [dnl
3065                                  Custom Tables
3066 ╭─────────────────────────────────────────────┬───────────────────────────────╮
3067 │                                             │   D5. ETHNICITY: Are you of   │
3068 │                                             │  Hispanic or Latino origin or │
3069 │                                             │            descent?           │
3070 │                                             ├───────────────┬───────────────┤
3071 │                                             │      Yes      │       No      │
3072 │                                             ├───────────────┼───────────────┤
3073 │                                             │     Count     │     Count     │
3074 ├─────────────────────────────────────────────┼───────────────┼───────────────┤
3075 │D5a. What would you say is   Cuban           │             20│              0│
3076 │your primary ethnic          Mexican         │            311│              0│
3077 │background?                  Spanish         │             48│              0│
3078 │                             South American  │             34│              0│
3079 │                             Central American│             52│              0│
3080 │                             Puerto Rican, OR│             78│              0│
3081 │                             Something else  │             68│              0│
3082 │                             Multiple -      │              7│              0│
3083 │                             cannot choose   │               │               │
3084 │                             one             │               │               │
3085 ╰─────────────────────────────────────────────┴───────────────┴───────────────╯
3086
3087                                  Custom Tables
3088 ╭─────────────────────────────────────────────┬───────────────────────────────╮
3089 │                                             │   D5. ETHNICITY: Are you of   │
3090 │                                             │  Hispanic or Latino origin or │
3091 │                                             │            descent?           │
3092 │                                             ├───────────────┬───────────────┤
3093 │                                             │      Yes      │       No      │
3094 │                                             ├───────────────┼───────────────┤
3095 │                                             │     Count     │     Count     │
3096 ├─────────────────────────────────────────────┼───────────────┼───────────────┤
3097 │D5a. What would you say is   Cuban           │             20│               │
3098 │your primary ethnic          Mexican         │            311│               │
3099 │background?                  Spanish         │             48│               │
3100 │                             South American  │             34│               │
3101 │                             Central American│             52│               │
3102 │                             Puerto Rican, OR│             78│               │
3103 │                             Something else  │             68│               │
3104 │                             Multiple -      │              7│               │
3105 │                             cannot choose   │               │               │
3106 │                             one             │               │               │
3107 ╰─────────────────────────────────────────────┴───────────────┴───────────────╯
3108
3109                                  Custom Tables
3110 ╭─────────────────────────────────────────────┬───────────────────────────────╮
3111 │                                             │   D5. ETHNICITY: Are you of   │
3112 │                                             │  Hispanic or Latino origin or │
3113 │                                             │            descent?           │
3114 │                                             ├───────────────┬───────────────┤
3115 │                                             │      Yes      │       No      │
3116 │                                             ├───────────────┼───────────────┤
3117 │                                             │     Count     │     Count     │
3118 ├─────────────────────────────────────────────┼───────────────┼───────────────┤
3119 │D5a. What would you say is   Cuban           │             20│n/a            │
3120 │your primary ethnic          Mexican         │            311│n/a            │
3121 │background?                  Spanish         │             48│n/a            │
3122 │                             South American  │             34│n/a            │
3123 │                             Central American│             52│n/a            │
3124 │                             Puerto Rican, OR│             78│n/a            │
3125 │                             Something else  │             68│n/a            │
3126 │                             Multiple -      │              7│n/a            │
3127 │                             cannot choose   │               │               │
3128 │                             one             │               │               │
3129 ╰─────────────────────────────────────────────┴───────────────┴───────────────╯
3130 ])
3131 AT_CLEANUP
3132
3133 AT_SETUP([CTABLES FORMAT MISSING])
3134 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
3135 AT_DATA([ctables.sps],
3136 [[GET 'nhtsa.sav'.
3137 CTABLES /FORMAT MISSING='(no data)' /TABLE qnd5a[COLPCT] BY qnd5.
3138 ]])
3139 AT_CHECK([pspp ctables.sps -O box=unicode], [0], [dnl
3140                                  Custom Tables
3141 ╭─────────────────────────────────────────────┬───────────────────────────────╮
3142 │                                             │   D5. ETHNICITY: Are you of   │
3143 │                                             │  Hispanic or Latino origin or │
3144 │                                             │            descent?           │
3145 │                                             ├───────────────┬───────────────┤
3146 │                                             │      Yes      │       No      │
3147 │                                             ├───────────────┼───────────────┤
3148 │                                             │    Column %   │    Column %   │
3149 ├─────────────────────────────────────────────┼───────────────┼───────────────┤
3150 │D5a. What would you say is   Cuban           │           3.2%│(no data)      │
3151 │your primary ethnic          Mexican         │          50.3%│(no data)      │
3152 │background?                  Spanish         │           7.8%│(no data)      │
3153 │                             South American  │           5.5%│(no data)      │
3154 │                             Central American│           8.4%│(no data)      │
3155 │                             Puerto Rican, OR│          12.6%│(no data)      │
3156 │                             Something else  │          11.0%│(no data)      │
3157 │                             Multiple -      │           1.1%│(no data)      │
3158 │                             cannot choose   │               │               │
3159 │                             one             │               │               │
3160 ╰─────────────────────────────────────────────┴───────────────┴───────────────╯
3161 ])
3162 AT_CLEANUP
3163
3164 AT_SETUP([CTABLES HIDESMALLCOUNTS])
3165 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
3166 AT_DATA([ctables.sps],
3167 [[GET 'nhtsa.sav'.
3168 CTABLES /TABLE qn38[c][COUNT, COLPCT].
3169 CTABLES /HIDESMALLCOUNTS /TABLE qn38[c][COUNT, COLPCT].
3170 CTABLES /HIDESMALLCOUNTS COUNT=10 /TABLE qn38[c][COUNT, COLPCT].
3171 ]])
3172 AT_CHECK([pspp ctables.sps -O box=unicode], [0], [dnl
3173                                  Custom Tables
3174 ╭──────────────────────────────────────────────────────────────┬─────┬────────╮
3175 │                                                              │Count│Column %│
3176 ├──────────────────────────────────────────────────────────────┼─────┼────────┤
3177 │38. How many drinks did you have on that         Less than one│    7│     .5%│
3178 │occasion?                                        1            │  491│   34.9%│
3179 │                                                 2            │  462│   32.9%│
3180 │                                                 3            │  229│   16.3%│
3181 │                                                 4            │   82│    5.8%│
3182 │                                                 5            │   56│    4.0%│
3183 │                                                 6            │   32│    2.3%│
3184 │                                                 7            │    9│     .6%│
3185 │                                                 8            │    8│     .6%│
3186 │                                                 9            │    4│     .3%│
3187 │                                                 10           │    6│     .4%│
3188 │                                                 11           │    2│     .1%│
3189 │                                                 12           │    5│     .4%│
3190 │                                                 14           │    1│     .1%│
3191 │                                                 15           │    1│     .1%│
3192 │                                                 18           │    1│     .1%│
3193 │                                                 20           │    4│     .3%│
3194 │                                                 25           │    1│     .1%│
3195 │                                                 30           │    3│     .2%│
3196 │                                                 60           │    1│     .1%│
3197 │                                                 99+          │    0│     .0%│
3198 ╰──────────────────────────────────────────────────────────────┴─────┴────────╯
3199
3200                                  Custom Tables
3201 ╭──────────────────────────────────────────────────────────────┬─────┬────────╮
3202 │                                                              │Count│Column %│
3203 ├──────────────────────────────────────────────────────────────┼─────┼────────┤
3204 │38. How many drinks did you have on that         Less than one│    7│     .5%│
3205 │occasion?                                        1            │  491│   34.9%│
3206 │                                                 2            │  462│   32.9%│
3207 │                                                 3            │  229│   16.3%│
3208 │                                                 4            │   82│    5.8%│
3209 │                                                 5            │   56│    4.0%│
3210 │                                                 6            │   32│    2.3%│
3211 │                                                 7            │    9│     .6%│
3212 │                                                 8            │    8│     .6%│
3213 │                                                 9            │<5   │     .3%│
3214 │                                                 10           │    6│     .4%│
3215 │                                                 11           │<5   │     .1%│
3216 │                                                 12           │    5│     .4%│
3217 │                                                 14           │<5   │     .1%│
3218 │                                                 15           │<5   │     .1%│
3219 │                                                 18           │<5   │     .1%│
3220 │                                                 20           │<5   │     .3%│
3221 │                                                 25           │<5   │     .1%│
3222 │                                                 30           │<5   │     .2%│
3223 │                                                 60           │<5   │     .1%│
3224 │                                                 99+          │<5   │     .0%│
3225 ╰──────────────────────────────────────────────────────────────┴─────┴────────╯
3226
3227                                  Custom Tables
3228 ╭──────────────────────────────────────────────────────────────┬─────┬────────╮
3229 │                                                              │Count│Column %│
3230 ├──────────────────────────────────────────────────────────────┼─────┼────────┤
3231 │38. How many drinks did you have on that         Less than one│<10  │     .5%│
3232 │occasion?                                        1            │  491│   34.9%│
3233 │                                                 2            │  462│   32.9%│
3234 │                                                 3            │  229│   16.3%│
3235 │                                                 4            │   82│    5.8%│
3236 │                                                 5            │   56│    4.0%│
3237 │                                                 6            │   32│    2.3%│
3238 │                                                 7            │<10  │     .6%│
3239 │                                                 8            │<10  │     .6%│
3240 │                                                 9            │<10  │     .3%│
3241 │                                                 10           │<10  │     .4%│
3242 │                                                 11           │<10  │     .1%│
3243 │                                                 12           │<10  │     .4%│
3244 │                                                 14           │<10  │     .1%│
3245 │                                                 15           │<10  │     .1%│
3246 │                                                 18           │<10  │     .1%│
3247 │                                                 20           │<10  │     .3%│
3248 │                                                 25           │<10  │     .1%│
3249 │                                                 30           │<10  │     .2%│
3250 │                                                 60           │<10  │     .1%│
3251 │                                                 99+          │<10  │     .0%│
3252 ╰──────────────────────────────────────────────────────────────┴─────┴────────╯
3253 ])
3254 AT_CLEANUP
3255
3256 AT_SETUP([CTABLES FORMAT MINCOLWIDTH MAXCOLWIDTH])
3257 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
3258 AT_DATA([ctables.sps],
3259 [[GET 'nhtsa.sav'.
3260 CTABLES /FORMAT MINCOLWIDTH=1 MAXCOLWIDTH=2 UNITS=INCHES /TABLE BY qns3a.
3261 ]])
3262 AT_CHECK([pspp ctables.sps -o - -O box=unicode -o pspp.spv], [0], [dnl
3263  Custom Tables
3264 ╭────────────╮
3265 │S3a. GENDER:│
3266 ├─────┬──────┤
3267 │ Male│Female│
3268 ├─────┼──────┤
3269 │Count│ Count│
3270 ├─────┼──────┤
3271 │ 3132│  3867│
3272 ╰─────┴──────╯
3273 ])
3274 AT_CHECK([pspp-output get-table-look pspp.spv pspp.stt])
3275 AT_CHECK([sed 's/ /\n/g' pspp.stt | grep ColumnWidth | sort], [0], [dnl
3276 maximumColumnWidth="192"
3277 minimumColumnWidth="96"
3278 ])
3279 AT_CLEANUP
3280
3281 AT_SETUP([CTABLES special formats])
3282 AT_KEYWORDS([NEGPAREN NEQUAL PAREN PCTPAREN])
3283 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
3284 AT_DATA([ctables.sps],
3285 [[GET 'nhtsa.sav'.
3286 COMPUTE x = qnd3 - 4.
3287 CTABLES /TABLE x[MINIMUM NEGPAREN8.1, MINIMUM NEQUAL8.1, MINIMUM PAREN8.1, MINIMUM PCTPAREN8.1, MAXIMUM NEGPAREN8.1, MAXIMUM NEQUAL8.1, MAXIMUM PAREN8.1, MAXIMUM PCTPAREN8.1].
3288 ]])
3289 AT_CHECK([pspp ctables.sps -O box=unicode], [0], [dnl
3290                            Custom Tables
3291 ╭─┬───────┬───────┬───────┬───────┬───────┬───────┬───────┬───────╮
3292 │ │Minimum│Minimum│Minimum│Minimum│Maximum│Maximum│Maximum│Maximum│
3293 ├─┼───────┼───────┼───────┼───────┼───────┼───────┼───────┼───────┤
3294 │x│(3.0)  │N=-3.0 │(-3.0) │(-3.0%)│8.0    │N=8.0  │(8.0)  │(8.0%) │
3295 ╰─┴───────┴───────┴───────┴───────┴───────┴───────┴───────┴───────╯
3296 ])
3297 AT_CLEANUP
3298
3299 AT_SETUP([CTABLES TITLES])
3300 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
3301 AT_DATA([ctables.sps],
3302 [[GET 'nhtsa.sav'.
3303 CTABLES
3304     /VLABELS VARIABLES=qn1 DISPLAY=NONE
3305     /TABLE ((qn1[c][COUNT])) BY qns3a[c] > qnd5
3306     /TITLES TITLE='How often do you drive?'
3307             CAPTION='Generated )TIME on )DATE'
3308             CORNER=')TABLE'.
3309 ]])
3310 AT_CHECK([pspp ctables.sps -O box=unicode | sed 's/..:..:../HH:MM:SS/
3311 s&../../..&MM/DD/YY&'], [0], [dnl
3312                             How often do you drive?
3313 ╭───────────────────────────────────┬─────────────────────────────────────────╮
3314 │                                   │               S3a. GENDER:              │
3315 │                                   ├────────────────────┬────────────────────┤
3316 │                                   │        Male        │       Female       │
3317 │                                   ├────────────────────┼────────────────────┤
3318 │                                   │ D5. ETHNICITY: Are │ D5. ETHNICITY: Are │
3319 │                                   │ you of Hispanic or │ you of Hispanic or │
3320 │                                   │  Latino origin or  │  Latino origin or  │
3321 │( ( 1. How often do you usually    │      descent?      │      descent?      │
3322 │drive a car or other motor         ├─────────┬──────────┼─────────┬──────────┤
3323 │vehicle?) ) BY S3a. GENDER: > D5.  │   Yes   │    No    │   Yes   │    No    │
3324 │ETHNICITY: Are you of Hispanic or  ├─────────┼──────────┼─────────┼──────────┤
3325 │Latino origin or descent?          │  Count  │   Count  │  Count  │   Count  │
3326 ├───────────────────────────────────┼─────────┼──────────┼─────────┼──────────┤
3327 │Every day                          │      218│      2066│      166│      2175│
3328 │Several days a week                │       44│       391│       45│       782│
3329 │Once a week or less                │       16│       109│       12│       223│
3330 │Only certain times a year          │       15│        41│       11│        61│
3331 │Never                              │       39│       150│       56│       278│
3332 ╰───────────────────────────────────┴─────────┴──────────┴─────────┴──────────╯
3333 Generated HH:MM:SS on MM/DD/YY
3334 ])
3335 AT_CLEANUP
3336
3337 AT_SETUP([CTABLES area definitions])
3338 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
3339 AT_DATA([ctables.sps],
3340 [[GET 'nhtsa.sav'.
3341 CTABLES
3342     /VLABELS VARIABLES=ALL DISPLAY=NAME
3343     /TABLE qn61 > qn57 BY qnd7a > qn86 + qn64b BY qns3a[TABLEID, LAYERID, SUBTABLEID]
3344     /SLABELS POSITION=ROW
3345     /TABLE qn61 > qn57 BY qnd7a > qn86 + qn64b BY qns3a[ROWID, LAYERROWID]
3346     /SLABELS POSITION=ROW
3347     /TABLE qn61 > qn57 BY qnd7a > qn86 + qn64b BY qns3a[COLID, LAYERCOLID]
3348     /SLABELS POSITION=ROW.
3349 ]])
3350 AT_CHECK([pspp ctables.sps --table-look="$builddir"/all-layers.stt -O box=unicode -O width=80], [0], [dnl
3351                     Custom Tables
3352 Male
3353 ╭─────────────────────────────┬─────────────┬──────╮
3354 │                             │    QND7A    │ QN64B│
3355 │                             ├──────┬──────┼───┬──┤
3356 │                             │  Yes │  No  │   │  │
3357 │                             ├──────┼──────┤   │  │
3358 │                             │ QN86 │ QN86 │   │  │
3359 │                             ├───┬──┼───┬──┤   │  │
3360 │                             │Yes│No│Yes│No│Yes│No│
3361 ├─────────────────────────────┼───┼──┼───┼──┼───┼──┤
3362 │QN61 Yes QN57 Yes Table ID   │  1│ 1│  1│ 1│  2│ 2│
3363 │                  Layer ID   │  1│ 1│  1│ 1│  2│ 2│
3364 │                  Subtable ID│  1│ 1│  2│ 2│  3│ 3│
3365 │             ╶───────────────┼───┼──┼───┼──┼───┼──┤
3366 │              No  Table ID   │  1│ 1│  1│ 1│  2│ 2│
3367 │                  Layer ID   │  1│ 1│  1│ 1│  2│ 2│
3368 │                  Subtable ID│  1│ 1│  2│ 2│  3│ 3│
3369 │    ╶────────────────────────┼───┼──┼───┼──┼───┼──┤
3370 │     No  QN57 Yes Table ID   │  1│ 1│  1│ 1│  2│ 2│
3371 │                  Layer ID   │  1│ 1│  1│ 1│  2│ 2│
3372 │                  Subtable ID│  4│ 4│  5│ 5│  6│ 6│
3373 │             ╶───────────────┼───┼──┼───┼──┼───┼──┤
3374 │              No  Table ID   │  1│ 1│  1│ 1│  2│ 2│
3375 │                  Layer ID   │  1│ 1│  1│ 1│  2│ 2│
3376 │                  Subtable ID│  4│ 4│  5│ 5│  6│ 6│
3377 ╰─────────────────────────────┴───┴──┴───┴──┴───┴──╯
3378
3379                     Custom Tables
3380 Female
3381 ╭─────────────────────────────┬─────────────┬──────╮
3382 │                             │    QND7A    │ QN64B│
3383 │                             ├──────┬──────┼───┬──┤
3384 │                             │  Yes │  No  │   │  │
3385 │                             ├──────┼──────┤   │  │
3386 │                             │ QN86 │ QN86 │   │  │
3387 │                             ├───┬──┼───┬──┤   │  │
3388 │                             │Yes│No│Yes│No│Yes│No│
3389 ├─────────────────────────────┼───┼──┼───┼──┼───┼──┤
3390 │QN61 Yes QN57 Yes Table ID   │  1│ 1│  1│ 1│  2│ 2│
3391 │                  Layer ID   │  3│ 3│  3│ 3│  4│ 4│
3392 │                  Subtable ID│  7│ 7│  8│ 8│  9│ 9│
3393 │             ╶───────────────┼───┼──┼───┼──┼───┼──┤
3394 │              No  Table ID   │  1│ 1│  1│ 1│  2│ 2│
3395 │                  Layer ID   │  3│ 3│  3│ 3│  4│ 4│
3396 │                  Subtable ID│  7│ 7│  8│ 8│  9│ 9│
3397 │    ╶────────────────────────┼───┼──┼───┼──┼───┼──┤
3398 │     No  QN57 Yes Table ID   │  1│ 1│  1│ 1│  2│ 2│
3399 │                  Layer ID   │  3│ 3│  3│ 3│  4│ 4│
3400 │                  Subtable ID│ 10│10│ 11│11│ 12│12│
3401 │             ╶───────────────┼───┼──┼───┼──┼───┼──┤
3402 │              No  Table ID   │  1│ 1│  1│ 1│  2│ 2│
3403 │                  Layer ID   │  3│ 3│  3│ 3│  4│ 4│
3404 │                  Subtable ID│ 10│10│ 11│11│ 12│12│
3405 ╰─────────────────────────────┴───┴──┴───┴──┴───┴──╯
3406
3407                     Custom Tables
3408 Male
3409 ╭──────────────────────────────┬─────────────┬──────╮
3410 │                              │    QND7A    │ QN64B│
3411 │                              ├──────┬──────┼───┬──┤
3412 │                              │  Yes │  No  │   │  │
3413 │                              ├──────┼──────┤   │  │
3414 │                              │ QN86 │ QN86 │   │  │
3415 │                              ├───┬──┼───┬──┤   │  │
3416 │                              │Yes│No│Yes│No│Yes│No│
3417 ├──────────────────────────────┼───┼──┼───┼──┼───┼──┤
3418 │QN61 Yes QN57 Yes Row ID      │  1│ 1│  2│ 2│  3│ 3│
3419 │                  Layer Row ID│  1│ 1│  1│ 1│  2│ 2│
3420 │             ╶────────────────┼───┼──┼───┼──┼───┼──┤
3421 │              No  Row ID      │  4│ 4│  5│ 5│  6│ 6│
3422 │                  Layer Row ID│  3│ 3│  3│ 3│  4│ 4│
3423 │    ╶─────────────────────────┼───┼──┼───┼──┼───┼──┤
3424 │     No  QN57 Yes Row ID      │  7│ 7│  8│ 8│  9│ 9│
3425 │                  Layer Row ID│  5│ 5│  5│ 5│  6│ 6│
3426 │             ╶────────────────┼───┼──┼───┼──┼───┼──┤
3427 │              No  Row ID      │ 10│10│ 11│11│ 12│12│
3428 │                  Layer Row ID│  7│ 7│  7│ 7│  8│ 8│
3429 ╰──────────────────────────────┴───┴──┴───┴──┴───┴──╯
3430
3431                     Custom Tables
3432 Female
3433 ╭──────────────────────────────┬─────────────┬──────╮
3434 │                              │    QND7A    │ QN64B│
3435 │                              ├──────┬──────┼───┬──┤
3436 │                              │  Yes │  No  │   │  │
3437 │                              ├──────┼──────┤   │  │
3438 │                              │ QN86 │ QN86 │   │  │
3439 │                              ├───┬──┼───┬──┤   │  │
3440 │                              │Yes│No│Yes│No│Yes│No│
3441 ├──────────────────────────────┼───┼──┼───┼──┼───┼──┤
3442 │QN61 Yes QN57 Yes Row ID      │ 13│13│ 14│14│ 15│15│
3443 │                  Layer Row ID│  9│ 9│  9│ 9│ 10│10│
3444 │             ╶────────────────┼───┼──┼───┼──┼───┼──┤
3445 │              No  Row ID      │ 16│16│ 17│17│ 18│18│
3446 │                  Layer Row ID│ 11│11│ 11│11│ 12│12│
3447 │    ╶─────────────────────────┼───┼──┼───┼──┼───┼──┤
3448 │     No  QN57 Yes Row ID      │ 19│19│ 20│20│ 21│21│
3449 │                  Layer Row ID│ 13│13│ 13│13│ 14│14│
3450 │             ╶────────────────┼───┼──┼───┼──┼───┼──┤
3451 │              No  Row ID      │ 22│22│ 23│23│ 24│24│
3452 │                  Layer Row ID│ 15│15│ 15│15│ 16│16│
3453 ╰──────────────────────────────┴───┴──┴───┴──┴───┴──╯
3454
3455                       Custom Tables
3456 Male
3457 ╭─────────────────────────────────┬─────────────┬──────╮
3458 │                                 │    QND7A    │ QN64B│
3459 │                                 ├──────┬──────┼───┬──┤
3460 │                                 │  Yes │  No  │   │  │
3461 │                                 ├──────┼──────┤   │  │
3462 │                                 │ QN86 │ QN86 │   │  │
3463 │                                 ├───┬──┼───┬──┤   │  │
3464 │                                 │Yes│No│Yes│No│Yes│No│
3465 ├─────────────────────────────────┼───┼──┼───┼──┼───┼──┤
3466 │QN61 Yes QN57 Yes Column ID      │  1│ 2│  3│ 4│  5│ 6│
3467 │                  Layer Column ID│  1│ 2│  3│ 4│  5│ 6│
3468 │             ╶───────────────────┼───┼──┼───┼──┼───┼──┤
3469 │              No  Column ID      │  1│ 2│  3│ 4│  5│ 6│
3470 │                  Layer Column ID│  1│ 2│  3│ 4│  5│ 6│
3471 │    ╶────────────────────────────┼───┼──┼───┼──┼───┼──┤
3472 │     No  QN57 Yes Column ID      │  7│ 8│  9│10│ 11│12│
3473 │                  Layer Column ID│  1│ 2│  3│ 4│  5│ 6│
3474 │             ╶───────────────────┼───┼──┼───┼──┼───┼──┤
3475 │              No  Column ID      │  7│ 8│  9│10│ 11│12│
3476 │                  Layer Column ID│  1│ 2│  3│ 4│  5│ 6│
3477 ╰─────────────────────────────────┴───┴──┴───┴──┴───┴──╯
3478
3479                       Custom Tables
3480 Female
3481 ╭─────────────────────────────────┬─────────────┬──────╮
3482 │                                 │    QND7A    │ QN64B│
3483 │                                 ├──────┬──────┼───┬──┤
3484 │                                 │  Yes │  No  │   │  │
3485 │                                 ├──────┼──────┤   │  │
3486 │                                 │ QN86 │ QN86 │   │  │
3487 │                                 ├───┬──┼───┬──┤   │  │
3488 │                                 │Yes│No│Yes│No│Yes│No│
3489 ├─────────────────────────────────┼───┼──┼───┼──┼───┼──┤
3490 │QN61 Yes QN57 Yes Column ID      │ 13│14│ 15│16│ 17│18│
3491 │                  Layer Column ID│  7│ 8│  9│10│ 11│12│
3492 │             ╶───────────────────┼───┼──┼───┼──┼───┼──┤
3493 │              No  Column ID      │ 13│14│ 15│16│ 17│18│
3494 │                  Layer Column ID│  7│ 8│  9│10│ 11│12│
3495 │    ╶────────────────────────────┼───┼──┼───┼──┼───┼──┤
3496 │     No  QN57 Yes Column ID      │ 19│20│ 21│22│ 23│24│
3497 │                  Layer Column ID│  7│ 8│  9│10│ 11│12│
3498 │             ╶───────────────────┼───┼──┼───┼──┼───┼──┤
3499 │              No  Column ID      │ 19│20│ 21│22│ 23│24│
3500 │                  Layer Column ID│  7│ 8│  9│10│ 11│12│
3501 ╰─────────────────────────────────┴───┴──┴───┴──┴───┴──╯
3502 ])
3503 AT_CLEANUP
3504
3505 AT_SETUP([CTABLES area definitions with CLABELS ROWLABELS=OPPOSITE])
3506 AT_KEYWORDS([ROWLABELS OPPOSITE])
3507 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
3508 AT_DATA([ctables.sps],
3509 [[GET 'nhtsa.sav'.
3510 CTABLES
3511     /VLABELS VARIABLES=ALL DISPLAY=NAME
3512     /TABLE qn26 > qn61 > qn57 BY qn27 > qnd7a > qn86 BY qns3a[TABLEID, LAYERID, SUBTABLEID]
3513     /SLABELS POSITION=ROW
3514     /CLABELS ROWLABELS=OPPOSITE
3515     /TABLE qn26 > qn61 > qn57 BY qn27 > qnd7a > qn86 BY qns3a[ROWID, LAYERROWID]
3516     /SLABELS POSITION=ROW
3517     /CLABELS ROWLABELS=OPPOSITE
3518     /TABLE qn26 > qn61 > qn57 BY qn27 > qnd7a > qn86 BY qns3a[COLID, LAYERCOLID]
3519     /SLABELS POSITION=ROW
3520     /CLABELS ROWLABELS=OPPOSITE.
3521 ]])
3522 AT_CHECK([pspp ctables.sps --table-look="$builddir"/all-layers.stt -O box=unicode -O width=120], [0], [dnl
3523                                         Custom Tables
3524 Male
3525 ╭──────────────────────────────────┬───────────────────────────────────────────────────────╮
3526 │                                  │                          QN27                         │
3527 │                                  ├───────────────────────────┬───────────────────────────┤
3528 │                                  │            Yes            │             No            │
3529 │                                  ├───────────────────────────┼───────────────────────────┤
3530 │                                  │           QND7A           │           QND7A           │
3531 │                                  ├─────────────┬─────────────┼─────────────┬─────────────┤
3532 │                                  │     Yes     │      No     │     Yes     │      No     │
3533 │                                  ├─────────────┼─────────────┼─────────────┼─────────────┤
3534 │                                  │     QN86    │     QN86    │     QN86    │     QN86    │
3535 │                                  ├──────┬──────┼──────┬──────┼──────┬──────┼──────┬──────┤
3536 │                                  │  Yes │  No  │  Yes │  No  │  Yes │  No  │  Yes │  No  │
3537 │                                  ├───┬──┼───┬──┼───┬──┼───┬──┼───┬──┼───┬──┼───┬──┼───┬──┤
3538 │                                  │Yes│No│Yes│No│Yes│No│Yes│No│Yes│No│Yes│No│Yes│No│Yes│No│
3539 ├──────────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┤
3540 │QN26 Yes QN61 Yes QN57 Table ID   │  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│
3541 │                       Layer ID   │  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│
3542 │                       Subtable ID│  1│ 1│  2│ 2│  3│ 3│  4│ 4│  5│ 5│  6│ 6│  7│ 7│  8│ 8│
3543 │             ╶────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┤
3544 │              No  QN57 Table ID   │  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│
3545 │                       Layer ID   │  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│
3546 │                       Subtable ID│  1│ 1│  2│ 2│  3│ 3│  4│ 4│  5│ 5│  6│ 6│  7│ 7│  8│ 8│
3547 │    ╶─────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┤
3548 │     No  QN61 Yes QN57 Table ID   │  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│
3549 │                       Layer ID   │  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│
3550 │                       Subtable ID│  9│ 9│ 10│10│ 11│11│ 12│12│ 13│13│ 14│14│ 15│15│ 16│16│
3551 │             ╶────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┤
3552 │              No  QN57 Table ID   │  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│
3553 │                       Layer ID   │  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│
3554 │                       Subtable ID│  9│ 9│ 10│10│ 11│11│ 12│12│ 13│13│ 14│14│ 15│15│ 16│16│
3555 ╰──────────────────────────────────┴───┴──┴───┴──┴───┴──┴───┴──┴───┴──┴───┴──┴───┴──┴───┴──╯
3556
3557                                         Custom Tables
3558 Female
3559 ╭──────────────────────────────────┬───────────────────────────────────────────────────────╮
3560 │                                  │                          QN27                         │
3561 │                                  ├───────────────────────────┬───────────────────────────┤
3562 │                                  │            Yes            │             No            │
3563 │                                  ├───────────────────────────┼───────────────────────────┤
3564 │                                  │           QND7A           │           QND7A           │
3565 │                                  ├─────────────┬─────────────┼─────────────┬─────────────┤
3566 │                                  │     Yes     │      No     │     Yes     │      No     │
3567 │                                  ├─────────────┼─────────────┼─────────────┼─────────────┤
3568 │                                  │     QN86    │     QN86    │     QN86    │     QN86    │
3569 │                                  ├──────┬──────┼──────┬──────┼──────┬──────┼──────┬──────┤
3570 │                                  │  Yes │  No  │  Yes │  No  │  Yes │  No  │  Yes │  No  │
3571 │                                  ├───┬──┼───┬──┼───┬──┼───┬──┼───┬──┼───┬──┼───┬──┼───┬──┤
3572 │                                  │Yes│No│Yes│No│Yes│No│Yes│No│Yes│No│Yes│No│Yes│No│Yes│No│
3573 ├──────────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┤
3574 │QN26 Yes QN61 Yes QN57 Table ID   │  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│
3575 │                       Layer ID   │  2│ 2│  2│ 2│  2│ 2│  2│ 2│  2│ 2│  2│ 2│  2│ 2│  2│ 2│
3576 │                       Subtable ID│ 17│17│ 18│18│ 19│19│ 20│20│ 21│21│ 22│22│ 23│23│ 24│24│
3577 │             ╶────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┤
3578 │              No  QN57 Table ID   │  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│
3579 │                       Layer ID   │  2│ 2│  2│ 2│  2│ 2│  2│ 2│  2│ 2│  2│ 2│  2│ 2│  2│ 2│
3580 │                       Subtable ID│ 17│17│ 18│18│ 19│19│ 20│20│ 21│21│ 22│22│ 23│23│ 24│24│
3581 │    ╶─────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┤
3582 │     No  QN61 Yes QN57 Table ID   │  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│
3583 │                       Layer ID   │  2│ 2│  2│ 2│  2│ 2│  2│ 2│  2│ 2│  2│ 2│  2│ 2│  2│ 2│
3584 │                       Subtable ID│ 25│25│ 26│26│ 27│27│ 28│28│ 29│29│ 30│30│ 31│31│ 32│32│
3585 │             ╶────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┤
3586 │              No  QN57 Table ID   │  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│
3587 │                       Layer ID   │  2│ 2│  2│ 2│  2│ 2│  2│ 2│  2│ 2│  2│ 2│  2│ 2│  2│ 2│
3588 │                       Subtable ID│ 25│25│ 26│26│ 27│27│ 28│28│ 29│29│ 30│30│ 31│31│ 32│32│
3589 ╰──────────────────────────────────┴───┴──┴───┴──┴───┴──┴───┴──┴───┴──┴───┴──┴───┴──┴───┴──╯
3590
3591                                         Custom Tables
3592 Male
3593 ╭───────────────────────────────────┬───────────────────────────────────────────────────────╮
3594 │                                   │                          QN27                         │
3595 │                                   ├───────────────────────────┬───────────────────────────┤
3596 │                                   │            Yes            │             No            │
3597 │                                   ├───────────────────────────┼───────────────────────────┤
3598 │                                   │           QND7A           │           QND7A           │
3599 │                                   ├─────────────┬─────────────┼─────────────┬─────────────┤
3600 │                                   │     Yes     │      No     │     Yes     │      No     │
3601 │                                   ├─────────────┼─────────────┼─────────────┼─────────────┤
3602 │                                   │     QN86    │     QN86    │     QN86    │     QN86    │
3603 │                                   ├──────┬──────┼──────┬──────┼──────┬──────┼──────┬──────┤
3604 │                                   │  Yes │  No  │  Yes │  No  │  Yes │  No  │  Yes │  No  │
3605 │                                   ├───┬──┼───┬──┼───┬──┼───┬──┼───┬──┼───┬──┼───┬──┼───┬──┤
3606 │                                   │Yes│No│Yes│No│Yes│No│Yes│No│Yes│No│Yes│No│Yes│No│Yes│No│
3607 ├───────────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┤
3608 │QN26 Yes QN61 Yes QN57 Row ID      │  1│ 1│  2│ 2│  3│ 3│  4│ 4│  5│ 5│  6│ 6│  7│ 7│  8│ 8│
3609 │                       Layer Row ID│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│  1│ 1│
3610 │             ╶─────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┤
3611 │              No  QN57 Row ID      │  9│ 9│ 10│10│ 11│11│ 12│12│ 13│13│ 14│14│ 15│15│ 16│16│
3612 │                       Layer Row ID│  2│ 2│  2│ 2│  2│ 2│  2│ 2│  2│ 2│  2│ 2│  2│ 2│  2│ 2│
3613 │    ╶──────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┤
3614 │     No  QN61 Yes QN57 Row ID      │ 17│17│ 18│18│ 19│19│ 20│20│ 21│21│ 22│22│ 23│23│ 24│24│
3615 │                       Layer Row ID│  3│ 3│  3│ 3│  3│ 3│  3│ 3│  3│ 3│  3│ 3│  3│ 3│  3│ 3│
3616 │             ╶─────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┤
3617 │              No  QN57 Row ID      │ 25│25│ 26│26│ 27│27│ 28│28│ 29│29│ 30│30│ 31│31│ 32│32│
3618 │                       Layer Row ID│  4│ 4│  4│ 4│  4│ 4│  4│ 4│  4│ 4│  4│ 4│  4│ 4│  4│ 4│
3619 ╰───────────────────────────────────┴───┴──┴───┴──┴───┴──┴───┴──┴───┴──┴───┴──┴───┴──┴───┴──╯
3620
3621                                         Custom Tables
3622 Female
3623 ╭───────────────────────────────────┬───────────────────────────────────────────────────────╮
3624 │                                   │                          QN27                         │
3625 │                                   ├───────────────────────────┬───────────────────────────┤
3626 │                                   │            Yes            │             No            │
3627 │                                   ├───────────────────────────┼───────────────────────────┤
3628 │                                   │           QND7A           │           QND7A           │
3629 │                                   ├─────────────┬─────────────┼─────────────┬─────────────┤
3630 │                                   │     Yes     │      No     │     Yes     │      No     │
3631 │                                   ├─────────────┼─────────────┼─────────────┼─────────────┤
3632 │                                   │     QN86    │     QN86    │     QN86    │     QN86    │
3633 │                                   ├──────┬──────┼──────┬──────┼──────┬──────┼──────┬──────┤
3634 │                                   │  Yes │  No  │  Yes │  No  │  Yes │  No  │  Yes │  No  │
3635 │                                   ├───┬──┼───┬──┼───┬──┼───┬──┼───┬──┼───┬──┼───┬──┼───┬──┤
3636 │                                   │Yes│No│Yes│No│Yes│No│Yes│No│Yes│No│Yes│No│Yes│No│Yes│No│
3637 ├───────────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┤
3638 │QN26 Yes QN61 Yes QN57 Row ID      │ 33│33│ 34│34│ 35│35│ 36│36│ 37│37│ 38│38│ 39│39│ 40│40│
3639 │                       Layer Row ID│  5│ 5│  5│ 5│  5│ 5│  5│ 5│  5│ 5│  5│ 5│  5│ 5│  5│ 5│
3640 │             ╶─────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┤
3641 │              No  QN57 Row ID      │ 41│41│ 42│42│ 43│43│ 44│44│ 45│45│ 46│46│ 47│47│ 48│48│
3642 │                       Layer Row ID│  6│ 6│  6│ 6│  6│ 6│  6│ 6│  6│ 6│  6│ 6│  6│ 6│  6│ 6│
3643 │    ╶──────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┤
3644 │     No  QN61 Yes QN57 Row ID      │ 49│49│ 50│50│ 51│51│ 52│52│ 53│53│ 54│54│ 55│55│ 56│56│
3645 │                       Layer Row ID│  7│ 7│  7│ 7│  7│ 7│  7│ 7│  7│ 7│  7│ 7│  7│ 7│  7│ 7│
3646 │             ╶─────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┤
3647 │              No  QN57 Row ID      │ 57│57│ 58│58│ 59│59│ 60│60│ 61│61│ 62│62│ 63│63│ 64│64│
3648 │                       Layer Row ID│  8│ 8│  8│ 8│  8│ 8│  8│ 8│  8│ 8│  8│ 8│  8│ 8│  8│ 8│
3649 ╰───────────────────────────────────┴───┴──┴───┴──┴───┴──┴───┴──┴───┴──┴───┴──┴───┴──┴───┴──╯
3650
3651                                           Custom Tables
3652 Male
3653 ╭──────────────────────────────────────┬───────────────────────────────────────────────────────╮
3654 │                                      │                          QN27                         │
3655 │                                      ├───────────────────────────┬───────────────────────────┤
3656 │                                      │            Yes            │             No            │
3657 │                                      ├───────────────────────────┼───────────────────────────┤
3658 │                                      │           QND7A           │           QND7A           │
3659 │                                      ├─────────────┬─────────────┼─────────────┬─────────────┤
3660 │                                      │     Yes     │      No     │     Yes     │      No     │
3661 │                                      ├─────────────┼─────────────┼─────────────┼─────────────┤
3662 │                                      │     QN86    │     QN86    │     QN86    │     QN86    │
3663 │                                      ├──────┬──────┼──────┬──────┼──────┬──────┼──────┬──────┤
3664 │                                      │  Yes │  No  │  Yes │  No  │  Yes │  No  │  Yes │  No  │
3665 │                                      ├───┬──┼───┬──┼───┬──┼───┬──┼───┬──┼───┬──┼───┬──┼───┬──┤
3666 │                                      │Yes│No│Yes│No│Yes│No│Yes│No│Yes│No│Yes│No│Yes│No│Yes│No│
3667 ├──────────────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┤
3668 │QN26 Yes QN61 Yes QN57 Column ID      │  1│ 2│  3│ 4│  5│ 6│  7│ 8│  9│10│ 11│12│ 13│14│ 15│16│
3669 │                       Layer Column ID│  1│ 2│  3│ 4│  5│ 6│  7│ 8│  9│10│ 11│12│ 13│14│ 15│16│
3670 │             ╶────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┤
3671 │              No  QN57 Column ID      │  1│ 2│  3│ 4│  5│ 6│  7│ 8│  9│10│ 11│12│ 13│14│ 15│16│
3672 │                       Layer Column ID│  1│ 2│  3│ 4│  5│ 6│  7│ 8│  9│10│ 11│12│ 13│14│ 15│16│
3673 │    ╶─────────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┤
3674 │     No  QN61 Yes QN57 Column ID      │ 17│18│ 19│20│ 21│22│ 23│24│ 25│26│ 27│28│ 29│30│ 31│32│
3675 │                       Layer Column ID│  1│ 2│  3│ 4│  5│ 6│  7│ 8│  9│10│ 11│12│ 13│14│ 15│16│
3676 │             ╶────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┤
3677 │              No  QN57 Column ID      │ 17│18│ 19│20│ 21│22│ 23│24│ 25│26│ 27│28│ 29│30│ 31│32│
3678 │                       Layer Column ID│  1│ 2│  3│ 4│  5│ 6│  7│ 8│  9│10│ 11│12│ 13│14│ 15│16│
3679 ╰──────────────────────────────────────┴───┴──┴───┴──┴───┴──┴───┴──┴───┴──┴───┴──┴───┴──┴───┴──╯
3680
3681                                           Custom Tables
3682 Female
3683 ╭──────────────────────────────────────┬───────────────────────────────────────────────────────╮
3684 │                                      │                          QN27                         │
3685 │                                      ├───────────────────────────┬───────────────────────────┤
3686 │                                      │            Yes            │             No            │
3687 │                                      ├───────────────────────────┼───────────────────────────┤
3688 │                                      │           QND7A           │           QND7A           │
3689 │                                      ├─────────────┬─────────────┼─────────────┬─────────────┤
3690 │                                      │     Yes     │      No     │     Yes     │      No     │
3691 │                                      ├─────────────┼─────────────┼─────────────┼─────────────┤
3692 │                                      │     QN86    │     QN86    │     QN86    │     QN86    │
3693 │                                      ├──────┬──────┼──────┬──────┼──────┬──────┼──────┬──────┤
3694 │                                      │  Yes │  No  │  Yes │  No  │  Yes │  No  │  Yes │  No  │
3695 │                                      ├───┬──┼───┬──┼───┬──┼───┬──┼───┬──┼───┬──┼───┬──┼───┬──┤
3696 │                                      │Yes│No│Yes│No│Yes│No│Yes│No│Yes│No│Yes│No│Yes│No│Yes│No│
3697 ├──────────────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┤
3698 │QN26 Yes QN61 Yes QN57 Column ID      │ 33│34│ 35│36│ 37│38│ 39│40│ 41│42│ 43│44│ 45│46│ 47│48│
3699 │                       Layer Column ID│ 17│18│ 19│20│ 21│22│ 23│24│ 25│26│ 27│28│ 29│30│ 31│32│
3700 │             ╶────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┤
3701 │              No  QN57 Column ID      │ 33│34│ 35│36│ 37│38│ 39│40│ 41│42│ 43│44│ 45│46│ 47│48│
3702 │                       Layer Column ID│ 17│18│ 19│20│ 21│22│ 23│24│ 25│26│ 27│28│ 29│30│ 31│32│
3703 │    ╶─────────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┤
3704 │     No  QN61 Yes QN57 Column ID      │ 49│50│ 51│52│ 53│54│ 55│56│ 57│58│ 59│60│ 61│62│ 63│64│
3705 │                       Layer Column ID│ 17│18│ 19│20│ 21│22│ 23│24│ 25│26│ 27│28│ 29│30│ 31│32│
3706 │             ╶────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┼───┼──┤
3707 │              No  QN57 Column ID      │ 49│50│ 51│52│ 53│54│ 55│56│ 57│58│ 59│60│ 61│62│ 63│64│
3708 │                       Layer Column ID│ 17│18│ 19│20│ 21│22│ 23│24│ 25│26│ 27│28│ 29│30│ 31│32│
3709 ╰──────────────────────────────────────┴───┴──┴───┴──┴───┴──┴───┴──┴───┴──┴───┴──┴───┴──┴───┴──╯
3710 ])
3711 AT_CLEANUP
3712
3713 AT_SETUP([CTABLES area definitions with CLABELS COLLABELS=OPPOSITE])
3714 AT_KEYWORDS([COLLABELS OPPOSITE])
3715 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
3716 AT_DATA([ctables.sps],
3717 [[GET 'nhtsa.sav'.
3718 CTABLES
3719     /VLABELS VARIABLES=ALL DISPLAY=NAME
3720     /TABLE qn26 > qn61 > qn57 BY qn27 > qnd7a > qn86 BY qns3a[TABLEID, LAYERID, SUBTABLEID]
3721     /SLABELS POSITION=ROW
3722     /CLABELS COLLABELS=OPPOSITE
3723     /TABLE qn26 > qn61 > qn57 BY qn27 > qnd7a > qn86 BY qns3a[ROWID, LAYERROWID]
3724     /SLABELS POSITION=ROW
3725     /CLABELS COLLABELS=OPPOSITE
3726     /TABLE qn26 > qn61 > qn57 BY qn27 > qnd7a > qn86 BY qns3a[COLID, LAYERCOLID]
3727     /SLABELS POSITION=ROW
3728     /CLABELS COLLABELS=OPPOSITE.
3729 ]])
3730 AT_CHECK([pspp ctables.sps --table-look="$builddir"/all-layers.stt -O box=unicode -O width=120], [0], [dnl
3731                           Custom Tables
3732 Male
3733 ╭──────────────────────────────────────────┬───────────────────╮
3734 │                                          │        QN27       │
3735 │                                          ├─────────┬─────────┤
3736 │                                          │   Yes   │    No   │
3737 │                                          ├─────────┼─────────┤
3738 │                                          │  QND7A  │  QND7A  │
3739 │                                          ├────┬────┼────┬────┤
3740 │                                          │ Yes│ No │ Yes│ No │
3741 │                                          ├────┼────┼────┼────┤
3742 │                                          │QN86│QN86│QN86│QN86│
3743 ├──────────────────────────────────────────┼────┼────┼────┼────┤
3744 │QN26 Yes QN61 Yes QN57 Yes Yes Table ID   │   1│   1│   1│   1│
3745 │                               Layer ID   │   1│   1│   1│   1│
3746 │                               Subtable ID│   1│   1│   2│   2│
3747 │                          ╶───────────────┼────┼────┼────┼────┤
3748 │                           No  Table ID   │   1│   1│   1│   1│
3749 │                               Layer ID   │   1│   1│   1│   1│
3750 │                               Subtable ID│   1│   1│   2│   2│
3751 │                      ╶───────────────────┼────┼────┼────┼────┤
3752 │                       No  Yes Table ID   │   1│   1│   1│   1│
3753 │                               Layer ID   │   1│   1│   1│   1│
3754 │                               Subtable ID│   3│   3│   4│   4│
3755 │                          ╶───────────────┼────┼────┼────┼────┤
3756 │                           No  Table ID   │   1│   1│   1│   1│
3757 │                               Layer ID   │   1│   1│   1│   1│
3758 │                               Subtable ID│   3│   3│   4│   4│
3759 │             ╶────────────────────────────┼────┼────┼────┼────┤
3760 │              No  QN57 Yes Yes Table ID   │   1│   1│   1│   1│
3761 │                               Layer ID   │   1│   1│   1│   1│
3762 │                               Subtable ID│   5│   5│   6│   6│
3763 │                          ╶───────────────┼────┼────┼────┼────┤
3764 │                           No  Table ID   │   1│   1│   1│   1│
3765 │                               Layer ID   │   1│   1│   1│   1│
3766 │                               Subtable ID│   5│   5│   6│   6│
3767 │                      ╶───────────────────┼────┼────┼────┼────┤
3768 │                       No  Yes Table ID   │   1│   1│   1│   1│
3769 │                               Layer ID   │   1│   1│   1│   1│
3770 │                               Subtable ID│   7│   7│   8│   8│
3771 │                          ╶───────────────┼────┼────┼────┼────┤
3772 │                           No  Table ID   │   1│   1│   1│   1│
3773 │                               Layer ID   │   1│   1│   1│   1│
3774 │                               Subtable ID│   7│   7│   8│   8│
3775 │    ╶─────────────────────────────────────┼────┼────┼────┼────┤
3776 │     No  QN61 Yes QN57 Yes Yes Table ID   │   1│   1│   1│   1│
3777 │                               Layer ID   │   1│   1│   1│   1│
3778 │                               Subtable ID│   9│   9│  10│  10│
3779 │                          ╶───────────────┼────┼────┼────┼────┤
3780 │                           No  Table ID   │   1│   1│   1│   1│
3781 │                               Layer ID   │   1│   1│   1│   1│
3782 │                               Subtable ID│   9│   9│  10│  10│
3783 │                      ╶───────────────────┼────┼────┼────┼────┤
3784 │                       No  Yes Table ID   │   1│   1│   1│   1│
3785 │                               Layer ID   │   1│   1│   1│   1│
3786 │                               Subtable ID│  11│  11│  12│  12│
3787 │                          ╶───────────────┼────┼────┼────┼────┤
3788 │                           No  Table ID   │   1│   1│   1│   1│
3789 │                               Layer ID   │   1│   1│   1│   1│
3790 │                               Subtable ID│  11│  11│  12│  12│
3791 │             ╶────────────────────────────┼────┼────┼────┼────┤
3792 │              No  QN57 Yes Yes Table ID   │   1│   1│   1│   1│
3793 │                               Layer ID   │   1│   1│   1│   1│
3794 │                               Subtable ID│  13│  13│  14│  14│
3795 │                          ╶───────────────┼────┼────┼────┼────┤
3796 │                           No  Table ID   │   1│   1│   1│   1│
3797 │                               Layer ID   │   1│   1│   1│   1│
3798 │                               Subtable ID│  13│  13│  14│  14│
3799 │                      ╶───────────────────┼────┼────┼────┼────┤
3800 │                       No  Yes Table ID   │   1│   1│   1│   1│
3801 │                               Layer ID   │   1│   1│   1│   1│
3802 │                               Subtable ID│  15│  15│  16│  16│
3803 │                          ╶───────────────┼────┼────┼────┼────┤
3804 │                           No  Table ID   │   1│   1│   1│   1│
3805 │                               Layer ID   │   1│   1│   1│   1│
3806 │                               Subtable ID│  15│  15│  16│  16│
3807 ╰──────────────────────────────────────────┴────┴────┴────┴────╯
3808
3809                           Custom Tables
3810 Female
3811 ╭──────────────────────────────────────────┬───────────────────╮
3812 │                                          │        QN27       │
3813 │                                          ├─────────┬─────────┤
3814 │                                          │   Yes   │    No   │
3815 │                                          ├─────────┼─────────┤
3816 │                                          │  QND7A  │  QND7A  │
3817 │                                          ├────┬────┼────┬────┤
3818 │                                          │ Yes│ No │ Yes│ No │
3819 │                                          ├────┼────┼────┼────┤
3820 │                                          │QN86│QN86│QN86│QN86│
3821 ├──────────────────────────────────────────┼────┼────┼────┼────┤
3822 │QN26 Yes QN61 Yes QN57 Yes Yes Table ID   │   1│   1│   1│   1│
3823 │                               Layer ID   │   2│   2│   2│   2│
3824 │                               Subtable ID│  17│  17│  18│  18│
3825 │                          ╶───────────────┼────┼────┼────┼────┤
3826 │                           No  Table ID   │   1│   1│   1│   1│
3827 │                               Layer ID   │   2│   2│   2│   2│
3828 │                               Subtable ID│  17│  17│  18│  18│
3829 │                      ╶───────────────────┼────┼────┼────┼────┤
3830 │                       No  Yes Table ID   │   1│   1│   1│   1│
3831 │                               Layer ID   │   2│   2│   2│   2│
3832 │                               Subtable ID│  19│  19│  20│  20│
3833 │                          ╶───────────────┼────┼────┼────┼────┤
3834 │                           No  Table ID   │   1│   1│   1│   1│
3835 │                               Layer ID   │   2│   2│   2│   2│
3836 │                               Subtable ID│  19│  19│  20│  20│
3837 │             ╶────────────────────────────┼────┼────┼────┼────┤
3838 │              No  QN57 Yes Yes Table ID   │   1│   1│   1│   1│
3839 │                               Layer ID   │   2│   2│   2│   2│
3840 │                               Subtable ID│  21│  21│  22│  22│
3841 │                          ╶───────────────┼────┼────┼────┼────┤
3842 │                           No  Table ID   │   1│   1│   1│   1│
3843 │                               Layer ID   │   2│   2│   2│   2│
3844 │                               Subtable ID│  21│  21│  22│  22│
3845 │                      ╶───────────────────┼────┼────┼────┼────┤
3846 │                       No  Yes Table ID   │   1│   1│   1│   1│
3847 │                               Layer ID   │   2│   2│   2│   2│
3848 │                               Subtable ID│  23│  23│  24│  24│
3849 │                          ╶───────────────┼────┼────┼────┼────┤
3850 │                           No  Table ID   │   1│   1│   1│   1│
3851 │                               Layer ID   │   2│   2│   2│   2│
3852 │                               Subtable ID│  23│  23│  24│  24│
3853 │    ╶─────────────────────────────────────┼────┼────┼────┼────┤
3854 │     No  QN61 Yes QN57 Yes Yes Table ID   │   1│   1│   1│   1│
3855 │                               Layer ID   │   2│   2│   2│   2│
3856 │                               Subtable ID│  25│  25│  26│  26│
3857 │                          ╶───────────────┼────┼────┼────┼────┤
3858 │                           No  Table ID   │   1│   1│   1│   1│
3859 │                               Layer ID   │   2│   2│   2│   2│
3860 │                               Subtable ID│  25│  25│  26│  26│
3861 │                      ╶───────────────────┼────┼────┼────┼────┤
3862 │                       No  Yes Table ID   │   1│   1│   1│   1│
3863 │                               Layer ID   │   2│   2│   2│   2│
3864 │                               Subtable ID│  27│  27│  28│  28│
3865 │                          ╶───────────────┼────┼────┼────┼────┤
3866 │                           No  Table ID   │   1│   1│   1│   1│
3867 │                               Layer ID   │   2│   2│   2│   2│
3868 │                               Subtable ID│  27│  27│  28│  28│
3869 │             ╶────────────────────────────┼────┼────┼────┼────┤
3870 │              No  QN57 Yes Yes Table ID   │   1│   1│   1│   1│
3871 │                               Layer ID   │   2│   2│   2│   2│
3872 │                               Subtable ID│  29│  29│  30│  30│
3873 │                          ╶───────────────┼────┼────┼────┼────┤
3874 │                           No  Table ID   │   1│   1│   1│   1│
3875 │                               Layer ID   │   2│   2│   2│   2│
3876 │                               Subtable ID│  29│  29│  30│  30│
3877 │                      ╶───────────────────┼────┼────┼────┼────┤
3878 │                       No  Yes Table ID   │   1│   1│   1│   1│
3879 │                               Layer ID   │   2│   2│   2│   2│
3880 │                               Subtable ID│  31│  31│  32│  32│
3881 │                          ╶───────────────┼────┼────┼────┼────┤
3882 │                           No  Table ID   │   1│   1│   1│   1│
3883 │                               Layer ID   │   2│   2│   2│   2│
3884 │                               Subtable ID│  31│  31│  32│  32│
3885 ╰──────────────────────────────────────────┴────┴────┴────┴────╯
3886
3887                           Custom Tables
3888 Male
3889 ╭───────────────────────────────────────────┬───────────────────╮
3890 │                                           │        QN27       │
3891 │                                           ├─────────┬─────────┤
3892 │                                           │   Yes   │    No   │
3893 │                                           ├─────────┼─────────┤
3894 │                                           │  QND7A  │  QND7A  │
3895 │                                           ├────┬────┼────┬────┤
3896 │                                           │ Yes│ No │ Yes│ No │
3897 │                                           ├────┼────┼────┼────┤
3898 │                                           │QN86│QN86│QN86│QN86│
3899 ├───────────────────────────────────────────┼────┼────┼────┼────┤
3900 │QN26 Yes QN61 Yes QN57 Yes Yes Row ID      │   1│   1│   3│   3│
3901 │                               Layer Row ID│   1│   1│   1│   1│
3902 │                          ╶────────────────┼────┼────┼────┼────┤
3903 │                           No  Row ID      │   2│   2│   4│   4│
3904 │                               Layer Row ID│   2│   2│   2│   2│
3905 │                      ╶────────────────────┼────┼────┼────┼────┤
3906 │                       No  Yes Row ID      │   5│   5│   7│   7│
3907 │                               Layer Row ID│   3│   3│   3│   3│
3908 │                          ╶────────────────┼────┼────┼────┼────┤
3909 │                           No  Row ID      │   6│   6│   8│   8│
3910 │                               Layer Row ID│   4│   4│   4│   4│
3911 │             ╶─────────────────────────────┼────┼────┼────┼────┤
3912 │              No  QN57 Yes Yes Row ID      │   9│   9│  11│  11│
3913 │                               Layer Row ID│   5│   5│   5│   5│
3914 │                          ╶────────────────┼────┼────┼────┼────┤
3915 │                           No  Row ID      │  10│  10│  12│  12│
3916 │                               Layer Row ID│   6│   6│   6│   6│
3917 │                      ╶────────────────────┼────┼────┼────┼────┤
3918 │                       No  Yes Row ID      │  13│  13│  15│  15│
3919 │                               Layer Row ID│   7│   7│   7│   7│
3920 │                          ╶────────────────┼────┼────┼────┼────┤
3921 │                           No  Row ID      │  14│  14│  16│  16│
3922 │                               Layer Row ID│   8│   8│   8│   8│
3923 │    ╶──────────────────────────────────────┼────┼────┼────┼────┤
3924 │     No  QN61 Yes QN57 Yes Yes Row ID      │  17│  17│  19│  19│
3925 │                               Layer Row ID│   9│   9│   9│   9│
3926 │                          ╶────────────────┼────┼────┼────┼────┤
3927 │                           No  Row ID      │  18│  18│  20│  20│
3928 │                               Layer Row ID│  10│  10│  10│  10│
3929 │                      ╶────────────────────┼────┼────┼────┼────┤
3930 │                       No  Yes Row ID      │  21│  21│  23│  23│
3931 │                               Layer Row ID│  11│  11│  11│  11│
3932 │                          ╶────────────────┼────┼────┼────┼────┤
3933 │                           No  Row ID      │  22│  22│  24│  24│
3934 │                               Layer Row ID│  12│  12│  12│  12│
3935 │             ╶─────────────────────────────┼────┼────┼────┼────┤
3936 │              No  QN57 Yes Yes Row ID      │  25│  25│  27│  27│
3937 │                               Layer Row ID│  13│  13│  13│  13│
3938 │                          ╶────────────────┼────┼────┼────┼────┤
3939 │                           No  Row ID      │  26│  26│  28│  28│
3940 │                               Layer Row ID│  14│  14│  14│  14│
3941 │                      ╶────────────────────┼────┼────┼────┼────┤
3942 │                       No  Yes Row ID      │  29│  29│  31│  31│
3943 │                               Layer Row ID│  15│  15│  15│  15│
3944 │                          ╶────────────────┼────┼────┼────┼────┤
3945 │                           No  Row ID      │  30│  30│  32│  32│
3946 │                               Layer Row ID│  16│  16│  16│  16│
3947 ╰───────────────────────────────────────────┴────┴────┴────┴────╯
3948
3949                           Custom Tables
3950 Female
3951 ╭───────────────────────────────────────────┬───────────────────╮
3952 │                                           │        QN27       │
3953 │                                           ├─────────┬─────────┤
3954 │                                           │   Yes   │    No   │
3955 │                                           ├─────────┼─────────┤
3956 │                                           │  QND7A  │  QND7A  │
3957 │                                           ├────┬────┼────┬────┤
3958 │                                           │ Yes│ No │ Yes│ No │
3959 │                                           ├────┼────┼────┼────┤
3960 │                                           │QN86│QN86│QN86│QN86│
3961 ├───────────────────────────────────────────┼────┼────┼────┼────┤
3962 │QN26 Yes QN61 Yes QN57 Yes Yes Row ID      │  33│  33│  35│  35│
3963 │                               Layer Row ID│  17│  17│  17│  17│
3964 │                          ╶────────────────┼────┼────┼────┼────┤
3965 │                           No  Row ID      │  34│  34│  36│  36│
3966 │                               Layer Row ID│  18│  18│  18│  18│
3967 │                      ╶────────────────────┼────┼────┼────┼────┤
3968 │                       No  Yes Row ID      │  37│  37│  39│  39│
3969 │                               Layer Row ID│  19│  19│  19│  19│
3970 │                          ╶────────────────┼────┼────┼────┼────┤
3971 │                           No  Row ID      │  38│  38│  40│  40│
3972 │                               Layer Row ID│  20│  20│  20│  20│
3973 │             ╶─────────────────────────────┼────┼────┼────┼────┤
3974 │              No  QN57 Yes Yes Row ID      │  41│  41│  43│  43│
3975 │                               Layer Row ID│  21│  21│  21│  21│
3976 │                          ╶────────────────┼────┼────┼────┼────┤
3977 │                           No  Row ID      │  42│  42│  44│  44│
3978 │                               Layer Row ID│  22│  22│  22│  22│
3979 │                      ╶────────────────────┼────┼────┼────┼────┤
3980 │                       No  Yes Row ID      │  45│  45│  47│  47│
3981 │                               Layer Row ID│  23│  23│  23│  23│
3982 │                          ╶────────────────┼────┼────┼────┼────┤
3983 │                           No  Row ID      │  46│  46│  48│  48│
3984 │                               Layer Row ID│  24│  24│  24│  24│
3985 │    ╶──────────────────────────────────────┼────┼────┼────┼────┤
3986 │     No  QN61 Yes QN57 Yes Yes Row ID      │  49│  49│  51│  51│
3987 │                               Layer Row ID│  25│  25│  25│  25│
3988 │                          ╶────────────────┼────┼────┼────┼────┤
3989 │                           No  Row ID      │  50│  50│  52│  52│
3990 │                               Layer Row ID│  26│  26│  26│  26│
3991 │                      ╶────────────────────┼────┼────┼────┼────┤
3992 │                       No  Yes Row ID      │  53│  53│  55│  55│
3993 │                               Layer Row ID│  27│  27│  27│  27│
3994 │                          ╶────────────────┼────┼────┼────┼────┤
3995 │                           No  Row ID      │  54│  54│  56│  56│
3996 │                               Layer Row ID│  28│  28│  28│  28│
3997 │             ╶─────────────────────────────┼────┼────┼────┼────┤
3998 │              No  QN57 Yes Yes Row ID      │  57│  57│  59│  59│
3999 │                               Layer Row ID│  29│  29│  29│  29│
4000 │                          ╶────────────────┼────┼────┼────┼────┤
4001 │                           No  Row ID      │  58│  58│  60│  60│
4002 │                               Layer Row ID│  30│  30│  30│  30│
4003 │                      ╶────────────────────┼────┼────┼────┼────┤
4004 │                       No  Yes Row ID      │  61│  61│  63│  63│
4005 │                               Layer Row ID│  31│  31│  31│  31│
4006 │                          ╶────────────────┼────┼────┼────┼────┤
4007 │                           No  Row ID      │  62│  62│  64│  64│
4008 │                               Layer Row ID│  32│  32│  32│  32│
4009 ╰───────────────────────────────────────────┴────┴────┴────┴────╯
4010
4011                             Custom Tables
4012 Male
4013 ╭──────────────────────────────────────────────┬───────────────────╮
4014 │                                              │        QN27       │
4015 │                                              ├─────────┬─────────┤
4016 │                                              │   Yes   │    No   │
4017 │                                              ├─────────┼─────────┤
4018 │                                              │  QND7A  │  QND7A  │
4019 │                                              ├────┬────┼────┬────┤
4020 │                                              │ Yes│ No │ Yes│ No │
4021 │                                              ├────┼────┼────┼────┤
4022 │                                              │QN86│QN86│QN86│QN86│
4023 ├──────────────────────────────────────────────┼────┼────┼────┼────┤
4024 │QN26 Yes QN61 Yes QN57 Yes Yes Column ID      │   1│   2│   3│   4│
4025 │                               Layer Column ID│   1│   2│   3│   4│
4026 │                          ╶───────────────────┼────┼────┼────┼────┤
4027 │                           No  Column ID      │   1│   2│   3│   4│
4028 │                               Layer Column ID│   1│   2│   3│   4│
4029 │                      ╶───────────────────────┼────┼────┼────┼────┤
4030 │                       No  Yes Column ID      │   5│   6│   7│   8│
4031 │                               Layer Column ID│   1│   2│   3│   4│
4032 │                          ╶───────────────────┼────┼────┼────┼────┤
4033 │                           No  Column ID      │   5│   6│   7│   8│
4034 │                               Layer Column ID│   1│   2│   3│   4│
4035 │             ╶────────────────────────────────┼────┼────┼────┼────┤
4036 │              No  QN57 Yes Yes Column ID      │   9│  10│  11│  12│
4037 │                               Layer Column ID│   1│   2│   3│   4│
4038 │                          ╶───────────────────┼────┼────┼────┼────┤
4039 │                           No  Column ID      │   9│  10│  11│  12│
4040 │                               Layer Column ID│   1│   2│   3│   4│
4041 │                      ╶───────────────────────┼────┼────┼────┼────┤
4042 │                       No  Yes Column ID      │  13│  14│  15│  16│
4043 │                               Layer Column ID│   1│   2│   3│   4│
4044 │                          ╶───────────────────┼────┼────┼────┼────┤
4045 │                           No  Column ID      │  13│  14│  15│  16│
4046 │                               Layer Column ID│   1│   2│   3│   4│
4047 │    ╶─────────────────────────────────────────┼────┼────┼────┼────┤
4048 │     No  QN61 Yes QN57 Yes Yes Column ID      │  17│  18│  19│  20│
4049 │                               Layer Column ID│   1│   2│   3│   4│
4050 │                          ╶───────────────────┼────┼────┼────┼────┤
4051 │                           No  Column ID      │  17│  18│  19│  20│
4052 │                               Layer Column ID│   1│   2│   3│   4│
4053 │                      ╶───────────────────────┼────┼────┼────┼────┤
4054 │                       No  Yes Column ID      │  21│  22│  23│  24│
4055 │                               Layer Column ID│   1│   2│   3│   4│
4056 │                          ╶───────────────────┼────┼────┼────┼────┤
4057 │                           No  Column ID      │  21│  22│  23│  24│
4058 │                               Layer Column ID│   1│   2│   3│   4│
4059 │             ╶────────────────────────────────┼────┼────┼────┼────┤
4060 │              No  QN57 Yes Yes Column ID      │  25│  26│  27│  28│
4061 │                               Layer Column ID│   1│   2│   3│   4│
4062 │                          ╶───────────────────┼────┼────┼────┼────┤
4063 │                           No  Column ID      │  25│  26│  27│  28│
4064 │                               Layer Column ID│   1│   2│   3│   4│
4065 │                      ╶───────────────────────┼────┼────┼────┼────┤
4066 │                       No  Yes Column ID      │  29│  30│  31│  32│
4067 │                               Layer Column ID│   1│   2│   3│   4│
4068 │                          ╶───────────────────┼────┼────┼────┼────┤
4069 │                           No  Column ID      │  29│  30│  31│  32│
4070 │                               Layer Column ID│   1│   2│   3│   4│
4071 ╰──────────────────────────────────────────────┴────┴────┴────┴────╯
4072
4073                             Custom Tables
4074 Female
4075 ╭──────────────────────────────────────────────┬───────────────────╮
4076 │                                              │        QN27       │
4077 │                                              ├─────────┬─────────┤
4078 │                                              │   Yes   │    No   │
4079 │                                              ├─────────┼─────────┤
4080 │                                              │  QND7A  │  QND7A  │
4081 │                                              ├────┬────┼────┬────┤
4082 │                                              │ Yes│ No │ Yes│ No │
4083 │                                              ├────┼────┼────┼────┤
4084 │                                              │QN86│QN86│QN86│QN86│
4085 ├──────────────────────────────────────────────┼────┼────┼────┼────┤
4086 │QN26 Yes QN61 Yes QN57 Yes Yes Column ID      │  33│  34│  35│  36│
4087 │                               Layer Column ID│   5│   6│   7│   8│
4088 │                          ╶───────────────────┼────┼────┼────┼────┤
4089 │                           No  Column ID      │  33│  34│  35│  36│
4090 │                               Layer Column ID│   5│   6│   7│   8│
4091 │                      ╶───────────────────────┼────┼────┼────┼────┤
4092 │                       No  Yes Column ID      │  37│  38│  39│  40│
4093 │                               Layer Column ID│   5│   6│   7│   8│
4094 │                          ╶───────────────────┼────┼────┼────┼────┤
4095 │                           No  Column ID      │  37│  38│  39│  40│
4096 │                               Layer Column ID│   5│   6│   7│   8│
4097 │             ╶────────────────────────────────┼────┼────┼────┼────┤
4098 │              No  QN57 Yes Yes Column ID      │  41│  42│  43│  44│
4099 │                               Layer Column ID│   5│   6│   7│   8│
4100 │                          ╶───────────────────┼────┼────┼────┼────┤
4101 │                           No  Column ID      │  41│  42│  43│  44│
4102 │                               Layer Column ID│   5│   6│   7│   8│
4103 │                      ╶───────────────────────┼────┼────┼────┼────┤
4104 │                       No  Yes Column ID      │  45│  46│  47│  48│
4105 │                               Layer Column ID│   5│   6│   7│   8│
4106 │                          ╶───────────────────┼────┼────┼────┼────┤
4107 │                           No  Column ID      │  45│  46│  47│  48│
4108 │                               Layer Column ID│   5│   6│   7│   8│
4109 │    ╶─────────────────────────────────────────┼────┼────┼────┼────┤
4110 │     No  QN61 Yes QN57 Yes Yes Column ID      │  49│  50│  51│  52│
4111 │                               Layer Column ID│   5│   6│   7│   8│
4112 │                          ╶───────────────────┼────┼────┼────┼────┤
4113 │                           No  Column ID      │  49│  50│  51│  52│
4114 │                               Layer Column ID│   5│   6│   7│   8│
4115 │                      ╶───────────────────────┼────┼────┼────┼────┤
4116 │                       No  Yes Column ID      │  53│  54│  55│  56│
4117 │                               Layer Column ID│   5│   6│   7│   8│
4118 │                          ╶───────────────────┼────┼────┼────┼────┤
4119 │                           No  Column ID      │  53│  54│  55│  56│
4120 │                               Layer Column ID│   5│   6│   7│   8│
4121 │             ╶────────────────────────────────┼────┼────┼────┼────┤
4122 │              No  QN57 Yes Yes Column ID      │  57│  58│  59│  60│
4123 │                               Layer Column ID│   5│   6│   7│   8│
4124 │                          ╶───────────────────┼────┼────┼────┼────┤
4125 │                           No  Column ID      │  57│  58│  59│  60│
4126 │                               Layer Column ID│   5│   6│   7│   8│
4127 │                      ╶───────────────────────┼────┼────┼────┼────┤
4128 │                       No  Yes Column ID      │  61│  62│  63│  64│
4129 │                               Layer Column ID│   5│   6│   7│   8│
4130 │                          ╶───────────────────┼────┼────┼────┼────┤
4131 │                           No  Column ID      │  61│  62│  63│  64│
4132 │                               Layer Column ID│   5│   6│   7│   8│
4133 ╰──────────────────────────────────────────────┴────┴────┴────┴────╯
4134 ])
4135 AT_CLEANUP
4136
4137 AT_SETUP([CTABLES area definitions with CLABELS ROWLABELS=LAYER])
4138 AT_KEYWORDS([ROWLABELS LAYER])
4139 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
4140 AT_DATA([ctables.sps],
4141 [[GET 'nhtsa.sav'.
4142 CTABLES
4143     /VLABELS VARIABLES=ALL DISPLAY=NAME
4144     /TABLE qn26 > qn61 > qn57 BY qn27 > qnd7a > qn86 BY qns3a[TABLEID, LAYERID, SUBTABLEID]
4145     /SLABELS POSITION=ROW
4146     /CLABELS ROWLABELS=LAYER
4147     /TABLE qn26 > qn61 > qn57 BY qn27 > qnd7a > qn86 BY qns3a[ROWID, LAYERROWID]
4148     /SLABELS POSITION=ROW
4149     /CLABELS ROWLABELS=LAYER
4150     /TABLE qn26 > qn61 > qn57 BY qn27 > qnd7a > qn86 BY qns3a[COLID, LAYERCOLID]
4151     /SLABELS POSITION=ROW
4152     /CLABELS ROWLABELS=LAYER.
4153 ]])
4154 AT_CHECK([pspp ctables.sps --table-look="$builddir"/all-layers.stt -O box=unicode -O width=120], [0], [dnl
4155                           Custom Tables
4156 Male
4157 Yes
4158 ╭──────────────────────────────────┬───────────────────────────╮
4159 │                                  │            QN27           │
4160 │                                  ├─────────────┬─────────────┤
4161 │                                  │     Yes     │      No     │
4162 │                                  ├─────────────┼─────────────┤
4163 │                                  │    QND7A    │    QND7A    │
4164 │                                  ├──────┬──────┼──────┬──────┤
4165 │                                  │  Yes │  No  │  Yes │  No  │
4166 │                                  ├──────┼──────┼──────┼──────┤
4167 │                                  │ QN86 │ QN86 │ QN86 │ QN86 │
4168 │                                  ├───┬──┼───┬──┼───┬──┼───┬──┤
4169 │                                  │Yes│No│Yes│No│Yes│No│Yes│No│
4170 ├──────────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4171 │QN26 Yes QN61 Yes QN57 Table ID   │  1│ 1│  1│ 1│  1│ 1│  1│ 1│
4172 │                       Layer ID   │  1│ 1│  1│ 1│  1│ 1│  1│ 1│
4173 │                       Subtable ID│  1│ 1│  3│ 3│  5│ 5│  7│ 7│
4174 │             ╶────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4175 │              No  QN57 Table ID   │  1│ 1│  1│ 1│  1│ 1│  1│ 1│
4176 │                       Layer ID   │  1│ 1│  1│ 1│  1│ 1│  1│ 1│
4177 │                       Subtable ID│  1│ 1│  3│ 3│  5│ 5│  7│ 7│
4178 │    ╶─────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4179 │     No  QN61 Yes QN57 Table ID   │  1│ 1│  1│ 1│  1│ 1│  1│ 1│
4180 │                       Layer ID   │  1│ 1│  1│ 1│  1│ 1│  1│ 1│
4181 │                       Subtable ID│  9│ 9│ 11│11│ 13│13│ 15│15│
4182 │             ╶────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4183 │              No  QN57 Table ID   │  1│ 1│  1│ 1│  1│ 1│  1│ 1│
4184 │                       Layer ID   │  1│ 1│  1│ 1│  1│ 1│  1│ 1│
4185 │                       Subtable ID│  9│ 9│ 11│11│ 13│13│ 15│15│
4186 ╰──────────────────────────────────┴───┴──┴───┴──┴───┴──┴───┴──╯
4187
4188                           Custom Tables
4189 Male
4190 No
4191 ╭──────────────────────────────────┬───────────────────────────╮
4192 │                                  │            QN27           │
4193 │                                  ├─────────────┬─────────────┤
4194 │                                  │     Yes     │      No     │
4195 │                                  ├─────────────┼─────────────┤
4196 │                                  │    QND7A    │    QND7A    │
4197 │                                  ├──────┬──────┼──────┬──────┤
4198 │                                  │  Yes │  No  │  Yes │  No  │
4199 │                                  ├──────┼──────┼──────┼──────┤
4200 │                                  │ QN86 │ QN86 │ QN86 │ QN86 │
4201 │                                  ├───┬──┼───┬──┼───┬──┼───┬──┤
4202 │                                  │Yes│No│Yes│No│Yes│No│Yes│No│
4203 ├──────────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4204 │QN26 Yes QN61 Yes QN57 Table ID   │  1│ 1│  1│ 1│  1│ 1│  1│ 1│
4205 │                       Layer ID   │  2│ 2│  2│ 2│  2│ 2│  2│ 2│
4206 │                       Subtable ID│  2│ 2│  4│ 4│  6│ 6│  8│ 8│
4207 │             ╶────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4208 │              No  QN57 Table ID   │  1│ 1│  1│ 1│  1│ 1│  1│ 1│
4209 │                       Layer ID   │  2│ 2│  2│ 2│  2│ 2│  2│ 2│
4210 │                       Subtable ID│  2│ 2│  4│ 4│  6│ 6│  8│ 8│
4211 │    ╶─────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4212 │     No  QN61 Yes QN57 Table ID   │  1│ 1│  1│ 1│  1│ 1│  1│ 1│
4213 │                       Layer ID   │  2│ 2│  2│ 2│  2│ 2│  2│ 2│
4214 │                       Subtable ID│ 10│10│ 12│12│ 14│14│ 16│16│
4215 │             ╶────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4216 │              No  QN57 Table ID   │  1│ 1│  1│ 1│  1│ 1│  1│ 1│
4217 │                       Layer ID   │  2│ 2│  2│ 2│  2│ 2│  2│ 2│
4218 │                       Subtable ID│ 10│10│ 12│12│ 14│14│ 16│16│
4219 ╰──────────────────────────────────┴───┴──┴───┴──┴───┴──┴───┴──╯
4220
4221                           Custom Tables
4222 Female
4223 Yes
4224 ╭──────────────────────────────────┬───────────────────────────╮
4225 │                                  │            QN27           │
4226 │                                  ├─────────────┬─────────────┤
4227 │                                  │     Yes     │      No     │
4228 │                                  ├─────────────┼─────────────┤
4229 │                                  │    QND7A    │    QND7A    │
4230 │                                  ├──────┬──────┼──────┬──────┤
4231 │                                  │  Yes │  No  │  Yes │  No  │
4232 │                                  ├──────┼──────┼──────┼──────┤
4233 │                                  │ QN86 │ QN86 │ QN86 │ QN86 │
4234 │                                  ├───┬──┼───┬──┼───┬──┼───┬──┤
4235 │                                  │Yes│No│Yes│No│Yes│No│Yes│No│
4236 ├──────────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4237 │QN26 Yes QN61 Yes QN57 Table ID   │  1│ 1│  1│ 1│  1│ 1│  1│ 1│
4238 │                       Layer ID   │  3│ 3│  3│ 3│  3│ 3│  3│ 3│
4239 │                       Subtable ID│ 17│17│ 19│19│ 21│21│ 23│23│
4240 │             ╶────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4241 │              No  QN57 Table ID   │  1│ 1│  1│ 1│  1│ 1│  1│ 1│
4242 │                       Layer ID   │  3│ 3│  3│ 3│  3│ 3│  3│ 3│
4243 │                       Subtable ID│ 17│17│ 19│19│ 21│21│ 23│23│
4244 │    ╶─────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4245 │     No  QN61 Yes QN57 Table ID   │  1│ 1│  1│ 1│  1│ 1│  1│ 1│
4246 │                       Layer ID   │  3│ 3│  3│ 3│  3│ 3│  3│ 3│
4247 │                       Subtable ID│ 25│25│ 27│27│ 29│29│ 31│31│
4248 │             ╶────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4249 │              No  QN57 Table ID   │  1│ 1│  1│ 1│  1│ 1│  1│ 1│
4250 │                       Layer ID   │  3│ 3│  3│ 3│  3│ 3│  3│ 3│
4251 │                       Subtable ID│ 25│25│ 27│27│ 29│29│ 31│31│
4252 ╰──────────────────────────────────┴───┴──┴───┴──┴───┴──┴───┴──╯
4253
4254                           Custom Tables
4255 Female
4256 No
4257 ╭──────────────────────────────────┬───────────────────────────╮
4258 │                                  │            QN27           │
4259 │                                  ├─────────────┬─────────────┤
4260 │                                  │     Yes     │      No     │
4261 │                                  ├─────────────┼─────────────┤
4262 │                                  │    QND7A    │    QND7A    │
4263 │                                  ├──────┬──────┼──────┬──────┤
4264 │                                  │  Yes │  No  │  Yes │  No  │
4265 │                                  ├──────┼──────┼──────┼──────┤
4266 │                                  │ QN86 │ QN86 │ QN86 │ QN86 │
4267 │                                  ├───┬──┼───┬──┼───┬──┼───┬──┤
4268 │                                  │Yes│No│Yes│No│Yes│No│Yes│No│
4269 ├──────────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4270 │QN26 Yes QN61 Yes QN57 Table ID   │  1│ 1│  1│ 1│  1│ 1│  1│ 1│
4271 │                       Layer ID   │  4│ 4│  4│ 4│  4│ 4│  4│ 4│
4272 │                       Subtable ID│ 18│18│ 20│20│ 22│22│ 24│24│
4273 │             ╶────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4274 │              No  QN57 Table ID   │  1│ 1│  1│ 1│  1│ 1│  1│ 1│
4275 │                       Layer ID   │  4│ 4│  4│ 4│  4│ 4│  4│ 4│
4276 │                       Subtable ID│ 18│18│ 20│20│ 22│22│ 24│24│
4277 │    ╶─────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4278 │     No  QN61 Yes QN57 Table ID   │  1│ 1│  1│ 1│  1│ 1│  1│ 1│
4279 │                       Layer ID   │  4│ 4│  4│ 4│  4│ 4│  4│ 4│
4280 │                       Subtable ID│ 26│26│ 28│28│ 30│30│ 32│32│
4281 │             ╶────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4282 │              No  QN57 Table ID   │  1│ 1│  1│ 1│  1│ 1│  1│ 1│
4283 │                       Layer ID   │  4│ 4│  4│ 4│  4│ 4│  4│ 4│
4284 │                       Subtable ID│ 26│26│ 28│28│ 30│30│ 32│32│
4285 ╰──────────────────────────────────┴───┴──┴───┴──┴───┴──┴───┴──╯
4286
4287                           Custom Tables
4288 Male
4289 Yes
4290 ╭───────────────────────────────────┬───────────────────────────╮
4291 │                                   │            QN27           │
4292 │                                   ├─────────────┬─────────────┤
4293 │                                   │     Yes     │      No     │
4294 │                                   ├─────────────┼─────────────┤
4295 │                                   │    QND7A    │    QND7A    │
4296 │                                   ├──────┬──────┼──────┬──────┤
4297 │                                   │  Yes │  No  │  Yes │  No  │
4298 │                                   ├──────┼──────┼──────┼──────┤
4299 │                                   │ QN86 │ QN86 │ QN86 │ QN86 │
4300 │                                   ├───┬──┼───┬──┼───┬──┼───┬──┤
4301 │                                   │Yes│No│Yes│No│Yes│No│Yes│No│
4302 ├───────────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4303 │QN26 Yes QN61 Yes QN57 Row ID      │  1│ 1│  3│ 3│  5│ 5│  7│ 7│
4304 │                       Layer Row ID│  1│ 1│  1│ 1│  1│ 1│  1│ 1│
4305 │             ╶─────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4306 │              No  QN57 Row ID      │  9│ 9│ 11│11│ 13│13│ 15│15│
4307 │                       Layer Row ID│  3│ 3│  3│ 3│  3│ 3│  3│ 3│
4308 │    ╶──────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4309 │     No  QN61 Yes QN57 Row ID      │ 17│17│ 19│19│ 21│21│ 23│23│
4310 │                       Layer Row ID│  5│ 5│  5│ 5│  5│ 5│  5│ 5│
4311 │             ╶─────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4312 │              No  QN57 Row ID      │ 25│25│ 27│27│ 29│29│ 31│31│
4313 │                       Layer Row ID│  7│ 7│  7│ 7│  7│ 7│  7│ 7│
4314 ╰───────────────────────────────────┴───┴──┴───┴──┴───┴──┴───┴──╯
4315
4316                           Custom Tables
4317 Male
4318 No
4319 ╭───────────────────────────────────┬───────────────────────────╮
4320 │                                   │            QN27           │
4321 │                                   ├─────────────┬─────────────┤
4322 │                                   │     Yes     │      No     │
4323 │                                   ├─────────────┼─────────────┤
4324 │                                   │    QND7A    │    QND7A    │
4325 │                                   ├──────┬──────┼──────┬──────┤
4326 │                                   │  Yes │  No  │  Yes │  No  │
4327 │                                   ├──────┼──────┼──────┼──────┤
4328 │                                   │ QN86 │ QN86 │ QN86 │ QN86 │
4329 │                                   ├───┬──┼───┬──┼───┬──┼───┬──┤
4330 │                                   │Yes│No│Yes│No│Yes│No│Yes│No│
4331 ├───────────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4332 │QN26 Yes QN61 Yes QN57 Row ID      │  2│ 2│  4│ 4│  6│ 6│  8│ 8│
4333 │                       Layer Row ID│  2│ 2│  2│ 2│  2│ 2│  2│ 2│
4334 │             ╶─────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4335 │              No  QN57 Row ID      │ 10│10│ 12│12│ 14│14│ 16│16│
4336 │                       Layer Row ID│  4│ 4│  4│ 4│  4│ 4│  4│ 4│
4337 │    ╶──────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4338 │     No  QN61 Yes QN57 Row ID      │ 18│18│ 20│20│ 22│22│ 24│24│
4339 │                       Layer Row ID│  6│ 6│  6│ 6│  6│ 6│  6│ 6│
4340 │             ╶─────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4341 │              No  QN57 Row ID      │ 26│26│ 28│28│ 30│30│ 32│32│
4342 │                       Layer Row ID│  8│ 8│  8│ 8│  8│ 8│  8│ 8│
4343 ╰───────────────────────────────────┴───┴──┴───┴──┴───┴──┴───┴──╯
4344
4345                           Custom Tables
4346 Female
4347 Yes
4348 ╭───────────────────────────────────┬───────────────────────────╮
4349 │                                   │            QN27           │
4350 │                                   ├─────────────┬─────────────┤
4351 │                                   │     Yes     │      No     │
4352 │                                   ├─────────────┼─────────────┤
4353 │                                   │    QND7A    │    QND7A    │
4354 │                                   ├──────┬──────┼──────┬──────┤
4355 │                                   │  Yes │  No  │  Yes │  No  │
4356 │                                   ├──────┼──────┼──────┼──────┤
4357 │                                   │ QN86 │ QN86 │ QN86 │ QN86 │
4358 │                                   ├───┬──┼───┬──┼───┬──┼───┬──┤
4359 │                                   │Yes│No│Yes│No│Yes│No│Yes│No│
4360 ├───────────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4361 │QN26 Yes QN61 Yes QN57 Row ID      │ 33│33│ 35│35│ 37│37│ 39│39│
4362 │                       Layer Row ID│  9│ 9│  9│ 9│  9│ 9│  9│ 9│
4363 │             ╶─────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4364 │              No  QN57 Row ID      │ 41│41│ 43│43│ 45│45│ 47│47│
4365 │                       Layer Row ID│ 11│11│ 11│11│ 11│11│ 11│11│
4366 │    ╶──────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4367 │     No  QN61 Yes QN57 Row ID      │ 49│49│ 51│51│ 53│53│ 55│55│
4368 │                       Layer Row ID│ 13│13│ 13│13│ 13│13│ 13│13│
4369 │             ╶─────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4370 │              No  QN57 Row ID      │ 57│57│ 59│59│ 61│61│ 63│63│
4371 │                       Layer Row ID│ 15│15│ 15│15│ 15│15│ 15│15│
4372 ╰───────────────────────────────────┴───┴──┴───┴──┴───┴──┴───┴──╯
4373
4374                           Custom Tables
4375 Female
4376 No
4377 ╭───────────────────────────────────┬───────────────────────────╮
4378 │                                   │            QN27           │
4379 │                                   ├─────────────┬─────────────┤
4380 │                                   │     Yes     │      No     │
4381 │                                   ├─────────────┼─────────────┤
4382 │                                   │    QND7A    │    QND7A    │
4383 │                                   ├──────┬──────┼──────┬──────┤
4384 │                                   │  Yes │  No  │  Yes │  No  │
4385 │                                   ├──────┼──────┼──────┼──────┤
4386 │                                   │ QN86 │ QN86 │ QN86 │ QN86 │
4387 │                                   ├───┬──┼───┬──┼───┬──┼───┬──┤
4388 │                                   │Yes│No│Yes│No│Yes│No│Yes│No│
4389 ├───────────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4390 │QN26 Yes QN61 Yes QN57 Row ID      │ 34│34│ 36│36│ 38│38│ 40│40│
4391 │                       Layer Row ID│ 10│10│ 10│10│ 10│10│ 10│10│
4392 │             ╶─────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4393 │              No  QN57 Row ID      │ 42│42│ 44│44│ 46│46│ 48│48│
4394 │                       Layer Row ID│ 12│12│ 12│12│ 12│12│ 12│12│
4395 │    ╶──────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4396 │     No  QN61 Yes QN57 Row ID      │ 50│50│ 52│52│ 54│54│ 56│56│
4397 │                       Layer Row ID│ 14│14│ 14│14│ 14│14│ 14│14│
4398 │             ╶─────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4399 │              No  QN57 Row ID      │ 58│58│ 60│60│ 62│62│ 64│64│
4400 │                       Layer Row ID│ 16│16│ 16│16│ 16│16│ 16│16│
4401 ╰───────────────────────────────────┴───┴──┴───┴──┴───┴──┴───┴──╯
4402
4403                             Custom Tables
4404 Male
4405 Yes
4406 ╭──────────────────────────────────────┬───────────────────────────╮
4407 │                                      │            QN27           │
4408 │                                      ├─────────────┬─────────────┤
4409 │                                      │     Yes     │      No     │
4410 │                                      ├─────────────┼─────────────┤
4411 │                                      │    QND7A    │    QND7A    │
4412 │                                      ├──────┬──────┼──────┬──────┤
4413 │                                      │  Yes │  No  │  Yes │  No  │
4414 │                                      ├──────┼──────┼──────┼──────┤
4415 │                                      │ QN86 │ QN86 │ QN86 │ QN86 │
4416 │                                      ├───┬──┼───┬──┼───┬──┼───┬──┤
4417 │                                      │Yes│No│Yes│No│Yes│No│Yes│No│
4418 ├──────────────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4419 │QN26 Yes QN61 Yes QN57 Column ID      │  1│ 3│  5│ 7│  9│11│ 13│15│
4420 │                       Layer Column ID│  1│ 3│  5│ 7│  9│11│ 13│15│
4421 │             ╶────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4422 │              No  QN57 Column ID      │  1│ 3│  5│ 7│  9│11│ 13│15│
4423 │                       Layer Column ID│  1│ 3│  5│ 7│  9│11│ 13│15│
4424 │    ╶─────────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4425 │     No  QN61 Yes QN57 Column ID      │ 17│19│ 21│23│ 25│27│ 29│31│
4426 │                       Layer Column ID│  1│ 3│  5│ 7│  9│11│ 13│15│
4427 │             ╶────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4428 │              No  QN57 Column ID      │ 17│19│ 21│23│ 25│27│ 29│31│
4429 │                       Layer Column ID│  1│ 3│  5│ 7│  9│11│ 13│15│
4430 ╰──────────────────────────────────────┴───┴──┴───┴──┴───┴──┴───┴──╯
4431
4432                             Custom Tables
4433 Male
4434 No
4435 ╭──────────────────────────────────────┬───────────────────────────╮
4436 │                                      │            QN27           │
4437 │                                      ├─────────────┬─────────────┤
4438 │                                      │     Yes     │      No     │
4439 │                                      ├─────────────┼─────────────┤
4440 │                                      │    QND7A    │    QND7A    │
4441 │                                      ├──────┬──────┼──────┬──────┤
4442 │                                      │  Yes │  No  │  Yes │  No  │
4443 │                                      ├──────┼──────┼──────┼──────┤
4444 │                                      │ QN86 │ QN86 │ QN86 │ QN86 │
4445 │                                      ├───┬──┼───┬──┼───┬──┼───┬──┤
4446 │                                      │Yes│No│Yes│No│Yes│No│Yes│No│
4447 ├──────────────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4448 │QN26 Yes QN61 Yes QN57 Column ID      │  2│ 4│  6│ 8│ 10│12│ 14│16│
4449 │                       Layer Column ID│  2│ 4│  6│ 8│ 10│12│ 14│16│
4450 │             ╶────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4451 │              No  QN57 Column ID      │  2│ 4│  6│ 8│ 10│12│ 14│16│
4452 │                       Layer Column ID│  2│ 4│  6│ 8│ 10│12│ 14│16│
4453 │    ╶─────────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4454 │     No  QN61 Yes QN57 Column ID      │ 18│20│ 22│24│ 26│28│ 30│32│
4455 │                       Layer Column ID│  2│ 4│  6│ 8│ 10│12│ 14│16│
4456 │             ╶────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4457 │              No  QN57 Column ID      │ 18│20│ 22│24│ 26│28│ 30│32│
4458 │                       Layer Column ID│  2│ 4│  6│ 8│ 10│12│ 14│16│
4459 ╰──────────────────────────────────────┴───┴──┴───┴──┴───┴──┴───┴──╯
4460
4461                             Custom Tables
4462 Female
4463 Yes
4464 ╭──────────────────────────────────────┬───────────────────────────╮
4465 │                                      │            QN27           │
4466 │                                      ├─────────────┬─────────────┤
4467 │                                      │     Yes     │      No     │
4468 │                                      ├─────────────┼─────────────┤
4469 │                                      │    QND7A    │    QND7A    │
4470 │                                      ├──────┬──────┼──────┬──────┤
4471 │                                      │  Yes │  No  │  Yes │  No  │
4472 │                                      ├──────┼──────┼──────┼──────┤
4473 │                                      │ QN86 │ QN86 │ QN86 │ QN86 │
4474 │                                      ├───┬──┼───┬──┼───┬──┼───┬──┤
4475 │                                      │Yes│No│Yes│No│Yes│No│Yes│No│
4476 ├──────────────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4477 │QN26 Yes QN61 Yes QN57 Column ID      │ 33│35│ 37│39│ 41│43│ 45│47│
4478 │                       Layer Column ID│ 17│19│ 21│23│ 25│27│ 29│31│
4479 │             ╶────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4480 │              No  QN57 Column ID      │ 33│35│ 37│39│ 41│43│ 45│47│
4481 │                       Layer Column ID│ 17│19│ 21│23│ 25│27│ 29│31│
4482 │    ╶─────────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4483 │     No  QN61 Yes QN57 Column ID      │ 49│51│ 53│55│ 57│59│ 61│63│
4484 │                       Layer Column ID│ 17│19│ 21│23│ 25│27│ 29│31│
4485 │             ╶────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4486 │              No  QN57 Column ID      │ 49│51│ 53│55│ 57│59│ 61│63│
4487 │                       Layer Column ID│ 17│19│ 21│23│ 25│27│ 29│31│
4488 ╰──────────────────────────────────────┴───┴──┴───┴──┴───┴──┴───┴──╯
4489
4490                             Custom Tables
4491 Female
4492 No
4493 ╭──────────────────────────────────────┬───────────────────────────╮
4494 │                                      │            QN27           │
4495 │                                      ├─────────────┬─────────────┤
4496 │                                      │     Yes     │      No     │
4497 │                                      ├─────────────┼─────────────┤
4498 │                                      │    QND7A    │    QND7A    │
4499 │                                      ├──────┬──────┼──────┬──────┤
4500 │                                      │  Yes │  No  │  Yes │  No  │
4501 │                                      ├──────┼──────┼──────┼──────┤
4502 │                                      │ QN86 │ QN86 │ QN86 │ QN86 │
4503 │                                      ├───┬──┼───┬──┼───┬──┼───┬──┤
4504 │                                      │Yes│No│Yes│No│Yes│No│Yes│No│
4505 ├──────────────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4506 │QN26 Yes QN61 Yes QN57 Column ID      │ 34│36│ 38│40│ 42│44│ 46│48│
4507 │                       Layer Column ID│ 18│20│ 22│24│ 26│28│ 30│32│
4508 │             ╶────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4509 │              No  QN57 Column ID      │ 34│36│ 38│40│ 42│44│ 46│48│
4510 │                       Layer Column ID│ 18│20│ 22│24│ 26│28│ 30│32│
4511 │    ╶─────────────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4512 │     No  QN61 Yes QN57 Column ID      │ 50│52│ 54│56│ 58│60│ 62│64│
4513 │                       Layer Column ID│ 18│20│ 22│24│ 26│28│ 30│32│
4514 │             ╶────────────────────────┼───┼──┼───┼──┼───┼──┼───┼──┤
4515 │              No  QN57 Column ID      │ 50│52│ 54│56│ 58│60│ 62│64│
4516 │                       Layer Column ID│ 18│20│ 22│24│ 26│28│ 30│32│
4517 ╰──────────────────────────────────────┴───┴──┴───┴──┴───┴──┴───┴──╯
4518 ])
4519 AT_CLEANUP
4520
4521 AT_SETUP([CTABLES area definitions with CLABELS COLLABELS=LAYER])
4522 AT_KEYWORDS([COLLABELS LAYER])
4523 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
4524 AT_DATA([ctables.sps],
4525 [[GET 'nhtsa.sav'.
4526 CTABLES
4527     /VLABELS VARIABLES=ALL DISPLAY=NAME
4528     /TABLE qn26 > qn61 > qn57 BY qn27 > qnd7a > qn86 BY qns3a[TABLEID, LAYERID, SUBTABLEID]
4529     /SLABELS POSITION=ROW
4530     /CLABELS COLLABELS=LAYER
4531     /TABLE qn26 > qn61 > qn57 BY qn27 > qnd7a > qn86 BY qns3a[ROWID, LAYERROWID]
4532     /SLABELS POSITION=ROW
4533     /CLABELS COLLABELS=LAYER
4534     /TABLE qn26 > qn61 > qn57 BY qn27 > qnd7a > qn86 BY qns3a[COLID, LAYERCOLID]
4535     /SLABELS POSITION=ROW
4536     /CLABELS COLLABELS=LAYER.
4537 ]])
4538 AT_CHECK([pspp ctables.sps --table-look="$builddir"/all-layers.stt -O box=unicode -O width=120], [0], [dnl
4539                         Custom Tables
4540 Male
4541 Yes
4542 ╭──────────────────────────────────────┬───────────────────╮
4543 │                                      │        QN27       │
4544 │                                      ├─────────┬─────────┤
4545 │                                      │   Yes   │    No   │
4546 │                                      ├─────────┼─────────┤
4547 │                                      │  QND7A  │  QND7A  │
4548 │                                      ├────┬────┼────┬────┤
4549 │                                      │ Yes│ No │ Yes│ No │
4550 │                                      ├────┼────┼────┼────┤
4551 │                                      │QN86│QN86│QN86│QN86│
4552 ├──────────────────────────────────────┼────┼────┼────┼────┤
4553 │QN26 Yes QN61 Yes QN57 Yes Table ID   │   1│   1│   1│   1│
4554 │                           Layer ID   │   1│   1│   1│   1│
4555 │                           Subtable ID│   1│   1│   3│   3│
4556 │                      ╶───────────────┼────┼────┼────┼────┤
4557 │                       No  Table ID   │   1│   1│   1│   1│
4558 │                           Layer ID   │   1│   1│   1│   1│
4559 │                           Subtable ID│   1│   1│   3│   3│
4560 │             ╶────────────────────────┼────┼────┼────┼────┤
4561 │              No  QN57 Yes Table ID   │   1│   1│   1│   1│
4562 │                           Layer ID   │   1│   1│   1│   1│
4563 │                           Subtable ID│   5│   5│   7│   7│
4564 │                      ╶───────────────┼────┼────┼────┼────┤
4565 │                       No  Table ID   │   1│   1│   1│   1│
4566 │                           Layer ID   │   1│   1│   1│   1│
4567 │                           Subtable ID│   5│   5│   7│   7│
4568 │    ╶─────────────────────────────────┼────┼────┼────┼────┤
4569 │     No  QN61 Yes QN57 Yes Table ID   │   1│   1│   1│   1│
4570 │                           Layer ID   │   1│   1│   1│   1│
4571 │                           Subtable ID│   9│   9│  11│  11│
4572 │                      ╶───────────────┼────┼────┼────┼────┤
4573 │                       No  Table ID   │   1│   1│   1│   1│
4574 │                           Layer ID   │   1│   1│   1│   1│
4575 │                           Subtable ID│   9│   9│  11│  11│
4576 │             ╶────────────────────────┼────┼────┼────┼────┤
4577 │              No  QN57 Yes Table ID   │   1│   1│   1│   1│
4578 │                           Layer ID   │   1│   1│   1│   1│
4579 │                           Subtable ID│  13│  13│  15│  15│
4580 │                      ╶───────────────┼────┼────┼────┼────┤
4581 │                       No  Table ID   │   1│   1│   1│   1│
4582 │                           Layer ID   │   1│   1│   1│   1│
4583 │                           Subtable ID│  13│  13│  15│  15│
4584 ╰──────────────────────────────────────┴────┴────┴────┴────╯
4585
4586                         Custom Tables
4587 Male
4588 No
4589 ╭──────────────────────────────────────┬───────────────────╮
4590 │                                      │        QN27       │
4591 │                                      ├─────────┬─────────┤
4592 │                                      │   Yes   │    No   │
4593 │                                      ├─────────┼─────────┤
4594 │                                      │  QND7A  │  QND7A  │
4595 │                                      ├────┬────┼────┬────┤
4596 │                                      │ Yes│ No │ Yes│ No │
4597 │                                      ├────┼────┼────┼────┤
4598 │                                      │QN86│QN86│QN86│QN86│
4599 ├──────────────────────────────────────┼────┼────┼────┼────┤
4600 │QN26 Yes QN61 Yes QN57 Yes Table ID   │   1│   1│   1│   1│
4601 │                           Layer ID   │   2│   2│   2│   2│
4602 │                           Subtable ID│   2│   2│   4│   4│
4603 │                      ╶───────────────┼────┼────┼────┼────┤
4604 │                       No  Table ID   │   1│   1│   1│   1│
4605 │                           Layer ID   │   2│   2│   2│   2│
4606 │                           Subtable ID│   2│   2│   4│   4│
4607 │             ╶────────────────────────┼────┼────┼────┼────┤
4608 │              No  QN57 Yes Table ID   │   1│   1│   1│   1│
4609 │                           Layer ID   │   2│   2│   2│   2│
4610 │                           Subtable ID│   6│   6│   8│   8│
4611 │                      ╶───────────────┼────┼────┼────┼────┤
4612 │                       No  Table ID   │   1│   1│   1│   1│
4613 │                           Layer ID   │   2│   2│   2│   2│
4614 │                           Subtable ID│   6│   6│   8│   8│
4615 │    ╶─────────────────────────────────┼────┼────┼────┼────┤
4616 │     No  QN61 Yes QN57 Yes Table ID   │   1│   1│   1│   1│
4617 │                           Layer ID   │   2│   2│   2│   2│
4618 │                           Subtable ID│  10│  10│  12│  12│
4619 │                      ╶───────────────┼────┼────┼────┼────┤
4620 │                       No  Table ID   │   1│   1│   1│   1│
4621 │                           Layer ID   │   2│   2│   2│   2│
4622 │                           Subtable ID│  10│  10│  12│  12│
4623 │             ╶────────────────────────┼────┼────┼────┼────┤
4624 │              No  QN57 Yes Table ID   │   1│   1│   1│   1│
4625 │                           Layer ID   │   2│   2│   2│   2│
4626 │                           Subtable ID│  14│  14│  16│  16│
4627 │                      ╶───────────────┼────┼────┼────┼────┤
4628 │                       No  Table ID   │   1│   1│   1│   1│
4629 │                           Layer ID   │   2│   2│   2│   2│
4630 │                           Subtable ID│  14│  14│  16│  16│
4631 ╰──────────────────────────────────────┴────┴────┴────┴────╯
4632
4633                         Custom Tables
4634 Female
4635 Yes
4636 ╭──────────────────────────────────────┬───────────────────╮
4637 │                                      │        QN27       │
4638 │                                      ├─────────┬─────────┤
4639 │                                      │   Yes   │    No   │
4640 │                                      ├─────────┼─────────┤
4641 │                                      │  QND7A  │  QND7A  │
4642 │                                      ├────┬────┼────┬────┤
4643 │                                      │ Yes│ No │ Yes│ No │
4644 │                                      ├────┼────┼────┼────┤
4645 │                                      │QN86│QN86│QN86│QN86│
4646 ├──────────────────────────────────────┼────┼────┼────┼────┤
4647 │QN26 Yes QN61 Yes QN57 Yes Table ID   │   1│   1│   1│   1│
4648 │                           Layer ID   │   3│   3│   3│   3│
4649 │                           Subtable ID│  17│  17│  19│  19│
4650 │                      ╶───────────────┼────┼────┼────┼────┤
4651 │                       No  Table ID   │   1│   1│   1│   1│
4652 │                           Layer ID   │   3│   3│   3│   3│
4653 │                           Subtable ID│  17│  17│  19│  19│
4654 │             ╶────────────────────────┼────┼────┼────┼────┤
4655 │              No  QN57 Yes Table ID   │   1│   1│   1│   1│
4656 │                           Layer ID   │   3│   3│   3│   3│
4657 │                           Subtable ID│  21│  21│  23│  23│
4658 │                      ╶───────────────┼────┼────┼────┼────┤
4659 │                       No  Table ID   │   1│   1│   1│   1│
4660 │                           Layer ID   │   3│   3│   3│   3│
4661 │                           Subtable ID│  21│  21│  23│  23│
4662 │    ╶─────────────────────────────────┼────┼────┼────┼────┤
4663 │     No  QN61 Yes QN57 Yes Table ID   │   1│   1│   1│   1│
4664 │                           Layer ID   │   3│   3│   3│   3│
4665 │                           Subtable ID│  25│  25│  27│  27│
4666 │                      ╶───────────────┼────┼────┼────┼────┤
4667 │                       No  Table ID   │   1│   1│   1│   1│
4668 │                           Layer ID   │   3│   3│   3│   3│
4669 │                           Subtable ID│  25│  25│  27│  27│
4670 │             ╶────────────────────────┼────┼────┼────┼────┤
4671 │              No  QN57 Yes Table ID   │   1│   1│   1│   1│
4672 │                           Layer ID   │   3│   3│   3│   3│
4673 │                           Subtable ID│  29│  29│  31│  31│
4674 │                      ╶───────────────┼────┼────┼────┼────┤
4675 │                       No  Table ID   │   1│   1│   1│   1│
4676 │                           Layer ID   │   3│   3│   3│   3│
4677 │                           Subtable ID│  29│  29│  31│  31│
4678 ╰──────────────────────────────────────┴────┴────┴────┴────╯
4679
4680                         Custom Tables
4681 Female
4682 No
4683 ╭──────────────────────────────────────┬───────────────────╮
4684 │                                      │        QN27       │
4685 │                                      ├─────────┬─────────┤
4686 │                                      │   Yes   │    No   │
4687 │                                      ├─────────┼─────────┤
4688 │                                      │  QND7A  │  QND7A  │
4689 │                                      ├────┬────┼────┬────┤
4690 │                                      │ Yes│ No │ Yes│ No │
4691 │                                      ├────┼────┼────┼────┤
4692 │                                      │QN86│QN86│QN86│QN86│
4693 ├──────────────────────────────────────┼────┼────┼────┼────┤
4694 │QN26 Yes QN61 Yes QN57 Yes Table ID   │   1│   1│   1│   1│
4695 │                           Layer ID   │   4│   4│   4│   4│
4696 │                           Subtable ID│  18│  18│  20│  20│
4697 │                      ╶───────────────┼────┼────┼────┼────┤
4698 │                       No  Table ID   │   1│   1│   1│   1│
4699 │                           Layer ID   │   4│   4│   4│   4│
4700 │                           Subtable ID│  18│  18│  20│  20│
4701 │             ╶────────────────────────┼────┼────┼────┼────┤
4702 │              No  QN57 Yes Table ID   │   1│   1│   1│   1│
4703 │                           Layer ID   │   4│   4│   4│   4│
4704 │                           Subtable ID│  22│  22│  24│  24│
4705 │                      ╶───────────────┼────┼────┼────┼────┤
4706 │                       No  Table ID   │   1│   1│   1│   1│
4707 │                           Layer ID   │   4│   4│   4│   4│
4708 │                           Subtable ID│  22│  22│  24│  24│
4709 │    ╶─────────────────────────────────┼────┼────┼────┼────┤
4710 │     No  QN61 Yes QN57 Yes Table ID   │   1│   1│   1│   1│
4711 │                           Layer ID   │   4│   4│   4│   4│
4712 │                           Subtable ID│  26│  26│  28│  28│
4713 │                      ╶───────────────┼────┼────┼────┼────┤
4714 │                       No  Table ID   │   1│   1│   1│   1│
4715 │                           Layer ID   │   4│   4│   4│   4│
4716 │                           Subtable ID│  26│  26│  28│  28│
4717 │             ╶────────────────────────┼────┼────┼────┼────┤
4718 │              No  QN57 Yes Table ID   │   1│   1│   1│   1│
4719 │                           Layer ID   │   4│   4│   4│   4│
4720 │                           Subtable ID│  30│  30│  32│  32│
4721 │                      ╶───────────────┼────┼────┼────┼────┤
4722 │                       No  Table ID   │   1│   1│   1│   1│
4723 │                           Layer ID   │   4│   4│   4│   4│
4724 │                           Subtable ID│  30│  30│  32│  32│
4725 ╰──────────────────────────────────────┴────┴────┴────┴────╯
4726
4727                         Custom Tables
4728 Male
4729 Yes
4730 ╭───────────────────────────────────────┬───────────────────╮
4731 │                                       │        QN27       │
4732 │                                       ├─────────┬─────────┤
4733 │                                       │   Yes   │    No   │
4734 │                                       ├─────────┼─────────┤
4735 │                                       │  QND7A  │  QND7A  │
4736 │                                       ├────┬────┼────┬────┤
4737 │                                       │ Yes│ No │ Yes│ No │
4738 │                                       ├────┼────┼────┼────┤
4739 │                                       │QN86│QN86│QN86│QN86│
4740 ├───────────────────────────────────────┼────┼────┼────┼────┤
4741 │QN26 Yes QN61 Yes QN57 Yes Row ID      │   1│   1│   3│   3│
4742 │                           Layer Row ID│   1│   1│   1│   1│
4743 │                      ╶────────────────┼────┼────┼────┼────┤
4744 │                       No  Row ID      │   5│   5│   7│   7│
4745 │                           Layer Row ID│   3│   3│   3│   3│
4746 │             ╶─────────────────────────┼────┼────┼────┼────┤
4747 │              No  QN57 Yes Row ID      │   9│   9│  11│  11│
4748 │                           Layer Row ID│   5│   5│   5│   5│
4749 │                      ╶────────────────┼────┼────┼────┼────┤
4750 │                       No  Row ID      │  13│  13│  15│  15│
4751 │                           Layer Row ID│   7│   7│   7│   7│
4752 │    ╶──────────────────────────────────┼────┼────┼────┼────┤
4753 │     No  QN61 Yes QN57 Yes Row ID      │  17│  17│  19│  19│
4754 │                           Layer Row ID│   9│   9│   9│   9│
4755 │                      ╶────────────────┼────┼────┼────┼────┤
4756 │                       No  Row ID      │  21│  21│  23│  23│
4757 │                           Layer Row ID│  11│  11│  11│  11│
4758 │             ╶─────────────────────────┼────┼────┼────┼────┤
4759 │              No  QN57 Yes Row ID      │  25│  25│  27│  27│
4760 │                           Layer Row ID│  13│  13│  13│  13│
4761 │                      ╶────────────────┼────┼────┼────┼────┤
4762 │                       No  Row ID      │  29│  29│  31│  31│
4763 │                           Layer Row ID│  15│  15│  15│  15│
4764 ╰───────────────────────────────────────┴────┴────┴────┴────╯
4765
4766                         Custom Tables
4767 Male
4768 No
4769 ╭───────────────────────────────────────┬───────────────────╮
4770 │                                       │        QN27       │
4771 │                                       ├─────────┬─────────┤
4772 │                                       │   Yes   │    No   │
4773 │                                       ├─────────┼─────────┤
4774 │                                       │  QND7A  │  QND7A  │
4775 │                                       ├────┬────┼────┬────┤
4776 │                                       │ Yes│ No │ Yes│ No │
4777 │                                       ├────┼────┼────┼────┤
4778 │                                       │QN86│QN86│QN86│QN86│
4779 ├───────────────────────────────────────┼────┼────┼────┼────┤
4780 │QN26 Yes QN61 Yes QN57 Yes Row ID      │   2│   2│   4│   4│
4781 │                           Layer Row ID│   2│   2│   2│   2│
4782 │                      ╶────────────────┼────┼────┼────┼────┤
4783 │                       No  Row ID      │   6│   6│   8│   8│
4784 │                           Layer Row ID│   4│   4│   4│   4│
4785 │             ╶─────────────────────────┼────┼────┼────┼────┤
4786 │              No  QN57 Yes Row ID      │  10│  10│  12│  12│
4787 │                           Layer Row ID│   6│   6│   6│   6│
4788 │                      ╶────────────────┼────┼────┼────┼────┤
4789 │                       No  Row ID      │  14│  14│  16│  16│
4790 │                           Layer Row ID│   8│   8│   8│   8│
4791 │    ╶──────────────────────────────────┼────┼────┼────┼────┤
4792 │     No  QN61 Yes QN57 Yes Row ID      │  18│  18│  20│  20│
4793 │                           Layer Row ID│  10│  10│  10│  10│
4794 │                      ╶────────────────┼────┼────┼────┼────┤
4795 │                       No  Row ID      │  22│  22│  24│  24│
4796 │                           Layer Row ID│  12│  12│  12│  12│
4797 │             ╶─────────────────────────┼────┼────┼────┼────┤
4798 │              No  QN57 Yes Row ID      │  26│  26│  28│  28│
4799 │                           Layer Row ID│  14│  14│  14│  14│
4800 │                      ╶────────────────┼────┼────┼────┼────┤
4801 │                       No  Row ID      │  30│  30│  32│  32│
4802 │                           Layer Row ID│  16│  16│  16│  16│
4803 ╰───────────────────────────────────────┴────┴────┴────┴────╯
4804
4805                         Custom Tables
4806 Female
4807 Yes
4808 ╭───────────────────────────────────────┬───────────────────╮
4809 │                                       │        QN27       │
4810 │                                       ├─────────┬─────────┤
4811 │                                       │   Yes   │    No   │
4812 │                                       ├─────────┼─────────┤
4813 │                                       │  QND7A  │  QND7A  │
4814 │                                       ├────┬────┼────┬────┤
4815 │                                       │ Yes│ No │ Yes│ No │
4816 │                                       ├────┼────┼────┼────┤
4817 │                                       │QN86│QN86│QN86│QN86│
4818 ├───────────────────────────────────────┼────┼────┼────┼────┤
4819 │QN26 Yes QN61 Yes QN57 Yes Row ID      │  33│  33│  35│  35│
4820 │                           Layer Row ID│  17│  17│  17│  17│
4821 │                      ╶────────────────┼────┼────┼────┼────┤
4822 │                       No  Row ID      │  37│  37│  39│  39│
4823 │                           Layer Row ID│  19│  19│  19│  19│
4824 │             ╶─────────────────────────┼────┼────┼────┼────┤
4825 │              No  QN57 Yes Row ID      │  41│  41│  43│  43│
4826 │                           Layer Row ID│  21│  21│  21│  21│
4827 │                      ╶────────────────┼────┼────┼────┼────┤
4828 │                       No  Row ID      │  45│  45│  47│  47│
4829 │                           Layer Row ID│  23│  23│  23│  23│
4830 │    ╶──────────────────────────────────┼────┼────┼────┼────┤
4831 │     No  QN61 Yes QN57 Yes Row ID      │  49│  49│  51│  51│
4832 │                           Layer Row ID│  25│  25│  25│  25│
4833 │                      ╶────────────────┼────┼────┼────┼────┤
4834 │                       No  Row ID      │  53│  53│  55│  55│
4835 │                           Layer Row ID│  27│  27│  27│  27│
4836 │             ╶─────────────────────────┼────┼────┼────┼────┤
4837 │              No  QN57 Yes Row ID      │  57│  57│  59│  59│
4838 │                           Layer Row ID│  29│  29│  29│  29│
4839 │                      ╶────────────────┼────┼────┼────┼────┤
4840 │                       No  Row ID      │  61│  61│  63│  63│
4841 │                           Layer Row ID│  31│  31│  31│  31│
4842 ╰───────────────────────────────────────┴────┴────┴────┴────╯
4843
4844                         Custom Tables
4845 Female
4846 No
4847 ╭───────────────────────────────────────┬───────────────────╮
4848 │                                       │        QN27       │
4849 │                                       ├─────────┬─────────┤
4850 │                                       │   Yes   │    No   │
4851 │                                       ├─────────┼─────────┤
4852 │                                       │  QND7A  │  QND7A  │
4853 │                                       ├────┬────┼────┬────┤
4854 │                                       │ Yes│ No │ Yes│ No │
4855 │                                       ├────┼────┼────┼────┤
4856 │                                       │QN86│QN86│QN86│QN86│
4857 ├───────────────────────────────────────┼────┼────┼────┼────┤
4858 │QN26 Yes QN61 Yes QN57 Yes Row ID      │  34│  34│  36│  36│
4859 │                           Layer Row ID│  18│  18│  18│  18│
4860 │                      ╶────────────────┼────┼────┼────┼────┤
4861 │                       No  Row ID      │  38│  38│  40│  40│
4862 │                           Layer Row ID│  20│  20│  20│  20│
4863 │             ╶─────────────────────────┼────┼────┼────┼────┤
4864 │              No  QN57 Yes Row ID      │  42│  42│  44│  44│
4865 │                           Layer Row ID│  22│  22│  22│  22│
4866 │                      ╶────────────────┼────┼────┼────┼────┤
4867 │                       No  Row ID      │  46│  46│  48│  48│
4868 │                           Layer Row ID│  24│  24│  24│  24│
4869 │    ╶──────────────────────────────────┼────┼────┼────┼────┤
4870 │     No  QN61 Yes QN57 Yes Row ID      │  50│  50│  52│  52│
4871 │                           Layer Row ID│  26│  26│  26│  26│
4872 │                      ╶────────────────┼────┼────┼────┼────┤
4873 │                       No  Row ID      │  54│  54│  56│  56│
4874 │                           Layer Row ID│  28│  28│  28│  28│
4875 │             ╶─────────────────────────┼────┼────┼────┼────┤
4876 │              No  QN57 Yes Row ID      │  58│  58│  60│  60│
4877 │                           Layer Row ID│  30│  30│  30│  30│
4878 │                      ╶────────────────┼────┼────┼────┼────┤
4879 │                       No  Row ID      │  62│  62│  64│  64│
4880 │                           Layer Row ID│  32│  32│  32│  32│
4881 ╰───────────────────────────────────────┴────┴────┴────┴────╯
4882
4883                           Custom Tables
4884 Male
4885 Yes
4886 ╭──────────────────────────────────────────┬───────────────────╮
4887 │                                          │        QN27       │
4888 │                                          ├─────────┬─────────┤
4889 │                                          │   Yes   │    No   │
4890 │                                          ├─────────┼─────────┤
4891 │                                          │  QND7A  │  QND7A  │
4892 │                                          ├────┬────┼────┬────┤
4893 │                                          │ Yes│ No │ Yes│ No │
4894 │                                          ├────┼────┼────┼────┤
4895 │                                          │QN86│QN86│QN86│QN86│
4896 ├──────────────────────────────────────────┼────┼────┼────┼────┤
4897 │QN26 Yes QN61 Yes QN57 Yes Column ID      │   1│   3│   5│   7│
4898 │                           Layer Column ID│   1│   3│   5│   7│
4899 │                      ╶───────────────────┼────┼────┼────┼────┤
4900 │                       No  Column ID      │   1│   3│   5│   7│
4901 │                           Layer Column ID│   1│   3│   5│   7│
4902 │             ╶────────────────────────────┼────┼────┼────┼────┤
4903 │              No  QN57 Yes Column ID      │   9│  11│  13│  15│
4904 │                           Layer Column ID│   1│   3│   5│   7│
4905 │                      ╶───────────────────┼────┼────┼────┼────┤
4906 │                       No  Column ID      │   9│  11│  13│  15│
4907 │                           Layer Column ID│   1│   3│   5│   7│
4908 │    ╶─────────────────────────────────────┼────┼────┼────┼────┤
4909 │     No  QN61 Yes QN57 Yes Column ID      │  17│  19│  21│  23│
4910 │                           Layer Column ID│   1│   3│   5│   7│
4911 │                      ╶───────────────────┼────┼────┼────┼────┤
4912 │                       No  Column ID      │  17│  19│  21│  23│
4913 │                           Layer Column ID│   1│   3│   5│   7│
4914 │             ╶────────────────────────────┼────┼────┼────┼────┤
4915 │              No  QN57 Yes Column ID      │  25│  27│  29│  31│
4916 │                           Layer Column ID│   1│   3│   5│   7│
4917 │                      ╶───────────────────┼────┼────┼────┼────┤
4918 │                       No  Column ID      │  25│  27│  29│  31│
4919 │                           Layer Column ID│   1│   3│   5│   7│
4920 ╰──────────────────────────────────────────┴────┴────┴────┴────╯
4921
4922                           Custom Tables
4923 Male
4924 No
4925 ╭──────────────────────────────────────────┬───────────────────╮
4926 │                                          │        QN27       │
4927 │                                          ├─────────┬─────────┤
4928 │                                          │   Yes   │    No   │
4929 │                                          ├─────────┼─────────┤
4930 │                                          │  QND7A  │  QND7A  │
4931 │                                          ├────┬────┼────┬────┤
4932 │                                          │ Yes│ No │ Yes│ No │
4933 │                                          ├────┼────┼────┼────┤
4934 │                                          │QN86│QN86│QN86│QN86│
4935 ├──────────────────────────────────────────┼────┼────┼────┼────┤
4936 │QN26 Yes QN61 Yes QN57 Yes Column ID      │   2│   4│   6│   8│
4937 │                           Layer Column ID│   2│   4│   6│   8│
4938 │                      ╶───────────────────┼────┼────┼────┼────┤
4939 │                       No  Column ID      │   2│   4│   6│   8│
4940 │                           Layer Column ID│   2│   4│   6│   8│
4941 │             ╶────────────────────────────┼────┼────┼────┼────┤
4942 │              No  QN57 Yes Column ID      │  10│  12│  14│  16│
4943 │                           Layer Column ID│   2│   4│   6│   8│
4944 │                      ╶───────────────────┼────┼────┼────┼────┤
4945 │                       No  Column ID      │  10│  12│  14│  16│
4946 │                           Layer Column ID│   2│   4│   6│   8│
4947 │    ╶─────────────────────────────────────┼────┼────┼────┼────┤
4948 │     No  QN61 Yes QN57 Yes Column ID      │  18│  20│  22│  24│
4949 │                           Layer Column ID│   2│   4│   6│   8│
4950 │                      ╶───────────────────┼────┼────┼────┼────┤
4951 │                       No  Column ID      │  18│  20│  22│  24│
4952 │                           Layer Column ID│   2│   4│   6│   8│
4953 │             ╶────────────────────────────┼────┼────┼────┼────┤
4954 │              No  QN57 Yes Column ID      │  26│  28│  30│  32│
4955 │                           Layer Column ID│   2│   4│   6│   8│
4956 │                      ╶───────────────────┼────┼────┼────┼────┤
4957 │                       No  Column ID      │  26│  28│  30│  32│
4958 │                           Layer Column ID│   2│   4│   6│   8│
4959 ╰──────────────────────────────────────────┴────┴────┴────┴────╯
4960
4961                           Custom Tables
4962 Female
4963 Yes
4964 ╭──────────────────────────────────────────┬───────────────────╮
4965 │                                          │        QN27       │
4966 │                                          ├─────────┬─────────┤
4967 │                                          │   Yes   │    No   │
4968 │                                          ├─────────┼─────────┤
4969 │                                          │  QND7A  │  QND7A  │
4970 │                                          ├────┬────┼────┬────┤
4971 │                                          │ Yes│ No │ Yes│ No │
4972 │                                          ├────┼────┼────┼────┤
4973 │                                          │QN86│QN86│QN86│QN86│
4974 ├──────────────────────────────────────────┼────┼────┼────┼────┤
4975 │QN26 Yes QN61 Yes QN57 Yes Column ID      │  33│  35│  37│  39│
4976 │                           Layer Column ID│   9│  11│  13│  15│
4977 │                      ╶───────────────────┼────┼────┼────┼────┤
4978 │                       No  Column ID      │  33│  35│  37│  39│
4979 │                           Layer Column ID│   9│  11│  13│  15│
4980 │             ╶────────────────────────────┼────┼────┼────┼────┤
4981 │              No  QN57 Yes Column ID      │  41│  43│  45│  47│
4982 │                           Layer Column ID│   9│  11│  13│  15│
4983 │                      ╶───────────────────┼────┼────┼────┼────┤
4984 │                       No  Column ID      │  41│  43│  45│  47│
4985 │                           Layer Column ID│   9│  11│  13│  15│
4986 │    ╶─────────────────────────────────────┼────┼────┼────┼────┤
4987 │     No  QN61 Yes QN57 Yes Column ID      │  49│  51│  53│  55│
4988 │                           Layer Column ID│   9│  11│  13│  15│
4989 │                      ╶───────────────────┼────┼────┼────┼────┤
4990 │                       No  Column ID      │  49│  51│  53│  55│
4991 │                           Layer Column ID│   9│  11│  13│  15│
4992 │             ╶────────────────────────────┼────┼────┼────┼────┤
4993 │              No  QN57 Yes Column ID      │  57│  59│  61│  63│
4994 │                           Layer Column ID│   9│  11│  13│  15│
4995 │                      ╶───────────────────┼────┼────┼────┼────┤
4996 │                       No  Column ID      │  57│  59│  61│  63│
4997 │                           Layer Column ID│   9│  11│  13│  15│
4998 ╰──────────────────────────────────────────┴────┴────┴────┴────╯
4999
5000                           Custom Tables
5001 Female
5002 No
5003 ╭──────────────────────────────────────────┬───────────────────╮
5004 │                                          │        QN27       │
5005 │                                          ├─────────┬─────────┤
5006 │                                          │   Yes   │    No   │
5007 │                                          ├─────────┼─────────┤
5008 │                                          │  QND7A  │  QND7A  │
5009 │                                          ├────┬────┼────┬────┤
5010 │                                          │ Yes│ No │ Yes│ No │
5011 │                                          ├────┼────┼────┼────┤
5012 │                                          │QN86│QN86│QN86│QN86│
5013 ├──────────────────────────────────────────┼────┼────┼────┼────┤
5014 │QN26 Yes QN61 Yes QN57 Yes Column ID      │  34│  36│  38│  40│
5015 │                           Layer Column ID│  10│  12│  14│  16│
5016 │                      ╶───────────────────┼────┼────┼────┼────┤
5017 │                       No  Column ID      │  34│  36│  38│  40│
5018 │                           Layer Column ID│  10│  12│  14│  16│
5019 │             ╶────────────────────────────┼────┼────┼────┼────┤
5020 │              No  QN57 Yes Column ID      │  42│  44│  46│  48│
5021 │                           Layer Column ID│  10│  12│  14│  16│
5022 │                      ╶───────────────────┼────┼────┼────┼────┤
5023 │                       No  Column ID      │  42│  44│  46│  48│
5024 │                           Layer Column ID│  10│  12│  14│  16│
5025 │    ╶─────────────────────────────────────┼────┼────┼────┼────┤
5026 │     No  QN61 Yes QN57 Yes Column ID      │  50│  52│  54│  56│
5027 │                           Layer Column ID│  10│  12│  14│  16│
5028 │                      ╶───────────────────┼────┼────┼────┼────┤
5029 │                       No  Column ID      │  50│  52│  54│  56│
5030 │                           Layer Column ID│  10│  12│  14│  16│
5031 │             ╶────────────────────────────┼────┼────┼────┼────┤
5032 │              No  QN57 Yes Column ID      │  58│  60│  62│  64│
5033 │                           Layer Column ID│  10│  12│  14│  16│
5034 │                      ╶───────────────────┼────┼────┼────┼────┤
5035 │                       No  Column ID      │  58│  60│  62│  64│
5036 │                           Layer Column ID│  10│  12│  14│  16│
5037 ╰──────────────────────────────────────────┴────┴────┴────┴────╯
5038 ])
5039 AT_CLEANUP
5040
5041 AT_SETUP([CTABLES categorical summary functions])
5042 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
5043 AT_DATA([ctables.sps],
5044 [[GET 'nhtsa.sav'.
5045 CTABLES
5046     /TABLE region BY qnd5a[COUNT, ROWPCT, ROWPCT.VALIDN, ROWPCT.TOTALN, TOTAL[COUNT, VALIDN, TOTALN]]
5047     /CATEGORIES VARIABLES=qnd5a TOTAL=YES MISSING=INCLUDE
5048     /SLABELS POSITION=ROW.
5049 ]])
5050 AT_CHECK([pspp ctables.sps -O box=unicode -O width=120], [0], [dnl
5051                                                       Custom Tables
5052 ╭─────────────────┬────────────────────────────────────────────────────────────────────────────────────────────────────╮
5053 │                 │                     D5a. What would you say is your primary ethnic background?                     │
5054 │                 ├─────┬───────┬───────┬──────────┬──────────┬─────────┬──────────┬──────────────┬──────┬───────┬─────┤
5055 │                 │     │       │       │          │          │         │          │  Multiple -  │      │       │     │
5056 │                 │     │       │       │   South  │  Central │  Puerto │ Something│ cannot choose│ Don't│       │     │
5057 │                 │Cuban│Mexican│Spanish│ American │ American │Rican, OR│   else   │      one     │ know │Refused│Total│
5058 ├─────────────────┼─────┼───────┼───────┼──────────┼──────────┼─────────┼──────────┼──────────────┼──────┼───────┼─────┤
5059 │Region NE Count  │    6│      8│      8│        11│         7│       39│        23│             2│     0│      1│  105│
5060 │          Row %  │ 5.7%│   7.6%│   7.6%│     10.5%│      6.7%│    37.1%│     21.9%│          1.9%│   .0%│   1.0%│     │
5061 │          Row    │ 5.8%│   7.7%│   7.7%│     10.6%│      6.7%│    37.5%│     22.1%│          1.9%│   .0%│    .0%│     │
5062 │          Valid N│     │       │       │          │          │         │          │              │      │       │     │
5063 │          %      │     │       │       │          │          │         │          │              │      │       │     │
5064 │          Row    │  .4%│    .6%│    .6%│       .8%│       .5%│     2.8%│      1.6%│           .1%│   .0%│    .1%│     │
5065 │          Total N│     │       │       │          │          │         │          │              │      │       │     │
5066 │          %      │     │       │       │          │          │         │          │              │      │       │     │
5067 │          Valid N│     │       │       │          │          │         │          │              │      │       │  104│
5068 │          Total N│     │       │       │          │          │         │          │              │      │       │ 1409│
5069 │      ╶──────────┼─────┼───────┼───────┼──────────┼──────────┼─────────┼──────────┼──────────────┼──────┼───────┼─────┤
5070 │       MW Count  │    3│     24│      1│         4│         5│        9│         6│             0│     0│      1│   53│
5071 │          Row %  │ 5.7%│  45.3%│   1.9%│      7.5%│      9.4%│    17.0%│     11.3%│           .0%│   .0%│   1.9%│     │
5072 │          Row    │ 5.8%│  46.2%│   1.9%│      7.7%│      9.6%│    17.3%│     11.5%│           .0%│   .0%│    .0%│     │
5073 │          Valid N│     │       │       │          │          │         │          │              │      │       │     │
5074 │          %      │     │       │       │          │          │         │          │              │      │       │     │
5075 │          Row    │  .2%│   1.5%│    .1%│       .2%│       .3%│      .5%│       .4%│           .0%│   .0%│    .1%│     │
5076 │          Total N│     │       │       │          │          │         │          │              │      │       │     │
5077 │          %      │     │       │       │          │          │         │          │              │      │       │     │
5078 │          Valid N│     │       │       │          │          │         │          │              │      │       │   52│
5079 │          Total N│     │       │       │          │          │         │          │              │      │       │ 1654│
5080 │      ╶──────────┼─────┼───────┼───────┼──────────┼──────────┼─────────┼──────────┼──────────────┼──────┼───────┼─────┤
5081 │       S  Count  │   10│    113│     11│        14│        25│       23│        20│             2│     3│      2│  223│
5082 │          Row %  │ 4.5%│  50.7%│   4.9%│      6.3%│     11.2%│    10.3%│      9.0%│           .9%│  1.3%│    .9%│     │
5083 │          Row    │ 4.6%│  51.8%│   5.0%│      6.4%│     11.5%│    10.6%│      9.2%│           .9%│   .0%│    .0%│     │
5084 │          Valid N│     │       │       │          │          │         │          │              │      │       │     │
5085 │          %      │     │       │       │          │          │         │          │              │      │       │     │
5086 │          Row    │  .4%│   4.7%│    .5%│       .6%│      1.0%│     1.0%│       .8%│           .1%│   .1%│    .1%│     │
5087 │          Total N│     │       │       │          │          │         │          │              │      │       │     │
5088 │          %      │     │       │       │          │          │         │          │              │      │       │     │
5089 │          Valid N│     │       │       │          │          │         │          │              │      │       │  218│
5090 │          Total N│     │       │       │          │          │         │          │              │      │       │ 2390│
5091 │      ╶──────────┼─────┼───────┼───────┼──────────┼──────────┼─────────┼──────────┼──────────────┼──────┼───────┼─────┤
5092 │       W  Count  │    1│    166│     28│         5│        15│        7│        19│             3│     0│      1│  245│
5093 │          Row %  │  .4%│  67.8%│  11.4%│      2.0%│      6.1%│     2.9%│      7.8%│          1.2%│   .0%│    .4%│     │
5094 │          Row    │  .4%│  68.0%│  11.5%│      2.0%│      6.1%│     2.9%│      7.8%│          1.2%│   .0%│    .0%│     │
5095 │          Valid N│     │       │       │          │          │         │          │              │      │       │     │
5096 │          %      │     │       │       │          │          │         │          │              │      │       │     │
5097 │          Row    │  .1%│  10.7%│   1.8%│       .3%│      1.0%│      .5%│      1.2%│           .2%│   .0%│    .1%│     │
5098 │          Total N│     │       │       │          │          │         │          │              │      │       │     │
5099 │          %      │     │       │       │          │          │         │          │              │      │       │     │
5100 │          Valid N│     │       │       │          │          │         │          │              │      │       │  244│
5101 │          Total N│     │       │       │          │          │         │          │              │      │       │ 1546│
5102 ╰─────────────────┴─────┴───────┴───────┴──────────┴──────────┴─────────┴──────────┴──────────────┴──────┴───────┴─────╯
5103 ])
5104 AT_CLEANUP
5105
5106 AT_SETUP([CTABLES scale summary functions])
5107 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
5108 AT_DATA([ctables.sps],
5109 [[GET 'nhtsa.sav'.
5110 SET TVAR=NAME.
5111
5112 * Use SPLIT FILE with FREQUENCIES to generate output equivalent to
5113   CTABLES later, to make the results easier to verify.
5114 SPLIT FILE BY REGION.
5115 FREQUENCIES
5116     qn19a
5117     /STATISTICS=MEAN SEMEAN MEDIAN MODE STDDEV VARIANCE RANGE MINIMUM MAXIMUM SUM
5118     /FORMAT NOTABLE /MISSING=INCLUDE.
5119 SPLIT FILE OFF.
5120
5121 CTABLES
5122     /VLABELS VARIABLE=qn19a DISPLAY=NONE
5123     /TABLE region BY qn19a[VALIDN, MISSING, MEAN, SEMEAN, MEDIAN, MODE, STDDEV, VARIANCE, RANGE, MINIMUM, MAXIMUM, SUM, COUNT, TOTALN, ROWPCT.SUM]
5124     /CATEGORIES VARIABLES=qn19a TOTAL=YES MISSING=INCLUDE
5125     /SLABELS POSITION=ROW
5126     /CLABELS ROWLABELS=OPPOSITE.
5127 ]])
5128 AT_CHECK([pspp ctables.sps -O box=unicode -O width=120], [0], [dnl
5129                    Statistics
5130 ╭─────────┬───────────────────────────────────╮
5131 │         │               REGION              │
5132 │         ├────────┬────────┬────────┬────────┤
5133 │         │   NE   │   MW   │    S   │    W   │
5134 │         ├────────┼────────┼────────┼────────┤
5135 │         │  QN19A │  QN19A │  QN19A │  QN19A │
5136 ├─────────┼────────┼────────┼────────┼────────┤
5137 │N Valid  │     936│    1019│    1276│     950│
5138 │  Missing│     473│     635│    1114│     596│
5139 ├─────────┼────────┼────────┼────────┼────────┤
5140 │Mean     │   19.33│   19.83│   20.29│   19.87│
5141 ├─────────┼────────┼────────┼────────┼────────┤
5142 │S.E. Mean│     .14│     .16│     .18│     .17│
5143 ├─────────┼────────┼────────┼────────┼────────┤
5144 │Median   │   18.00│   19.00│   19.00│   19.00│
5145 ├─────────┼────────┼────────┼────────┼────────┤
5146 │Mode     │   18.00│   18.00│   18.00│   18.00│
5147 ├─────────┼────────┼────────┼────────┼────────┤
5148 │Std Dev  │    4.41│    5.15│    6.44│    5.25│
5149 ├─────────┼────────┼────────┼────────┼────────┤
5150 │Variance │   19.41│   26.47│   41.43│   27.59│
5151 ├─────────┼────────┼────────┼────────┼────────┤
5152 │Range    │   59.00│   71.00│   75.00│   61.00│
5153 ├─────────┼────────┼────────┼────────┼────────┤
5154 │Minimum  │     .00│    4.00│    4.00│    4.00│
5155 ├─────────┼────────┼────────┼────────┼────────┤
5156 │Maximum  │   59.00│   75.00│   79.00│   65.00│
5157 ├─────────┼────────┼────────┼────────┼────────┤
5158 │Sum      │18092.00│20206.00│25886.00│18877.00│
5159 ╰─────────┴────────┴────────┴────────┴────────╯
5160
5161                          Custom Tables
5162 ╭────────────────────────┬────────┬────────┬────────┬────────╮
5163 │                        │   NE   │   MW   │    S   │    W   │
5164 ├────────────────────────┼────────┼────────┼────────┼────────┤
5165 │REGION Valid N          │     936│    1019│    1276│     950│
5166 │       Missing          │  473.00│  635.00│ 1114.00│  596.00│
5167 │       Mean             │   19.33│   19.83│   20.29│   19.87│
5168 │       Std Error of Mean│     .14│     .16│     .18│     .17│
5169 │       Median           │   18.00│   19.00│   19.00│   19.00│
5170 │       Mode             │   18.00│   18.00│   18.00│   18.00│
5171 │       Std Deviation    │    4.41│    5.15│    6.44│    5.25│
5172 │       Variance         │   19.41│   26.47│   41.43│   27.59│
5173 │       Range            │   59.00│   71.00│   75.00│   61.00│
5174 │       Minimum          │     .00│    4.00│    4.00│    4.00│
5175 │       Maximum          │   59.00│   75.00│   79.00│   65.00│
5176 │       Sum              │18092.00│20206.00│25886.00│18877.00│
5177 │       Count            │    1409│    1654│    2390│    1546│
5178 │       Total N          │    1409│    1654│    2390│    1546│
5179 │       Row Sum %        │   21.8%│   24.3%│   31.2%│   22.7%│
5180 ╰────────────────────────┴────────┴────────┴────────┴────────╯
5181 ])
5182 AT_CLEANUP
5183
5184 AT_SETUP([CTABLES scale summary functions - weighting])
5185 weight=1
5186 c=10
5187 for a in 1 2 9; do
5188     for b in 3 4 9; do
5189         for n in 1 2 3 4 5 6 7 8 9 10; do
5190             if test $c -lt 15; then
5191                 cval=.
5192             else
5193                 cval=$c
5194             fi
5195             printf "$weight $a $b $cval\n"
5196             weight=$(expr \( $weight + 3 \) % 7 + 2)
5197             c=$(expr \( $c + 13 \) % 29 + 7)
5198         done
5199     done
5200 done > ctables.txt
5201
5202 AT_DATA([analysis.sps],
5203 [[* Use SPLIT FILE with FREQUENCIES to generate output equivalent to
5204   CTABLES later, to make the results easier to verify.
5205 SPLIT FILE BY a b.
5206 FREQUENCIES
5207     c
5208     /STATISTICS=MEAN SEMEAN MEDIAN MODE STDDEV VARIANCE RANGE MINIMUM MAXIMUM SUM
5209     /FORMAT NOTABLE /MISSING=INCLUDE.
5210 SPLIT FILE OFF.
5211
5212 CTABLES
5213     /TABLE c[VALIDN, MISSING, MEAN F8.2, SEMEAN F8.2, MEDIAN F8.2, MODE, STDDEV F8.2, VARIANCE F8.2, RANGE F8.2, MINIMUM, MAXIMUM, SUM F8.2, COUNT, TOTALN, LAYERROWPCT.SUM] BY a>b
5214     /SLABELS POSITION=ROW
5215     /CATEGORIES VARIABLES=a b MISSING=INCLUDE.
5216 ]])
5217
5218 AT_DATA([ctables.sps],
5219 [[DATA LIST LIST NOTABLE FILE='ctables.txt'
5220     /w (F5.0) a b c (f2.0).
5221 VAR LEVEL w c (SCALE) a b (NOMINAL).
5222 MISSING VALUES a b (9).
5223
5224 INCLUDE 'analysis.sps'.
5225
5226 WEIGHT BY w.
5227 INCLUDE 'analysis.sps'.
5228
5229 * Same as original analysis using unweighted versions of summaries.
5230 CTABLES
5231     /TABLE c[UVALIDN, UMISSING, UMEAN F8.2, USEMEAN F8.2, UMEDIAN F8.2, UMODE, USTDDEV F8.2, UVARIANCE F8.2, USUM F8.2, UCOUNT, UTOTALN, ULAYERROWPCT.SUM] BY a>b
5232     /SLABELS POSITION=ROW
5233     /CATEGORIES VARIABLES=a b MISSING=INCLUDE.
5234 ]])
5235 AT_CHECK([pspp ctables.sps -O box=unicode -O width=120], [0], [dnl
5236                                 Statistics
5237 ╭─────────┬──────────────────────────────────────────────────────────────╮
5238 │         │                               a                              │
5239 │         ├────────────────────┬────────────────────┬────────────────────┤
5240 │         │          1         │          2         │          9         │
5241 │         ├────────────────────┼────────────────────┼────────────────────┤
5242 │         │          b         │          b         │          b         │
5243 │         ├──────┬──────┬──────┼──────┬──────┬──────┼──────┬──────┬──────┤
5244 │         │   3  │   4  │   9  │   3  │   4  │   9  │   3  │   4  │   9  │
5245 │         ├──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┤
5246 │         │   c  │   c  │   c  │   c  │   c  │   c  │   c  │   c  │   c  │
5247 ├─────────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┤
5248 │N Valid  │     7│     6│     8│     7│     7│     8│     7│     7│     8│
5249 │  Missing│     3│     4│     2│     3│     3│     2│     3│     3│     2│
5250 ├─────────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┤
5251 │Mean     │ 25.86│ 24.50│ 24.63│ 25.86│ 25.71│ 24.25│ 25.43│ 25.29│ 23.88│
5252 ├─────────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┤
5253 │S.E. Mean│  2.44│  2.14│  2.58│  2.44│  2.18│  2.43│  2.36│  2.18│  2.47│
5254 ├─────────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┤
5255 │Median   │ 25.00│ 24.50│ 25.00│ 25.00│ 27.00│ 25.00│ 25.00│ 24.00│ 23.50│
5256 ├─────────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┤
5257 │Mode     │    16│    18│    15│    16│    18│    15│    16│    18│    15│
5258 ├─────────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┤
5259 │Std Dev  │  6.47│  5.24│  7.31│  6.47│  5.77│  6.88│  6.24│  5.77│  6.98│
5260 ├─────────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┤
5261 │Variance │ 41.81│ 27.50│ 53.41│ 41.81│ 33.24│ 47.36│ 38.95│ 33.24│ 48.70│
5262 ├─────────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┤
5263 │Range    │ 18.00│ 13.00│ 20.00│ 18.00│ 15.00│ 20.00│ 18.00│ 15.00│ 20.00│
5264 ├─────────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┤
5265 │Minimum  │    16│    18│    15│    16│    18│    15│    16│    18│    15│
5266 ├─────────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┤
5267 │Maximum  │    34│    31│    35│    34│    33│    35│    34│    33│    35│
5268 ├─────────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┤
5269 │Sum      │181.00│147.00│197.00│181.00│180.00│194.00│178.00│177.00│191.00│
5270 ╰─────────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┴──────╯
5271
5272                                     Custom Tables
5273 ╭───────────────────┬──────────────────────────────────────────────────────────────╮
5274 │                   │                               a                              │
5275 │                   ├────────────────────┬────────────────────┬────────────────────┤
5276 │                   │          1         │          2         │          9         │
5277 │                   ├────────────────────┼────────────────────┼────────────────────┤
5278 │                   │          b         │          b         │          b         │
5279 │                   ├──────┬──────┬──────┼──────┬──────┬──────┼──────┬──────┬──────┤
5280 │                   │   3  │   4  │   9  │   3  │   4  │   9  │   3  │   4  │   9  │
5281 ├───────────────────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┤
5282 │c Valid N          │     7│     6│     8│     7│     7│     8│     7│     7│     8│
5283 │  Missing          │     3│     4│     2│     3│     3│     2│     3│     3│     2│
5284 │  Mean             │ 25.86│ 24.50│ 24.63│ 25.86│ 25.71│ 24.25│ 25.43│ 25.29│ 23.88│
5285 │  Std Error of Mean│  2.44│  2.14│  2.58│  2.44│  2.18│  2.43│  2.36│  2.18│  2.47│
5286 │  Median           │ 25.00│ 24.50│ 25.00│ 25.00│ 27.00│ 25.00│ 25.00│ 24.00│ 23.50│
5287 │  Mode             │    16│    18│    15│    16│    18│    15│    16│    18│    15│
5288 │  Std Deviation    │  6.47│  5.24│  7.31│  6.47│  5.77│  6.88│  6.24│  5.77│  6.98│
5289 │  Variance         │ 41.81│ 27.50│ 53.41│ 41.81│ 33.24│ 47.36│ 38.95│ 33.24│ 48.70│
5290 │  Range            │ 18.00│ 13.00│ 20.00│ 18.00│ 15.00│ 20.00│ 18.00│ 15.00│ 20.00│
5291 │  Minimum          │    16│    18│    15│    16│    18│    15│    16│    18│    15│
5292 │  Maximum          │    34│    31│    35│    34│    33│    35│    34│    33│    35│
5293 │  Sum              │181.00│147.00│197.00│181.00│180.00│194.00│178.00│177.00│191.00│
5294 │  Count            │    10│    10│    10│    10│    10│    10│    10│    10│    10│
5295 │  Total N          │    10│    10│    10│    10│    10│    10│    10│    10│    10│
5296 │  Layer Row Sum %  │ 11.1%│  9.0%│ 12.1%│ 11.1%│ 11.1%│ 11.9%│ 10.9%│ 10.9%│ 11.7%│
5297 ╰───────────────────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┴──────╯
5298
5299                                   Statistics
5300 ╭─────────┬─────────────────────────────────────────────────────────────────╮
5301 │         │                                a                                │
5302 │         ├─────────────────────┬─────────────────────┬─────────────────────┤
5303 │         │          1          │          2          │          9          │
5304 │         ├─────────────────────┼─────────────────────┼─────────────────────┤
5305 │         │          b          │          b          │          b          │
5306 │         ├───────┬──────┬──────┼──────┬───────┬──────┼──────┬──────┬───────┤
5307 │         │   3   │   4  │   9  │   3  │   4   │   9  │   3  │   4  │   9   │
5308 │         ├───────┼──────┼──────┼──────┼───────┼──────┼──────┼──────┼───────┤
5309 │         │   c   │   c  │   c  │   c  │   c   │   c  │   c  │   c  │   c   │
5310 ├─────────┼───────┼──────┼──────┼──────┼───────┼──────┼──────┼──────┼───────┤
5311 │N Valid  │     40│    35│    41│    26│     38│    40│    34│    32│     39│
5312 │  Missing│      6│    14│    11│    22│     13│     7│    16│    21│     10│
5313 ├─────────┼───────┼──────┼──────┼──────┼───────┼──────┼──────┼──────┼───────┤
5314 │Mean     │  27.23│ 24.20│ 22.63│ 27.96│  27.21│ 23.48│ 23.71│ 25.47│  26.03│
5315 ├─────────┼───────┼──────┼──────┼──────┼───────┼──────┼──────┼──────┼───────┤
5316 │S.E. Mean│    .93│   .75│  1.03│  1.12│    .84│   .87│  1.01│  1.05│   1.01│
5317 ├─────────┼───────┼──────┼──────┼──────┼───────┼──────┼──────┼──────┼───────┤
5318 │Median   │  30.00│ 22.00│ 19.00│ 30.00│  29.00│ 24.00│ 23.00│ 24.00│  28.00│
5319 ├─────────┼───────┼──────┼──────┼──────┼───────┼──────┼──────┼──────┼───────┤
5320 │Mode     │     34│    29│    19│    34│     33│    28│    23│    18│     30│
5321 ├─────────┼───────┼──────┼──────┼──────┼───────┼──────┼──────┼──────┼───────┤
5322 │Std Dev  │   5.89│  4.42│  6.59│  5.69│   5.16│  5.50│  5.87│  5.94│   6.30│
5323 ├─────────┼───────┼──────┼──────┼──────┼───────┼──────┼──────┼──────┼───────┤
5324 │Variance │  34.64│ 19.52│ 43.39│ 32.36│  26.66│ 30.20│ 34.46│ 35.29│  39.71│
5325 ├─────────┼───────┼──────┼──────┼──────┼───────┼──────┼──────┼──────┼───────┤
5326 │Range    │  18.00│ 13.00│ 20.00│ 18.00│  15.00│ 20.00│ 18.00│ 15.00│  20.00│
5327 ├─────────┼───────┼──────┼──────┼──────┼───────┼──────┼──────┼──────┼───────┤
5328 │Minimum  │     16│    18│    15│    16│     18│    15│    16│    18│     15│
5329 ├─────────┼───────┼──────┼──────┼──────┼───────┼──────┼──────┼──────┼───────┤
5330 │Maximum  │     34│    31│    35│    34│     33│    35│    34│    33│     35│
5331 ├─────────┼───────┼──────┼──────┼──────┼───────┼──────┼──────┼──────┼───────┤
5332 │Sum      │1089.00│847.00│928.00│727.00│1034.00│939.00│806.00│815.00│1015.00│
5333 ╰─────────┴───────┴──────┴──────┴──────┴───────┴──────┴──────┴──────┴───────╯
5334
5335                                      Custom Tables
5336 ╭───────────────────┬─────────────────────────────────────────────────────────────────╮
5337 │                   │                                a                                │
5338 │                   ├─────────────────────┬─────────────────────┬─────────────────────┤
5339 │                   │          1          │          2          │          9          │
5340 │                   ├─────────────────────┼─────────────────────┼─────────────────────┤
5341 │                   │          b          │          b          │          b          │
5342 │                   ├───────┬──────┬──────┼──────┬───────┬──────┼──────┬──────┬───────┤
5343 │                   │   3   │   4  │   9  │   3  │   4   │   9  │   3  │   4  │   9   │
5344 ├───────────────────┼───────┼──────┼──────┼──────┼───────┼──────┼──────┼──────┼───────┤
5345 │c Valid N          │     40│    35│    41│    26│     38│    40│    34│    32│     39│
5346 │  Missing          │      6│    14│    11│    22│     13│     7│    16│    21│     10│
5347 │  Mean             │  27.22│ 24.20│ 22.63│ 27.96│  27.21│ 23.48│ 23.71│ 25.47│  26.03│
5348 │  Std Error of Mean│    .93│   .75│  1.03│  1.12│    .84│   .87│  1.01│  1.05│   1.01│
5349 │  Median           │  30.00│ 22.00│ 19.00│ 30.00│  29.00│ 24.00│ 23.00│ 24.00│  28.00│
5350 │  Mode             │     34│    29│    19│    34│     33│    28│    23│    18│     30│
5351 │  Std Deviation    │   5.89│  4.42│  6.59│  5.69│   5.16│  5.50│  5.87│  5.94│   6.30│
5352 │  Variance         │  34.64│ 19.52│ 43.39│ 32.36│  26.66│ 30.20│ 34.46│ 35.29│  39.71│
5353 │  Range            │  18.00│ 13.00│ 20.00│ 18.00│  15.00│ 20.00│ 18.00│ 15.00│  20.00│
5354 │  Minimum          │     16│    18│    15│    16│     18│    15│    16│    18│     15│
5355 │  Maximum          │     34│    31│    35│    34│     33│    35│    34│    33│     35│
5356 │  Sum              │1089.00│847.00│928.00│727.00│1034.00│939.00│806.00│815.00│1015.00│
5357 │  Count            │     46│    49│    52│    48│     51│    47│    50│    53│     49│
5358 │  Total N          │     46│    49│    52│    48│     51│    47│    50│    53│     49│
5359 │  Layer Row Sum %  │  13.3%│ 10.3%│ 11.3%│  8.9%│  12.6%│ 11.5%│  9.8%│  9.9%│  12.4%│
5360 ╰───────────────────┴───────┴──────┴──────┴──────┴───────┴──────┴──────┴──────┴───────╯
5361
5362                                          Custom Tables
5363 ╭──────────────────────────────┬──────────────────────────────────────────────────────────────╮
5364 │                              │                               a                              │
5365 │                              ├────────────────────┬────────────────────┬────────────────────┤
5366 │                              │          1         │          2         │          9         │
5367 │                              ├────────────────────┼────────────────────┼────────────────────┤
5368 │                              │          b         │          b         │          b         │
5369 │                              ├──────┬──────┬──────┼──────┬──────┬──────┼──────┬──────┬──────┤
5370 │                              │   3  │   4  │   9  │   3  │   4  │   9  │   3  │   4  │   9  │
5371 ├──────────────────────────────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┤
5372 │c Unweighted Valid N          │     7│     6│     8│     7│     7│     8│     7│     7│     8│
5373 │  Unweighted Missing          │     3│     4│     2│     3│     3│     2│     3│     3│     2│
5374 │  Unweighted Mean             │ 25.86│ 24.50│ 24.63│ 25.86│ 25.71│ 24.25│ 25.43│ 25.29│ 23.88│
5375 │  Unweighted Std Error of Mean│  2.44│  2.14│  2.58│  2.44│  2.18│  2.43│  2.36│  2.18│  2.47│
5376 │  Unweighted Median           │ 25.00│ 24.50│ 25.00│ 25.00│ 27.00│ 25.00│ 25.00│ 24.00│ 23.50│
5377 │  Unweighted Mode             │    16│    18│    15│    16│    18│    15│    16│    18│    15│
5378 │  Unweighted Std Deviation    │  6.47│  5.24│  7.31│  6.47│  5.77│  6.88│  6.24│  5.77│  6.98│
5379 │  Unweighted Variance         │ 41.81│ 27.50│ 53.41│ 41.81│ 33.24│ 47.36│ 38.95│ 33.24│ 48.70│
5380 │  Unweighted Sum              │181.00│147.00│197.00│181.00│180.00│194.00│178.00│177.00│191.00│
5381 │  Unweighted Count            │    10│    10│    10│    10│    10│    10│    10│    10│    10│
5382 │  Unweighted Total N          │    10│    10│    10│    10│    10│    10│    10│    10│    10│
5383 │  Unweighted Layer Row Sum %  │ 11.1%│  9.0%│ 12.1%│ 11.1%│ 11.1%│ 11.9%│ 10.9%│ 10.9%│ 11.7%│
5384 ╰──────────────────────────────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┴──────╯
5385 ])
5386 AT_CLEANUP
5387
5388 AT_SETUP([CTABLES hidden scale VLABELS])
5389 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
5390 AT_DATA([ctables.sps],
5391 [[GET 'nhtsa.sav'.
5392 CTABLES
5393     /TABLE region BY qn19a + qn35
5394     /SLABELS POSITION=ROW.
5395 CTABLES
5396     /VLABELS VARIABLE=qn19a DISPLAY=NONE
5397     /TABLE region BY qn19a + qn35
5398     /SLABELS POSITION=ROW.
5399 CTABLES
5400     /VLABELS VARIABLE=qn35 DISPLAY=NONE
5401     /TABLE region BY qn19a + qn35
5402     /SLABELS POSITION=ROW.
5403
5404 * This one in particular caused a crash because no categories were
5405   created on the column axis, so passing in 0 for the index was still
5406   too big for that number of categories.  It was fixed by creating a
5407   name-only category for each variable despite the "NONE" request,
5408   then hiding the entire dimension's labels if all its labels were
5409   set to "NONE".
5410 CTABLES
5411     /VLABELS VARIABLE=qn19a qn35 DISPLAY=NONE
5412     /TABLE region BY qn19a + qn35
5413     /SLABELS POSITION=ROW.
5414 ]])
5415 AT_CHECK([pspp ctables.sps -O box=unicode], [0], [dnl
5416                                  Custom Tables
5417 ╭──────────────┬────────────────────────────┬─────────────────────────────────╮
5418 │              │ 19a. About how old were you│ 35. In the past thirty days, how│
5419 │              │   when you first starting  │   many times have you driven a  │
5420 │              │    drinking alcohol, not   │  motor vehicle WITHIN TWO HOURS │
5421 │              │  counting small tastes or  │     AFTER drinking alcoholic    │
5422 │              │      sips of alcohol.      │            beverages?           │
5423 ├──────────────┼────────────────────────────┼─────────────────────────────────┤
5424 │Region NE Mean│                       19.33│                                2│
5425 │      ╶───────┼────────────────────────────┼─────────────────────────────────┤
5426 │       MW Mean│                       19.83│                                2│
5427 │      ╶───────┼────────────────────────────┼─────────────────────────────────┤
5428 │       S  Mean│                       20.29│                                2│
5429 │      ╶───────┼────────────────────────────┼─────────────────────────────────┤
5430 │       W  Mean│                       19.87│                                2│
5431 ╰──────────────┴────────────────────────────┴─────────────────────────────────╯
5432
5433                                  Custom Tables
5434 ╭──────────────┬─────┬────────────────────────────────────────────────────────╮
5435 │              │     │  35. In the past thirty days, how many times have you  │
5436 │              │     │ driven a motor vehicle WITHIN TWO HOURS AFTER drinking │
5437 │              │QN19A│                  alcoholic beverages?                  │
5438 ├──────────────┼─────┼────────────────────────────────────────────────────────┤
5439 │Region NE Mean│19.33│                                                       2│
5440 │      ╶───────┼─────┼────────────────────────────────────────────────────────┤
5441 │       MW Mean│19.83│                                                       2│
5442 │      ╶───────┼─────┼────────────────────────────────────────────────────────┤
5443 │       S  Mean│20.29│                                                       2│
5444 │      ╶───────┼─────┼────────────────────────────────────────────────────────┤
5445 │       W  Mean│19.87│                                                       2│
5446 ╰──────────────┴─────┴────────────────────────────────────────────────────────╯
5447
5448                                  Custom Tables
5449 ╭──────────────┬─────────────────────────────────────────────────────────┬────╮
5450 │              │   19a. About how old were you when you first starting   │    │
5451 │              │  drinking alcohol, not counting small tastes or sips of │    │
5452 │              │                         alcohol.                        │qn35│
5453 ├──────────────┼─────────────────────────────────────────────────────────┼────┤
5454 │Region NE Mean│                                                    19.33│   2│
5455 │      ╶───────┼─────────────────────────────────────────────────────────┼────┤
5456 │       MW Mean│                                                    19.83│   2│
5457 │      ╶───────┼─────────────────────────────────────────────────────────┼────┤
5458 │       S  Mean│                                                    20.29│   2│
5459 │      ╶───────┼─────────────────────────────────────────────────────────┼────┤
5460 │       W  Mean│                                                    19.87│   2│
5461 ╰──────────────┴─────────────────────────────────────────────────────────┴────╯
5462
5463       Custom Tables
5464 ╭──────────────┬───────╮
5465 │Region NE Mean│19.33 2│
5466 │      ╶───────┼───────┤
5467 │       MW Mean│19.83 2│
5468 │      ╶───────┼───────┤
5469 │       S  Mean│20.29 2│
5470 │      ╶───────┼───────┤
5471 │       W  Mean│19.87 2│
5472 ╰──────────────┴───────╯
5473 ])
5474 AT_CLEANUP
5475
5476 AT_SETUP([CTABLES with SPLIT FILE])
5477 AT_CHECK([ln $top_srcdir/tests/language/stats/nhtsa.sav . || cp $top_srcdir/tests/language/stats/nhtsa.sav .])
5478 AT_DATA([ctables.sps],
5479 [[GET 'nhtsa.sav'.
5480
5481 SORT CASES BY qns3a.
5482
5483 CTABLES /TABLE qn105ba.
5484
5485 * Layered split has no effect on output.
5486 SPLIT FILE BY qns3a.
5487 CTABLES /TABLE qn105ba.
5488
5489 * Add column variable qns3a to compare against separate splits.
5490 CTABLES /TABLE qn105ba BY qns3a.
5491
5492 * Separate splits are truly output separately.
5493 SPLIT FILE SEPARATE BY qns3a.
5494 CTABLES /TABLE qn105ba.
5495 ]])
5496 AT_CHECK([pspp ctables.sps -O box=unicode -O width=80], [0], [dnl
5497                                   Custom Tables
5498 ╭────────────────────────────────────────────────────────────────────────┬─────╮
5499 │                                                                        │Count│
5500 ├────────────────────────────────────────────────────────────────────────┼─────┤
5501 │105b. How likely is it that drivers who have had too much   Almost      │  700│
5502 │to drink to drive safely will A. Get stopped by the police? certain     │     │
5503 │                                                            Very likely │ 1502│
5504 │                                                            Somewhat    │ 2763│
5505 │                                                            likely      │     │
5506 │                                                            Somewhat    │ 1307│
5507 │                                                            unlikely    │     │
5508 │                                                            Very        │  609│
5509 │                                                            unlikely    │     │
5510 ╰────────────────────────────────────────────────────────────────────────┴─────╯
5511
5512                                   Custom Tables
5513 ╭────────────────────────────────────────────────────────────────────────┬─────╮
5514 │                                                                        │Count│
5515 ├────────────────────────────────────────────────────────────────────────┼─────┤
5516 │105b. How likely is it that drivers who have had too much   Almost      │  700│
5517 │to drink to drive safely will A. Get stopped by the police? certain     │     │
5518 │                                                            Very likely │ 1502│
5519 │                                                            Somewhat    │ 2763│
5520 │                                                            likely      │     │
5521 │                                                            Somewhat    │ 1307│
5522 │                                                            unlikely    │     │
5523 │                                                            Very        │  609│
5524 │                                                            unlikely    │     │
5525 ╰────────────────────────────────────────────────────────────────────────┴─────╯
5526
5527                                   Custom Tables
5528 ╭─────────────────────────────────────────────────────────────────┬────────────╮
5529 │                                                                 │S3a. GENDER:│
5530 │                                                                 ├─────┬──────┤
5531 │                                                                 │ Male│Female│
5532 │                                                                 ├─────┼──────┤
5533 │                                                                 │Count│ Count│
5534 ├─────────────────────────────────────────────────────────────────┼─────┼──────┤
5535 │105b. How likely is it that drivers who have had too Almost      │  297│   403│
5536 │much to drink to drive safely will A. Get stopped by certain     │     │      │
5537 │the police?                                          Very likely │  660│   842│
5538 │                                                     Somewhat    │ 1174│  1589│
5539 │                                                     likely      │     │      │
5540 │                                                     Somewhat    │  640│   667│
5541 │                                                     unlikely    │     │      │
5542 │                                                     Very        │  311│   298│
5543 │                                                     unlikely    │     │      │
5544 ╰─────────────────────────────────────────────────────────────────┴─────┴──────╯
5545
5546     Split Values
5547 ╭────────────┬─────╮
5548 │Variable    │Value│
5549 ├────────────┼─────┤
5550 │S3a. GENDER:│Male │
5551 ╰────────────┴─────╯
5552
5553                                   Custom Tables
5554 ╭────────────────────────────────────────────────────────────────────────┬─────╮
5555 │                                                                        │Count│
5556 ├────────────────────────────────────────────────────────────────────────┼─────┤
5557 │105b. How likely is it that drivers who have had too much   Almost      │  297│
5558 │to drink to drive safely will A. Get stopped by the police? certain     │     │
5559 │                                                            Very likely │  660│
5560 │                                                            Somewhat    │ 1174│
5561 │                                                            likely      │     │
5562 │                                                            Somewhat    │  640│
5563 │                                                            unlikely    │     │
5564 │                                                            Very        │  311│
5565 │                                                            unlikely    │     │
5566 ╰────────────────────────────────────────────────────────────────────────┴─────╯
5567
5568      Split Values
5569 ╭────────────┬──────╮
5570 │Variable    │ Value│
5571 ├────────────┼──────┤
5572 │S3a. GENDER:│Female│
5573 ╰────────────┴──────╯
5574
5575                                   Custom Tables
5576 ╭────────────────────────────────────────────────────────────────────────┬─────╮
5577 │                                                                        │Count│
5578 ├────────────────────────────────────────────────────────────────────────┼─────┤
5579 │105b. How likely is it that drivers who have had too much   Almost      │  403│
5580 │to drink to drive safely will A. Get stopped by the police? certain     │     │
5581 │                                                            Very likely │  842│
5582 │                                                            Somewhat    │ 1589│
5583 │                                                            likely      │     │
5584 │                                                            Somewhat    │  667│
5585 │                                                            unlikely    │     │
5586 │                                                            Very        │  298│
5587 │                                                            unlikely    │     │
5588 ╰────────────────────────────────────────────────────────────────────────┴─────╯
5589 ])
5590 AT_CLEANUP
5591
5592 AT_SETUP([CTABLES variable level inference])
5593 AT_DATA([data.txt], [dnl
5594 dnl n1 has 10 unique small values -> nominal.
5595 dnl n2 has 23 unique small values -> nominal.
5596 dnl n3 is all missing -> nominal.
5597 dnl s1 has 24 unique small values -> scale.
5598 dnl s2 has one negative value -> scale.
5599 dnl s3 has one non-integer value -> scale.
5600 dnl s4 has no valid values less than 10 -> scale.
5601 dnl s5 has no valid values less than 10,000 -> scale.
5602 1  1  . 1  1  1    10 10001
5603 2  2  . 2  2  2    11 10002
5604 3  3  . 3  3  3    12 10003
5605 4  4  . 4  4  4    13 10004
5606 5  5  . 5  5  5    14 10005
5607 6  6  . 6  6  6    15 10006
5608 7  7  . 7  7  7    16 10007
5609 8  8  . 8  8  8    17 10008
5610 9  9  . 9  9  9    18 10009
5611 10 10 . 10 10 10.5 19 110000
5612 1  11 . 11 -1 1    11 10001
5613 2  12 . 12 2  2    12 10002
5614 3  13 . 13 3  3    13 10003
5615 4  14 . 14 4  4    14 10004
5616 5  15 . 15 5  5    15 10005
5617 6  16 . 16 6  6    16 10006
5618 7  17 . 17 7  7    17 10007
5619 8  18 . 18 8  8    18 10008
5620 9  19 . 19 9  9    19 10009
5621 1  20 . 20 1  1    20 10001
5622 2  21 . 21 2  2    21 10002
5623 3  22 . 22 3  3    22 10003
5624 4  23 . 23 4  4    23 10004
5625 5  23 . 24 5  5    24 10005
5626 6  23 . 24 6  6    25 10006
5627 ])
5628
5629 AT_DATA([ctables.sps], [dnl
5630 DATA LIST LIST file='data.txt' NOTABLE /n1 to n3 s1 to s5.
5631
5632 * Nominal formats (copied from data that will default to scale).
5633 COMPUTE n4=s1.
5634 COMPUTE n5=s1.
5635 FORMATS n4(WKDAY5) n5(MONTH5).
5636
5637 * Scale formats (copied from data that will default to nominal).
5638 COMPUTE s6=n1.
5639 COMPUTE s7=n1.
5640 COMPUTE s8=n1.
5641 FORMATS s6(DOLLAR6.2) s7(CCA8.2) s8(DATETIME17).
5642
5643 STRING string(A8).
5644
5645 DISPLAY DICTIONARY.
5646 CTABLES /TABLE n1 + n2 + n3 + string + s1 + s2 + s3 + s4 + s5.
5647 DISPLAY DICTIONARY.
5648 ])
5649
5650 AT_CHECK([pspp ctables.sps -O box=unicode -O width=80], [0], [dnl
5651                                     Variables
5652 ╭──────┬────────┬──────────────┬─────┬─────┬─────────┬────────────┬────────────╮
5653 │      │        │  Measurement │     │     │         │            │            │
5654 │Name  │Position│     Level    │ Role│Width│Alignment│Print Format│Write Format│
5655 ├──────┼────────┼──────────────┼─────┼─────┼─────────┼────────────┼────────────┤
5656 │n1    │       1│Unknown       │Input│    8│Right    │F8.2        │F8.2        │
5657 │n2    │       2│Unknown       │Input│    8│Right    │F8.2        │F8.2        │
5658 │n3    │       3│Unknown       │Input│    8│Right    │F8.2        │F8.2        │
5659 │s1    │       4│Unknown       │Input│    8│Right    │F8.2        │F8.2        │
5660 │s2    │       5│Unknown       │Input│    8│Right    │F8.2        │F8.2        │
5661 │s3    │       6│Unknown       │Input│    8│Right    │F8.2        │F8.2        │
5662 │s4    │       7│Unknown       │Input│    8│Right    │F8.2        │F8.2        │
5663 │s5    │       8│Unknown       │Input│    8│Right    │F8.2        │F8.2        │
5664 │n4    │       9│Unknown       │Input│    8│Right    │WKDAY5      │WKDAY5      │
5665 │n5    │      10│Unknown       │Input│    8│Right    │MONTH5      │MONTH5      │
5666 │s6    │      11│Unknown       │Input│    8│Right    │DOLLAR6.2   │DOLLAR6.2   │
5667 │s7    │      12│Unknown       │Input│    8│Right    │CCA8.2      │CCA8.2      │
5668 │s8    │      13│Unknown       │Input│    8│Right    │DATETIME17.0│DATETIME17.0│
5669 │string│      14│Nominal       │Input│    8│Left     │A8          │A8          │
5670 ╰──────┴────────┴──────────────┴─────┴─────┴─────────┴────────────┴────────────╯
5671
5672         Custom Tables
5673 ╭────────────┬─────┬────────╮
5674 │            │Count│  Mean  │
5675 ├────────────┼─────┼────────┤
5676 │n1     1.00 │    3│        │
5677 │       2.00 │    3│        │
5678 │       3.00 │    3│        │
5679 │       4.00 │    3│        │
5680 │       5.00 │    3│        │
5681 │       6.00 │    3│        │
5682 │       7.00 │    2│        │
5683 │       8.00 │    2│        │
5684 │       9.00 │    2│        │
5685 │       10.00│    1│        │
5686 ├────────────┼─────┼────────┤
5687 │n2     1.00 │    1│        │
5688 │       2.00 │    1│        │
5689 │       3.00 │    1│        │
5690 │       4.00 │    1│        │
5691 │       5.00 │    1│        │
5692 │       6.00 │    1│        │
5693 │       7.00 │    1│        │
5694 │       8.00 │    1│        │
5695 │       9.00 │    1│        │
5696 │       10.00│    1│        │
5697 │       11.00│    1│        │
5698 │       12.00│    1│        │
5699 │       13.00│    1│        │
5700 │       14.00│    1│        │
5701 │       15.00│    1│        │
5702 │       16.00│    1│        │
5703 │       17.00│    1│        │
5704 │       18.00│    1│        │
5705 │       19.00│    1│        │
5706 │       20.00│    1│        │
5707 │       21.00│    1│        │
5708 │       22.00│    1│        │
5709 │       23.00│    3│        │
5710 ├────────────┼─────┼────────┤
5711 │string      │   25│        │
5712 ├────────────┼─────┼────────┤
5713 │s1          │     │   12.96│
5714 ├────────────┼─────┼────────┤
5715 │s2          │     │    4.76│
5716 ├────────────┼─────┼────────┤
5717 │s3          │     │    4.86│
5718 ├────────────┼─────┼────────┤
5719 │s4          │     │   16.60│
5720 ├────────────┼─────┼────────┤
5721 │s5          │     │14004.44│
5722 ╰────────────┴─────┴────────╯
5723
5724                                     Variables
5725 ╭──────┬────────┬──────────────┬─────┬─────┬─────────┬────────────┬────────────╮
5726 │      │        │  Measurement │     │     │         │            │            │
5727 │Name  │Position│     Level    │ Role│Width│Alignment│Print Format│Write Format│
5728 ├──────┼────────┼──────────────┼─────┼─────┼─────────┼────────────┼────────────┤
5729 │n1    │       1│Nominal       │Input│    8│Right    │F8.2        │F8.2        │
5730 │n2    │       2│Nominal       │Input│    8│Right    │F8.2        │F8.2        │
5731 │n3    │       3│Nominal       │Input│    8│Right    │F8.2        │F8.2        │
5732 │s1    │       4│Scale         │Input│    8│Right    │F8.2        │F8.2        │
5733 │s2    │       5│Scale         │Input│    8│Right    │F8.2        │F8.2        │
5734 │s3    │       6│Scale         │Input│    8│Right    │F8.2        │F8.2        │
5735 │s4    │       7│Scale         │Input│    8│Right    │F8.2        │F8.2        │
5736 │s5    │       8│Scale         │Input│    8│Right    │F8.2        │F8.2        │
5737 │n4    │       9│Nominal       │Input│    8│Right    │WKDAY5      │WKDAY5      │
5738 │n5    │      10│Nominal       │Input│    8│Right    │MONTH5      │MONTH5      │
5739 │s6    │      11│Scale         │Input│    8│Right    │DOLLAR6.2   │DOLLAR6.2   │
5740 │s7    │      12│Scale         │Input│    8│Right    │CCA8.2      │CCA8.2      │
5741 │s8    │      13│Scale         │Input│    8│Right    │DATETIME17.0│DATETIME17.0│
5742 │string│      14│Nominal       │Input│    8│Left     │A8          │A8          │
5743 ╰──────┴────────┴──────────────┴─────┴─────┴─────────┴────────────┴────────────╯
5744 ])
5745 AT_CLEANUP