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?

sas-innovate-wordmark-2025-midnight.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


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