SAS/IntrNet 9.1: Application Dispatcher |
Declares which libraries, filerefs, and catalogs contain programs that can be run by an administrator using the _ADMINPW password
ADMINLIBS libref-1 | libref-1.catalog-1 | fileref-1 <...libref-n | libref-n.catalog-n | fileref-n>;
Libraries, filerefs, and catalogs listed here can be run on the Application Server only if a valid _ADMINPW value is passed in the request data and a password is specified.
Note: If a libref or fileref has been defined in both a PROGLIBS statement and an ADMINLIBS statement, then the ADMINPW is not required for programs in that libref or fileref. General users will have access to programs that might have been intended only for administrators.
ADMINLIBS MYLIB.MYCAT . . .;
Listing both the library and a specific catalog within that library is redundant. For example,
ADMINLIBS MYLIB MYLIB.MYCAT . . .;
enables all programs in MYLIB to run.
Note: See also the ADMINPW option of the PROC APPSRV statement.
SAS/IntrNet 9.1: Application Dispatcher |