XMLWORKSPACE Keyword

For FORMAT=OXML, you can route the output to an area in memory referred to as the XML workspace where it can be used in flow control and other programming features available with BEGIN PROGRAM-END PROGRAM. The keyword must be followed by an equals sign (=) and a quoted string specifying a name that identifies this output in the workspace.

Example

OMS SELECT TABLES 
  /IF COMMANDs=['Frequencies'] SUBTYPES=['Frequencies']
 /DESTINATION FORMAT=OXML XMLWORKSPACE='freq_table'.

See the topic spss.EvaluateXPath Function for more information.