SPSS Macro Language
The SPSS macro language is a string manipulation and expansion facility.
Contents
Example
define !HelloWorld() string HelloWorld (A13). compute HelloWorld="Hello, World!". list HelloWorld. enddefine.
The SPSS macro language is a string manipulation and expansion facility.
Contents
define !HelloWorld() string HelloWorld (A13). compute HelloWorld="Hello, World!". list HelloWorld. enddefine.