User Guide

619
Production Fac
ility
For command line switches that require additional specifications, the switch must
be followed by an equals sign followed immediately by the specification. If the
specificat
ion contains spaces (such as a two-word server name), enclose the value in
quotes or apostrophes, as in:
-x="HAL 9000" -u="secret word"
Default server. If you have network access to the server version of SPSS, the default
server and r
elated information (if not specified in command line switches) is the
default server specified the SPSS Server Login dialog box. If no default is specified
there, the job runs in local mode.
If you want
to run a production job in local mode but your local computer is not
your default server, specify null quoted strings for all of the distributed analysis
command line switches, as in:
"c:\program files\spss\spssprod.exe" "c:\spss\datajobs\prodjob.spp" -x="" -n="" -d="" -u="" -p=""
Running Multiple Production Jobs
If you use a batch (.bat) file or similar facility to run multiple production jobs, use the
Windows St
art
commandwiththe/wait switch to control execution of each job,
preventing subsequent jobs from starting before the previous job ends, as in:
cd \program files\spss
start /wait spssprod.exe prodjob1.spp -s
start /wai
t spssprod.exe prodjob2.spp -s
Publish to
Web
Publish to
WebexportsoutputforpublishingtoSmartViewerWebServer.Tables
and reports published in SmartViewer can be viewed and manipulated over the Web,
in real time, using a standard browser.