BookmarkSubscribeRSS Feed
Albert0
Quartz | Level 8

Hi All,

 

It's my first time using proc metalib statement and I just want to know what is the behavior of the code below ;

 

proc metalib;

omr (library="/SAS/SASVisualAnalytics/LASR" ); update_rule=(delete);

select (AB18_AddressLog);

report;

run;

 

Is it just deletes the AB18_AddressLog metadata under the Directory?

 

Thanks.

 

Albert0

1 REPLY 1
ErikLund_Jensen
Rhodochrosite | Level 12

Hi Albert0

 

As far as I know the table's metadata entry is deleted if the corresponding physical table is NOT found. If the table exists, the medata entry for the table's columns are updated to be in sync with the actual physical columns.

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!

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