Hi @Jlochoa
For any SAS Client connecting to SAS Metadata Server, the following code sholuld allow you to access what needed
/* Assign Metadata Server Options */
OPTIONS METASERVER=<metaDataServerHost>
METAPORT=<metaDataServerPort>
METAUSER="<metaUserId>"
METAPASS="<metaUserPw>"
METAPROTOCOL=bridge;
PS. Replace the values inside the <> with your site settings
You'll be connected to the metadata server, and running the %mdxxxx macros will extract the data correctly.
Hope this helps,
Ahmed
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
Learn how to explore data assets, create new data discovery agents, schedule data discovery agents, and much more.
Find more tutorials on the SAS Users YouTube channel.