Measures Concepts
GitHub icon

SPSS

SPSS - Programming language

< >

SPSS is a programming language created in 1968.

#103on 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...


Example from hello-world:
BEGIN PROGRAM. print "Hello World" END PROGRAM.
* SPSS Syntax * "Hello World" title in the Output Window of SPSS via SPSS Syntax. TITLE 'Hello World'.

Language features

Feature Supported Token Example
Strings ✓ "
"Hello world"
Case Insensitive Identifiers ✓
Print() Debugging ✓ print
Comments ✓
* A comment where first character must be *.
Semantic Indentation X
Line Comments X

View source

- Build the next great programming language · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout