Invoking the spdsls Utility

The spdsls utility can be invoked as a stand-alone utility or with PROC SPDO by using the SPDSCMD statement. For more information about the PROC SPDO SPDSCMD statement, see SPDSCMD Statement.
The following environment variables must be established in order for this utility to be invoked as a stand-alone utility. Note that these environmental variables are not needed if the utility is invoked in PROC SPDO.
For UNIX:
INSTDIR=<!replace with SPD Server 5.3 Installation Directory!>
 SASVER=9.4 
 SASHOME=<!replace with SPD Server 5.3 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=$INSTDIR/misc/spds
 export MSGPATH 
For Windows:
SET SASROOT=<!replace with SPD Server 5.3 Installation Directory!>
SET INSTALLDIR=<!replace with SPD Server 5.3 Installation Directory!>
SET MSGPATH=@INSTALLDIR@\spds\sasmisc 
SET TKPATH=@INSTALLDIR@\bin;@SASROOT@\core\sasext 
Last updated: February 3, 2017