BookmarkSubscribeRSS Feed
GPatel
Pyrite | Level 9


Is there any procedure or code that lists all store processes, olap cubes, information maps off the metadata, like proc contents lists?

2 REPLIES 2
CameronLawson
Obsidian | Level 7

I don't believe there is a procedure that will handle all of these in that fashion.  In saying that, you can get to this information via some different procedures;

  1. Proc Infomaps has a method to list the contents of information maps.  Check out the support docs for the syntax
  2. Proc Metadata will give you all the content you need however you will need to construct an XPath query to feed into the proc to get the information out.  The return from the procedure is XML containing content for the Metadata Type(s) you query.  More of a learning curve but very useful once you get the syntax learnt.  When researching you will need to use the GetMetadata method. 

Hope that helps.

SASBIROX
Calcite | Level 5

Check Angela's blog post that shows how to work with the metadata - specifically she shows the stored processes - but this can be expanded to other metadata.

Various ways of locating components of stored processes

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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