Controls how user proxy resources are assigned for a server user.
Valid in: | SPD Server LIBNAME Statement |
Default: | NO |
closes network connections between the SAS client and the server when server librefs are cleared.
closes network connections between the SAS client and the server only when the SAS session ends. This is the default setting.
libname spud sasspds 'potatoes' server=husky.5400 user='bob' passwd='bob123'; NOTE: Libref SPUD was successfully assigned as follows: Engine: SASSPDS Physical Name: :8292/spds/test/potatoes/ libname spud clear; libname cake sasspds 'carrots' server=husky.6100 user='bob' passwd='bob123'; NOTE: Libref CAKE was successfully assigned as follows: Engine: SASSPDS Physical Name: :8292/spds/test/carrots/
libname fruit sasspds 'apples'
server=husky.6100
user='bob'
passwd='bob123'
DISCONNECT=YES;
NOTE: Libref FRUIT was successfully assigned as follows:
Engine: SASSPDS
Physical Name: :8240/spds/test/apples/