RunSyntax Method (Python)
Runs all of the syntax in the associated syntax document.
- The submitted commands are executed synchronously with any other submitted command syntax.
- This method cannot be called within a script that
is run from the
SCRIPT
command. It is also not available when called from a Python program in distributed mode (Python programs make use of the interface exposed by the Pythonspss
module).
Syntax
SpssSyntaxDoc.RunSyntax()