<?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: Is it possible to change the sas catalog name (from auto generated name to a different name e.g., 'sasmacr.sas7bcat to 'myname.sas7bcat') in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Is-it-possible-to-change-the-sas-catalog-name-from-auto/m-p/178001#M34053</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a new method to insert values to existing system options.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lesysoptsref/64892/HTML/default/viewer.htm#p0pcr99h6vex16n1lhgfwgm347wr.htm" title="http://support.sas.com/documentation/cdl/en/lesysoptsref/64892/HTML/default/viewer.htm#p0pcr99h6vex16n1lhgfwgm347wr.htm"&gt;SAS(R) 9.3 System Options: Reference, Second Edition&lt;/A&gt; (listinsertappend)&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://support.sas.com/documentation/cdl/en/hostunx/63053/HTML/default/viewer.htm#n0ev10f1c31vxrn1rw82ym8xcevg.htm" title="http://support.sas.com/documentation/cdl/en/hostunx/63053/HTML/default/viewer.htm#n0ev10f1c31vxrn1rw82ym8xcevg.htm"&gt;SAS(R) 9.3 Companion for UNIX Environments&lt;/A&gt; (insert example)&lt;/P&gt;&lt;P&gt;saving automamacros and using: &lt;A href="http://support.sas.com/documentation/cdl/en/mcrolref/67377/HTML/default/viewer.htm#n1o5fkxq0gqdpcn1xs3ksdks69tf.htm" title="http://support.sas.com/documentation/cdl/en/mcrolref/67377/HTML/default/viewer.htm#n1o5fkxq0gqdpcn1xs3ksdks69tf.htm"&gt;SAS(R) 9.4 Macro Language: Reference, Second Edition&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Oct 2014 12:25:20 GMT</pubDate>
    <dc:creator>jakarman</dc:creator>
    <dc:date>2014-10-10T12:25:20Z</dc:date>
    <item>
      <title>Is it possible to change the sas catalog name (from auto generated name to a different name e.g., 'sasmacr.sas7bcat to 'myname.sas7bcat')</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-it-possible-to-change-the-sas-catalog-name-from-auto/m-p/177992#M34044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We cant do this manually by renaming, i suppose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried like copiying the catlog from one location to another with a different name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;libname&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; test &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.0pt; font-family: 'Courier New'; color: purple; background: white;"&gt;'location'&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10.0pt; background: white; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;proc&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;catalog&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-GB" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;catalog&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=test.sasmacr1 &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;force&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;copy&lt;/SPAN&gt; &lt;SPAN lang="EN-GB" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;in&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=test.sasmacr1 &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;out&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=work.sasmacr;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;quit&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By this way, i was able to rename from 'sasmacr1' to 'sasmacr'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a possible to do this even more simply? Is there a way to rename a macro catalog?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 11:56:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-it-possible-to-change-the-sas-catalog-name-from-auto/m-p/177992#M34044</guid>
      <dc:creator>karti</dc:creator>
      <dc:date>2014-10-09T11:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to change the sas catalog name (from auto generated name to a different name e.g., 'sasmacr.sas7bcat to 'myname.sas7bcat')</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-it-possible-to-change-the-sas-catalog-name-from-auto/m-p/177993#M34045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. I think so. Check proc datasets + change &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 13:12:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-it-possible-to-change-the-sas-catalog-name-from-auto/m-p/177993#M34045</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2014-10-09T13:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to change the sas catalog name (from auto generated name to a different name e.g., 'sasmacr.sas7bcat to 'myname.sas7bcat')</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-it-possible-to-change-the-sas-catalog-name-from-auto/m-p/177994#M34046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will do it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc datasets library=test memtype=catalog nolist;&lt;/P&gt;&lt;P&gt;change rest=eee;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 13:24:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-it-possible-to-change-the-sas-catalog-name-from-auto/m-p/177994#M34046</guid>
      <dc:creator>Loko</dc:creator>
      <dc:date>2014-10-09T13:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to change the sas catalog name (from auto generated name to a different name e.g., 'sasmacr.sas7bcat to 'myname.sas7bcat')</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-it-possible-to-change-the-sas-catalog-name-from-auto/m-p/177995#M34047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Proc catalog is for managing catalogs (sas7bcat) and proc datasets for datasets(sas7bdat). Their internal structure is different.&lt;/P&gt;&lt;P&gt;If you know what your are doing you could rename the datasets at the OS level.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 13:36:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-it-possible-to-change-the-sas-catalog-name-from-auto/m-p/177995#M34047</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-10-09T13:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to change the sas catalog name (from auto generated name to a different name e.g., 'sasmacr.sas7bcat to 'myname.sas7bcat')</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-it-possible-to-change-the-sas-catalog-name-from-auto/m-p/177996#M34048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jaap, Haha, actually that is not true. According to SAS documentation. it can change Macro entry name. &lt;/P&gt;&lt;P&gt;CHANGE Statement&lt;/P&gt;&lt;P&gt;Renames one or more SAS ﬁles in the same SAS library.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I also give it a try :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;390&lt;/P&gt;&lt;P&gt;391&amp;nbsp; proc datasets library=x nolist nodetails;&lt;/P&gt;&lt;P&gt;392&amp;nbsp; change sasmacr=mymac ;&lt;/P&gt;&lt;P&gt;393&amp;nbsp; quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: Changing the name X.SASMACR to X.MYMAC (memtype=CATALOG).&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE DATASETS used (Total process time):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 13:58:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-it-possible-to-change-the-sas-catalog-name-from-auto/m-p/177996#M34048</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2014-10-09T13:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to change the sas catalog name (from auto generated name to a different name e.g., 'sasmacr.sas7bcat to 'myname.sas7bcat')</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-it-possible-to-change-the-sas-catalog-name-from-auto/m-p/177997#M34049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answers, I have another question on this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i have 2 catalogs in a single library, (eg., 'sasmacr' and 'mycat' - by copying mycat from a different location) , i am able to access macros from the catalog 'sasmacr' and not from the catalog 'mycat'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after setting a macro library with options mstored and sasmstore=&amp;lt;libname&amp;gt;,,,&lt;/P&gt;&lt;P&gt;if i try to use the entries from 'mycat' i am getting error message like 'Macro not resolved'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should i change any option so that i could use both the catalogs.?&lt;/P&gt;&lt;P&gt;Help me with a solution..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reply for any clarification required in the question&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 14:18:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-it-possible-to-change-the-sas-catalog-name-from-auto/m-p/177997#M34049</guid>
      <dc:creator>karti</dc:creator>
      <dc:date>2014-10-09T14:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to change the sas catalog name (from auto generated name to a different name e.g., 'sasmacr.sas7bcat to 'myname.sas7bcat')</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-it-possible-to-change-the-sas-catalog-name-from-auto/m-p/177998#M34050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep I have seen it, it is at the catalog level (sas7bcat name) possible. &lt;/P&gt;&lt;P&gt;your are right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At some moment this was all worthless for me. So I must get that dust away for what was going on.&lt;/P&gt;&lt;P&gt;The situation:&lt;/P&gt;&lt;P&gt;- Fixed catalog names, part of the autoexec setup.&amp;nbsp;&amp;nbsp; No need for rename just for managing the content of those catalogs.&lt;/P&gt;&lt;P&gt;- SCL usage needing to manage the members in a catalog.&lt;/P&gt;&lt;P&gt;&amp;nbsp; The datasets tables are manageable with proc datasets (Copy move) but failed at the catalog member content.&lt;/P&gt;&lt;P&gt;- As releasemanagement being setup supporting DTAP. The libraries having setup in concatenation.&lt;/P&gt;&lt;P&gt;&amp;nbsp; In this way you can solve the "which version is active" question. by moving the catalogmembers to the according locations.&lt;/P&gt;&lt;P&gt;&amp;nbsp; As there is no version present in D there can be also no mistake for getting seeing the wrong version.&lt;/P&gt;&lt;P&gt;&amp;nbsp; This worked for formats also with an addition to combine a data-defined version when it data-content related&lt;/P&gt;&lt;P&gt;- proc datasets is supporting a move statement (data only) but proc catalog is not.&lt;/P&gt;&lt;P&gt;&amp;nbsp; I ended up using proc upload/download for catalogs as with a copy that does a really merge with existing content.&lt;/P&gt;&lt;P&gt; It also does change the security context using another key so that the developer cannot develop code an other location than development. &lt;/P&gt;&lt;P&gt; O they like to change all&amp;nbsp; kind of things when incidents are coming in direct in the production environment without a change order.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In some cases we did the rename/copy at the OS level verify some assumptions and went back to the original state.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Looks to me usefull information for others. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 14:24:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-it-possible-to-change-the-sas-catalog-name-from-auto/m-p/177998#M34050</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-10-09T14:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to change the sas catalog name (from auto generated name to a different name e.g., 'sasmacr.sas7bcat to 'myname.sas7bcat')</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-it-possible-to-change-the-sas-catalog-name-from-auto/m-p/177999#M34051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And see one question in the same direction.&lt;/P&gt;&lt;P&gt;I preferred macros at the source level being compiled when needed. It eliminates the question whether the source and the compiled version are belonging to each other.&lt;/P&gt;&lt;P&gt;Setting it up into a dtap concatenation as previous described.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For macros source type: &lt;A href="http://support.sas.com/documentation/cdl/en/mcrolref/67377/HTML/default/viewer.htm#p12b2qq72dkxpsn1e19y57emerr6.htm" title="http://support.sas.com/documentation/cdl/en/mcrolref/67377/HTML/default/viewer.htm#p12b2qq72dkxpsn1e19y57emerr6.htm"&gt;SAS(R) 9.4 Macro Language: Reference, Second Edition&lt;/A&gt; (SASautos) I think there is something strange here as it can refer to libnames and filerefs.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;For compiled macros there is SASMStore &lt;A href="http://support.sas.com/documentation/cdl/en/mcrolref/67377/HTML/default/viewer.htm#p156rt5c7ikat4n1o2n1dnb4jlza.htm" title="http://support.sas.com/documentation/cdl/en/mcrolref/67377/HTML/default/viewer.htm#p156rt5c7ikat4n1o2n1dnb4jlza.htm"&gt;SAS(R) 9.4 Macro Language: Reference, Second Edition&lt;/A&gt;&amp;nbsp; It does not have an concatenation type. The libarary def-s do support concatenation. &lt;A href="http://support.sas.com/documentation/cdl/en/lestmtsref/67407/HTML/default/viewer.htm#n1nk65k2vsfmxfn1wu17fntzszbp.htm" title="http://support.sas.com/documentation/cdl/en/lestmtsref/67407/HTML/default/viewer.htm#n1nk65k2vsfmxfn1wu17fntzszbp.htm"&gt;SAS(R) 9.4 Statements: Reference, Third Edition&lt;/A&gt;&lt;/P&gt;&lt;P&gt; For FCMP binaries you can imagine a similar approach.&amp;nbsp; &lt;A href="http://support.sas.com/documentation/cdl/en/lesysoptsref/67465/HTML/default/viewer.htm#p128h36bs9q0bon1mqwrlgxb9ucp.htm" title="http://support.sas.com/documentation/cdl/en/lesysoptsref/67465/HTML/default/viewer.htm#p128h36bs9q0bon1mqwrlgxb9ucp.htm"&gt;SAS(R) 9.4 System Options: Reference, Third Edition&lt;/A&gt;&amp;nbsp; (cmplib)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 14:35:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-it-possible-to-change-the-sas-catalog-name-from-auto/m-p/177999#M34051</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-10-09T14:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to change the sas catalog name (from auto generated name to a different name e.g., 'sasmacr.sas7bcat to 'myname.sas7bcat')</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-it-possible-to-change-the-sas-catalog-name-from-auto/m-p/178000#M34052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try option :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;options SASAUTOS= ( work 'c:\temp\')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MAUTOSOURCE&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 11:47:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-it-possible-to-change-the-sas-catalog-name-from-auto/m-p/178000#M34052</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2014-10-10T11:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to change the sas catalog name (from auto generated name to a different name e.g., 'sasmacr.sas7bcat to 'myname.sas7bcat')</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-it-possible-to-change-the-sas-catalog-name-from-auto/m-p/178001#M34053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a new method to insert values to existing system options.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lesysoptsref/64892/HTML/default/viewer.htm#p0pcr99h6vex16n1lhgfwgm347wr.htm" title="http://support.sas.com/documentation/cdl/en/lesysoptsref/64892/HTML/default/viewer.htm#p0pcr99h6vex16n1lhgfwgm347wr.htm"&gt;SAS(R) 9.3 System Options: Reference, Second Edition&lt;/A&gt; (listinsertappend)&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://support.sas.com/documentation/cdl/en/hostunx/63053/HTML/default/viewer.htm#n0ev10f1c31vxrn1rw82ym8xcevg.htm" title="http://support.sas.com/documentation/cdl/en/hostunx/63053/HTML/default/viewer.htm#n0ev10f1c31vxrn1rw82ym8xcevg.htm"&gt;SAS(R) 9.3 Companion for UNIX Environments&lt;/A&gt; (insert example)&lt;/P&gt;&lt;P&gt;saving automamacros and using: &lt;A href="http://support.sas.com/documentation/cdl/en/mcrolref/67377/HTML/default/viewer.htm#n1o5fkxq0gqdpcn1xs3ksdks69tf.htm" title="http://support.sas.com/documentation/cdl/en/mcrolref/67377/HTML/default/viewer.htm#n1o5fkxq0gqdpcn1xs3ksdks69tf.htm"&gt;SAS(R) 9.4 Macro Language: Reference, Second Edition&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 12:25:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-it-possible-to-change-the-sas-catalog-name-from-auto/m-p/178001#M34053</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-10-10T12:25:20Z</dc:date>
    </item>
  </channel>
</rss>

