3 AT_SETUP([COUNT -- numeric data])
4 AT_DATA([count.sps], [dnl
16 MISSING VALUES x(7)/y(3).
18 COUNT c=x y (2)/d=x y(7)/e=x y(missing)/f=x y(sysmis).
24 AT_CHECK([pspp -O format=csv count.sps], [0], [dnl
25 Table: Reading free-form data from INLINE.
42 AT_SETUP([COUNT -- string data])
43 AT_DATA([count.sps], [dnl
44 TITLE 'Test COUNT transformation'.
46 DATA LIST /v1 to v2 1-4(a).
56 COUNT c=v1 to v2('2',' 4','1').
59 AT_CHECK([pspp -O format=csv count.sps], [0], [dnl
60 Title: Test COUNT transformation
62 Table: Reading 1 record from INLINE.
63 Variable,Record,Columns,Format