SPSS Macro Language
The SPSS Macro Language is a programmatic interface to string manipulation.
See also and for documentation on specialized use of macros.
Contents
Example
define !HelloWorld() string HelloWorld (A13). compute HelloWorld="Hello, World!". list HelloWorld. enddefine.