SPSS is a programming language created in 1968 by Norman H. Nie and C. Hadlai Hull and Dale H. Bent.
#66on PLDB | 56Years Old |
SPSS Statistics is a software package used for logical batched and non-batched statistical analysis. Long produced by SPSS Inc., it was acquired by IBM in 2009. The current versions (2015) are officially named IBM SPSS Statistics. Read more on Wikipedia...
BEGIN PROGRAM.
print "Hello World"
END PROGRAM.
* SPSS Syntax
* "Hello World" title in the Output Window of SPSS via SPSS Syntax.
TITLE 'Hello World'.
Feature | Supported | Example | Token |
---|---|---|---|
Strings | ✓ | "Hello world" | " |
Case Insensitive Identifiers | ✓ | ||
Print() Debugging | ✓ | ||
Comments | ✓ | * A comment where first character must be *. | |
Semantic Indentation | X | ||
Line Comments | X |