BookmarkSubscribeRSS Feed
Rabindra
Calcite | Level 5

I am looking to develop a macro program to pull the memtype information from the server automatically. If I use Proc contents procdure so every time I have to enter the libref name, I am looking for a program that will look into the server name and pull out list of libraries along with the libref, schema details and path.

Please help me.

2 REPLIES 2
LinusH
Tourmaline | Level 20

Use PROC SQL and query DICTIONARY.LIBNAMES.

DICTIONARY.TABLES is a more neat choice than PROC CONTENTS if yo ask me.

Data never sleeps
RW9
Diamond | Level 26 RW9
Diamond | Level 26

Or SASHELP.VTABLES/VCOLUMNS which is pretty much the same thing.  Not sure why you'd need a macro for this task?

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 1071 views
  • 0 likes
  • 3 in conversation