Querying the DICTIONARY.COLUMNS table will only help find what has been physically allocated to your SAS session via libname assigments.
To query metadata, you can do this in SAS Managment Console through the following steps:
- login to SAS Management Console as an identity that will be able to read the metadata you are looking for.
- From the tabbed view in the left pane, select Search
- Specify the column name and the operator (in my case I chose MAKE, with the Contains operator; note that the name is case-insensitive)
- Clear all of the selected types, and then select Column
- Select the Search button at the bottom of the pane
- In the results in right pane, select one of the matches
- Right mouse on this selected column and choose Properties
- Click on the Authorization tab
- Select the Advanced button
- This will display the (inverted) hierarchy of the column (i.e., the table and the folder hierarchy)
Note that the library is not displayed
Carl Sommer - SAS Technical Support