<?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 Re: Libname META: Use existing library definition but change an option in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Libname-META-Use-existing-library-definition-but-change-an/m-p/780083#M248521</link>
    <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674"&gt;@LinusH&lt;/a&gt;&amp;nbsp;for confirmation and for the proposition to use dataset options instead. I didn't think about the ds options which for my special use case is all I need.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The existing library definition comes OOTB as part of a SAS Solution and even though I don't believe that the default insertbuff value of one is required by the solution I'm very hesitant to change it only to support my additional and special site specific use case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 13 Nov 2021 01:59:01 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2021-11-13T01:59:01Z</dc:date>
    <item>
      <title>Libname META: Use existing library definition but change an option</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libname-META-Use-existing-library-definition-but-change-an/m-p/779958#M248461</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I've got (SAS 9.4M7, RHEL):&lt;/P&gt;
&lt;P&gt;- A pre-assigned library defined in SAS Metadata with engine Postgres&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I want:&lt;/P&gt;
&lt;P&gt;Define a new library using all the definitions from the existing library but with one option changed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What works:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Patrick_0-1636714621536.png" style="width: 541px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/65636i138FF97424E9C442/image-dimensions/541x23?v=v2" width="541" height="23" role="button" title="Patrick_0-1636714621536.png" alt="Patrick_0-1636714621536.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;What doesn't work:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Patrick_1-1636714663319.png" style="width: 719px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/65637iEEACA7407DCCC42C/image-dimensions/719x24?v=v2" width="719" height="24" role="button" title="Patrick_1-1636714663319.png" alt="Patrick_1-1636714663319.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Patrick_2-1636714714998.png" style="width: 712px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/65638i3DAEC2907D7B9628/image-dimensions/712x105?v=v2" width="712" height="105" role="button" title="Patrick_2-1636714714998.png" alt="Patrick_2-1636714714998.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And also the following doesn't work &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Patrick_3-1636715137226.png" style="width: 681px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/65639i0A2C48EB356182B7/image-dimensions/681x50?v=v2" width="681" height="50" role="button" title="Patrick_3-1636715137226.png" alt="Patrick_3-1636715137226.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Patrick_4-1636715327659.png" style="width: 672px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/65640i31DB17681DA387E7/image-dimensions/672x201?v=v2" width="672" height="201" role="button" title="Patrick_4-1636715327659.png" alt="Patrick_4-1636715327659.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know how I could define such a new library in metadata and I also know how I could create the libname statement directly in SAS ...but what I really would love to do is just use all the metadata already defined for the existing library and then just add/change one of the options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any reasonable way of doing this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Patrick&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Nov 2021 11:11:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libname-META-Use-existing-library-definition-but-change-an/m-p/779958#M248461</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2021-11-12T11:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Libname META: Use existing library definition but change an option</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libname-META-Use-existing-library-definition-but-change-an/m-p/780003#M248484</link>
      <description>&lt;P&gt;By looking in the documentation, it seems using other options than ones for connection/authorization is not supported.&lt;/P&gt;
&lt;P&gt;I guess that you don't want to update the current libref with your inserbuff= for some reason?&lt;/P&gt;
&lt;P&gt;A work-around could be to use the corresponding data set option, perhaps not ideal if you want to use this a lot.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Nov 2021 16:21:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libname-META-Use-existing-library-definition-but-change-an/m-p/780003#M248484</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2021-11-12T16:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Libname META: Use existing library definition but change an option</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libname-META-Use-existing-library-definition-but-change-an/m-p/780083#M248521</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674"&gt;@LinusH&lt;/a&gt;&amp;nbsp;for confirmation and for the proposition to use dataset options instead. I didn't think about the ds options which for my special use case is all I need.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The existing library definition comes OOTB as part of a SAS Solution and even though I don't believe that the default insertbuff value of one is required by the solution I'm very hesitant to change it only to support my additional and special site specific use case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Nov 2021 01:59:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libname-META-Use-existing-library-definition-but-change-an/m-p/780083#M248521</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2021-11-13T01:59:01Z</dc:date>
    </item>
  </channel>
</rss>

