space
Previous Page | Next Page

The SERVER Procedure

Syntax: SERVER Procedure


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>;

Task Command
Specify data sets for the SAS/SHARE server to open and hold in memory . ALLOCATE SASFILE
Defines a SAS library to a SAS/SHARE server that is already running. ALLOCATE LIBRARY

space
Previous Page | Next Page | Top of Page