When I try to do a proc metalib, I get this error:
ERROR: No metadata objects found matching the specified URI.
ERROR: The value
TABLE
is not a valid SAS name.
ERROR: The value
is not a valid SAS name.
This is my code:
proc metalib;
omr (library="RF300L3");
exclude ("IMPORT_L3");
update_rule(delete);
noexec;
run;
I have been running this code already a 100 times without any problem.
And suddenly the code is not working anymore.
Anybody an idea what happend?
thanks!