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-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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.

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