The LIBNAME Statement for Relational Databases |
Allows qualified table names with an authorization ID, a
user
ID, or a group ID.
Alias: |
SCHEMA=
|
Default value: |
none
|
Valid in: |
SAS/ACCESS LIBNAME
statement
|
DBMS support: |
DB2 under z/OS
|
-
authorization-ID
-
cannot exceed eight characters.
When you specify the AUTHID= option, every
table that is referenced by the libref is qualified as authid.tablename before any SQL code is passed to the DBMS. If you do not specify
a value for AUTHID=, the table name is not qualified before it is passed to
the DBMS. After the DBMS receives the table name, it automatically qualifies
it with your user ID. You can override the LIBNAME AUTHID= option by using
the AUTHID= data set option. This option is not validated until you access
a table.
To apply this option to an individual data set, see
the AUTHID= Data Set Option.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.