BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
sathya66
Barite | Level 11

All,

MDSECGO macro will return all metadata content to a SAS dataset ,can we extract , who created that object too.

 

%mdsecgo(folder="/",
includesubfolders=YES,
memberfilter="",
objdata=my_objects);

1 ACCEPTED SOLUTION

Accepted Solutions
BrunoMueller
SAS Super FREQ

I do not think so, unless you make your own version of it, the source for this macro is available.

 

But there is another tool sas-list-objects that will extract the createdBy and modifiedBy information if available (for -format csv or xml). Not all objects have this information. Having both data you can join the two and get what you want.

 

The information for the createdBy and modifiedBy is stored using an association ResponsibleParties, see below for an example.

Bruno_SAS_0-1593701969099.png

 

 

View solution in original post

1 REPLY 1
BrunoMueller
SAS Super FREQ

I do not think so, unless you make your own version of it, the source for this macro is available.

 

But there is another tool sas-list-objects that will extract the createdBy and modifiedBy information if available (for -format csv or xml). Not all objects have this information. Having both data you can join the two and get what you want.

 

The information for the createdBy and modifiedBy is stored using an association ResponsibleParties, see below for an example.

Bruno_SAS_0-1593701969099.png

 

 

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

Get Started with SAS Information Catalog in SAS Viya

SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 2501 views
  • 1 like
  • 2 in conversation