The following new options in the PROC SERVER statement improve the performance
and security of the SAS/SHARE server.
- ACCTLVL=
- is a performance-tuning parameter. It enables you to examine
server resource consumption during different parts of your application's execution.
- LOG=values
- is a performance-tuning parameter. Three new values (ACTIVETIME,
BYTECOUNT, and ELAPSEDTIME) provide more efficient resource usage statistics
than the now obsolete values IO and CPU.
- AUTHENTICATE=
- is a security feature that specifies whether a client must
supply a valid userid and password in order to access the server.
- PT2DBPW=
- is a security feature that specifies the password that is
required for clients that run an SQL CONNECT TO REMOTE statement that includes
the DBMS= option.
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.