BookmarkSubscribeRSS Feed
sasprofile
Quartz | Level 8

Hello all,

 

Please can you answer couple of below Questions I have.

 

Question 1

can any one tell me how to find out a Oracle (or) Base library when it was created and on which user request it was created and by Whom it was created.

 

Is there a way to find out above details from SAS Mananement console 9.2 (or) Is there any sas code that give details submitting from EG.

 

Question 2

 

and also I want to find out what is the Metadatacreated date for the tables in a Library from sas management console(SMC)

Is this the date the tables registered date in that library in SMC or someother date

the tables in the Library in SMC when I checked the properties-->Advanced

It shows  as below when I checked the properties-->Advanced

 

Attributes

Name                    Value

Metadatacreated             Apr 12,2014 1:30:22 PM

 

 

Would really appreciate for your valuable suggestions,please help me

 

Thanks you all in advance

 

 

1 REPLY 1
BrunoMueller
SAS Super FREQ

Hi

 

Not an answer to all questions:

 

A simple way to get back the created and modified date for an Metadata object is to use the %MDSECDS macro, below is an example.

 

%mdsecds(
  membertypes="Library"
  , perms="ReadMetadata"
  , identitynames="sasdemo"
  , identitytypes="Person"
)

 

You can use the SAS® 9.4 Language Interfaces to Metadata to access anything within the Metadata Server.

 

 

 

 

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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
  • 1 reply
  • 1019 views
  • 0 likes
  • 2 in conversation