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.
Use PROC SQL and query DICTIONARY.LIBNAMES.
DICTIONARY.TABLES is a more neat choice than PROC CONTENTS if yo ask me.
Or SASHELP.VTABLES/VCOLUMNS which is pretty much the same thing. Not sure why you'd need a macro for this task?
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.
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.
Ready to level-up your skills? Choose your own adventure.