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.

 

 

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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