Accessing a DB2 table using the LIBNAME engine via SAS® running in a z/OS operating environment might result in the table being qualified even though the AUTHID= LIBNAME or data set option were not specified.
This behavior is different from other SAS/ACCESS® products. If AUTHID= is not specified, one of the following is used as the authorization ID when the table is referenced in the code submitted to the database:
However, currently, this is not the behavior that is stated in documentation, which says the following:
To turn off this automatic qualifying of the table, specify AUTHID='' in the LIBNAME statement.