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

Yes this works too.

Personally, I avoid querying the dictionary as it can be very sssllloooww when many tables are online, especially RDBMS tables.

As you say, poor cat... 

LaurieF
Barite | Level 11

I agree that dictionary.tables (or sashelp.vtable) can be problematic, especially if the library contains views of external databases which it has to look through, because of  columns like nobs. I've never, or rarely, had problems with dictionary.columns however. And f you're explicit about the libname and memname, the internal indexing is very efficient.

 

Again in this case I knew the libname contained no views and it returned the response effectively instantly.

ChrisNZ
Tourmaline | Level 20

Good to know. I'll try to access the variable-level dictionary again then.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 17 replies
  • 2504 views
  • 5 likes
  • 4 in conversation