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