BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi guys.
I use GetMetadataObjects to return objects of PhysicalTable type:

%macro metatest();
%let objects =;
%let rc = GetMetadataObjects("$METAREPOSITORY", "PhysicalTable", objects, "SAS", 1, "");

%if rc LT 1 %then %do;
%put "No objects found.";

%end;
%else %put &objects;

%mend;

/* Test CODE */
%metatest;

but it outputs an empty objects variable (no errors) O_o.

Manual says that objects is Returned list of metadata objects. (direction=out)

Help me please.
PS: do not propose using Do request, I need this way.
3 REPLIES 3
Cynthia_sas
SAS Super FREQ
Hi:
This looks like a Bus Intelligence/Metadata Repository question. I'm not sure what it has to do with clinical trials, unless you are using the BI Platform for clinical data.

Your question is probably not going to get responses here or in other forums, since it's so specific and related to the BI Platform. Your best bet for help on this question may be to open a track with Tech Support, as they have the kind of expertise that you need for these techniques.

cynthia
deleted_user
Not applicable
Please move my post to most suitable forum
Cynthia_sas
SAS Super FREQ
Hi:
There really isn't a forum for these kinds of questions, where you are working with the metadata using calls like this.

For help with this particular question, you should open a track with Tech Support.

cynthia

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

New Learning Events in April

 

Join us for two new fee-based courses: Administrative Healthcare Data and SAS via Live Web Monday-Thursday, April 24-27 from 1:00 to 4:30 PM ET each day. And Administrative Healthcare Data and SAS: Hands-On Programming Workshop via Live Web on Friday, April 28 from 9:00 AM to 5:00 PM ET.

LEARN MORE

Discussion stats
  • 3 replies
  • 873 views
  • 0 likes
  • 2 in conversation