Hello,
I am running into a problem when I run proc metalib.
I get the following error (ERROR: No metadata objects found matching the specified library.) after running the code below:
libname _PMTA01_ (CAD);
proc metalib;
omr (library="CAD");
select("ACCOUNTS_NEW");
report;
run;
Anybody have any thoughts?
Hello,
Try using (library=CAD) and check that your library is defined within metadata.
Thanks, can you tell me how I check if my libname was defined in the metadata?
Thanks
Hello,
We use SAS Management Console to connect to metadata server.
You also need to make sure you connect to metadata server when running the PROC METALIB procedure.
Is there a way to connect to the metadata server without using SAS Management Console? (is there a SAS proc?)
I am pretty new to all things metadata.
Thanks
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.