BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Gieorgie
Quartz | Level 8

I have a lot of libraries and our administrators changed the names of the libraries when they were moved to another server. Tell me if there is any chance that some find function will find table names, column names, e.g.REVAL_RATEMID
from _kplus.K_FXRATES  if _kplus no longer exists

 

Gieorgie_0-1633329630170.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
andreas_lds
Jade | Level 19

Ask the admins to provide a list containing old and new names of the libraries. If they don't have such a list, well, then someone should explain them the impact of their doings, especially how much time (=money) it will cost to fix all broken programs. In the meantime query sashelp.vcolum. The view has a list of all variables in each dataset.

View solution in original post

2 REPLIES 2
andreas_lds
Jade | Level 19

Ask the admins to provide a list containing old and new names of the libraries. If they don't have such a list, well, then someone should explain them the impact of their doings, especially how much time (=money) it will cost to fix all broken programs. In the meantime query sashelp.vcolum. The view has a list of all variables in each dataset.

ballardw
Super User

If all they did was change the names of libraries but did not move them you can look at SASHELP.VSLIB which has the name of the library and the current path(s) defining that library. Perhaps you know what the old path was then this would be pretty helpful.

 

SASHELP.VTABLE will just the names of data sets and libraries if you don't need to find variable information. If you had multiple data sets with the same names in different libraries that may not be a much help as you need but may give you a start.

 

 

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 941 views
  • 1 like
  • 3 in conversation