The following environment
variables must be established for this utility to be invoked as a
standalone utility. Note that these environmental variables are not
needed if the utility is invoked in PROC SPDO via the spdscmd interface.
For UNIX:
INSTDIR=<!replace with SPD Server 5.2 Installation Directory!>
SASVER=9.4
SASHOME=<!replace with SPD Server 5.2 Installation Directory!>
LD_LIBRARY_PATH=$INSTDIR/bin:$SASHOME/SASFoundation/$SASVER/sasexe
export LD_LIBRARY_PATH
LIBPATH=$INSTDIR/bin:$SASHOME/SASFoundation/$SASVER/sasexe
export LIBPATH
TKPATH=$INSTDIR/bin:$SASHOME/SASFoundation/$SASVER/sasexe:$SASHOME/SASFoundation
/$SASVER/utilities/bin
export TKPATH
MSGPATH=$SASHOME/SASFoundation/$SASVER/misc/tkspddrv
export MSGPATH
For Windows:
SET SASROOT=<!replace with SPD Server 5.2 Installation Directory!>
SET INSTALLDIR=<!replace with SPD Server 5.2 Installation Directory!>
SET MSGPATH=@SASROOT@\tkspddrv\sasmisc
SET TKPATH=@INSTALLDIR@\bin;@SASROOT@\core\sasext