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 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

Health and Life Sciences Learning

 

Need courses to help you with SAS Life Sciences Analytics Framework, SAS Health Cohort Builder, or other topics? Check out the Health and Life Sciences learning path for all of the offerings.

LEARN MORE

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