<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Metadata Server : Setting Library attributes and properties in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Metadata-Server-Setting-Library-attributes-and-properties/m-p/2136#M710</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I have been able to create libraries in the metadata server using the below code:&lt;BR /&gt;
&lt;BR /&gt;
options metaserver="xyz111"&lt;BR /&gt;
metaport= 8561&lt;BR /&gt;
metaprotocol=bridge&lt;BR /&gt;
metauser="sasadm"&lt;BR /&gt;
metapass="{sas001}c2FzYWRt"&lt;BR /&gt;
metarepository="foundation";&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
data _null_;&lt;BR /&gt;
length uri $256 rc $256 ;&lt;BR /&gt;
rc=0;&lt;BR /&gt;
/* Create a SASLibrary object. */&lt;BR /&gt;
&lt;BR /&gt;
rc=metadata_newobj("SASLibrary",uri,"ADMIN");&lt;BR /&gt;
put rc=; &lt;BR /&gt;
put uri=;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Could anyone please guide me as how I could set the other attributes and properties for the library (like directory, libname, engine, servercontext, ACT, etc). I am not supposed to use the proc metadata method to solve this. I am supposed to use the rc = metadata_setatr()(or methods like this). If anyone could guide me it would be a great help. Thanks in advance. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Mihir Vora&lt;BR /&gt;
Mobile : +65 9152 0724</description>
    <pubDate>Tue, 23 Jan 2007 10:55:49 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2007-01-23T10:55:49Z</dc:date>
    <item>
      <title>Metadata Server : Setting Library attributes and properties</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Metadata-Server-Setting-Library-attributes-and-properties/m-p/2136#M710</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I have been able to create libraries in the metadata server using the below code:&lt;BR /&gt;
&lt;BR /&gt;
options metaserver="xyz111"&lt;BR /&gt;
metaport= 8561&lt;BR /&gt;
metaprotocol=bridge&lt;BR /&gt;
metauser="sasadm"&lt;BR /&gt;
metapass="{sas001}c2FzYWRt"&lt;BR /&gt;
metarepository="foundation";&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
data _null_;&lt;BR /&gt;
length uri $256 rc $256 ;&lt;BR /&gt;
rc=0;&lt;BR /&gt;
/* Create a SASLibrary object. */&lt;BR /&gt;
&lt;BR /&gt;
rc=metadata_newobj("SASLibrary",uri,"ADMIN");&lt;BR /&gt;
put rc=; &lt;BR /&gt;
put uri=;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Could anyone please guide me as how I could set the other attributes and properties for the library (like directory, libname, engine, servercontext, ACT, etc). I am not supposed to use the proc metadata method to solve this. I am supposed to use the rc = metadata_setatr()(or methods like this). If anyone could guide me it would be a great help. Thanks in advance. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Mihir Vora&lt;BR /&gt;
Mobile : +65 9152 0724</description>
      <pubDate>Tue, 23 Jan 2007 10:55:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Metadata-Server-Setting-Library-attributes-and-properties/m-p/2136#M710</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-01-23T10:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata Server : Setting Library attributes and properties</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Metadata-Server-Setting-Library-attributes-and-properties/m-p/2137#M711</link>
      <description>In this manual:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/onlinedoc/91pdf/sasdoc_913/omd_ref_9966.pdf" target="_blank"&gt;http://support.sas.com/documentation/onlinedoc/91pdf/sasdoc_913/omd_ref_9966.pdf&lt;/A&gt; entitled &lt;BR /&gt;
SAS® 9.1.3 Open Metadata Interface Reference (Second Edition) it says that:&lt;BR /&gt;
&lt;B&gt;For more information about defining a SASLibrary metadata object, refer to Usage Scenario: "Creating Metadata for a SASLibrary" in "Model Usage Scenarios" in the SAS Open Metadata Interface: User?s Guide.&lt;/B&gt;&lt;BR /&gt;
  &lt;BR /&gt;
The URL for referencing the above user's guide is:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/onlinedoc/91pdf/sasdoc_913/omd_interug_9964.pdf" target="_blank"&gt;http://support.sas.com/documentation/onlinedoc/91pdf/sasdoc_913/omd_interug_9964.pdf&lt;/A&gt;&lt;BR /&gt;
  &lt;BR /&gt;
However, you might want to contact Tech Support for more help with this question, as there might be particular issues when trying to do this in a program versus PROC METADATA that they know about and are able to help you with. &lt;BR /&gt;
&lt;BR /&gt;
To find out about contacting Tech Support, refer to this site: &lt;A href="http://support.sas.com/techsup/contact/index.html" target="_blank"&gt;http://support.sas.com/techsup/contact/index.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 23 Jan 2007 15:45:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Metadata-Server-Setting-Library-attributes-and-properties/m-p/2137#M711</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2007-01-23T15:45:28Z</dc:date>
    </item>
  </channel>
</rss>

