examples: Change extensions from .stat to .sps.
[pspp] / examples / descript.sps
diff --git a/examples/descript.sps b/examples/descript.sps
new file mode 100644 (file)
index 0000000..3a3e2f3
--- /dev/null
@@ -0,0 +1,22 @@
+title 'Demonstrate DESCRIPTIVES procedure'.
+
+* Sample syntax file for PSPP.
+* Run this syntax file with the command:
+*                 pspp example.stat
+* Output is written to the file "pspp.list".
+
+data list / v0 to v2 1-9.
+begin data.
+ 12 12 89
+ 34 12 80
+ 56 12 77
+ 78 12 73
+ 90 91
+ 37 97 85
+ 52    82
+ 12    79
+ 26 78 76
+ 29 13 71
+end data.
+
+descript all/stat=all/format=serial.