BookmarkSubscribeRSS Feed
dhruvakumar
Obsidian | Level 7

Hi ALL,

 

Please help to provide how extract the data register in the  metadata and compare with physical data in SAS Enterprise Guide.

 

Many Thanks 

1 REPLY 1
ChrisHemedinger
Community Manager

Check the Tools->Update Library Metadata task.  It allows you to create a report of your libraries/tables according to what metadata shows, and report on the differences.

 

It generates code like this:

 

/* assign library using metaout=data */
/* resulting library shows all physical tables */
libname _temp meta library="My Library" metaout=data;

/* show report of changes that *would* be made */
proc metalib;
  omr (library="My Library");
  update_rule=(delete);
  report;
  noexec;
run;

libname _temp clear;

 

Check out SAS Innovate on-demand content! Watch the main stage sessions, keynotes, and over 20 technical breakout sessions!

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
  • 580 views
  • 2 likes
  • 2 in conversation