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 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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