The SERVER Procedure

Syntax

PROC SERVER <options>;
ALLOCATE SASFILE SAS-data-set1 <(data-set-options) >
<SAS-data-set2> <(data-set-options) ... SAS-data-set8<(data-set-options)>>;
ALLOCATE LIBRARY libref <engine> 'SAS-data-library' <LIBTYPE=library-type>
<CATCACHELIMIT=n><engine/system-options>;

Table of Procedure Tasks

Statement Task
ALLOCATE SASFILE Statement Specify data sets for the SAS/SHARE server to open and hold in memory.
ALLOCATE LIBRARY Statement Defines a SAS library to a SAS/SHARE server.