Controlling SPD Server Resources with PROC SPDO

Overview of PROC SPDO

PROC SPDO is the SAS procedure for the SPD Server operator interface. This procedure runs only on systems where the SAS is installed.

PROC SPDO Command Set

To invoke PROC SPDO, submit the following command:
PROC SPDO LIB=libref ;
In this command, libref is a LIBNAME that was previously allocated to the sasspds engine.
PROC SPDO commands are divided into two classes:
  • ACL commands
  • LIBNAME proxy commands
The ACL commands are described in Using the ACL Command Setwith some simple examples that demonstrate their syntax and usage. For more information about LIBNAME proxy commands, see SAS Scalable Performance Data (SPD) Server Operator Interface Procedure (PROC SPDO) .