<?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: How to Create Permanent Library with sas program?? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-Create-Permanent-Library-with-sas-program/m-p/237770#M43606</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please clarify your question, I do not know what "field option" is. &amp;nbsp;To create a permanent library first create a folder in an area accessible to SAS on your local machine/image/network. &amp;nbsp;Next use the libname syntax to apply a libname to the that folder. &amp;nbsp;Next copy your data into the folder using datastep e.g.:&lt;/P&gt;
&lt;P&gt;libname mine "c:\temp_store";&lt;/P&gt;
&lt;P&gt;data mine.want;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; set work.have;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
    <pubDate>Fri, 04 Dec 2015 10:21:16 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2015-12-04T10:21:16Z</dc:date>
    <item>
      <title>How to Create Permanent Library with sas program??</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Create-Permanent-Library-with-sas-program/m-p/237765#M43602</link>
      <description>&lt;P&gt;I wanted to create Permanent sas library rather than using field option. Is there any way for that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2015 09:55:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Create-Permanent-Library-with-sas-program/m-p/237765#M43602</guid>
      <dc:creator>vandhan</dc:creator>
      <dc:date>2015-12-04T09:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Permanent Library with sas program??</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Create-Permanent-Library-with-sas-program/m-p/237769#M43605</link>
      <description>&lt;P&gt;Any library that is not SASwork can be considered as permanent.&lt;/P&gt;
&lt;P&gt;No idea of&amp;nbsp;what SAS client&amp;nbsp;you are using ("filed option"?)&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2015 10:20:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Create-Permanent-Library-with-sas-program/m-p/237769#M43605</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2015-12-04T10:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Permanent Library with sas program??</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Create-Permanent-Library-with-sas-program/m-p/237770#M43606</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please clarify your question, I do not know what "field option" is. &amp;nbsp;To create a permanent library first create a folder in an area accessible to SAS on your local machine/image/network. &amp;nbsp;Next use the libname syntax to apply a libname to the that folder. &amp;nbsp;Next copy your data into the folder using datastep e.g.:&lt;/P&gt;
&lt;P&gt;libname mine "c:\temp_store";&lt;/P&gt;
&lt;P&gt;data mine.want;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; set work.have;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2015 10:21:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Create-Permanent-Library-with-sas-program/m-p/237770#M43606</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-12-04T10:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Permanent Library with sas program??</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Create-Permanent-Library-with-sas-program/m-p/237779#M43614</link>
      <description>&lt;P style="margin: 0in 0in 10pt;"&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;If you are using SAS on z/Os then simplest way to create permanent SAS library is as below, Once you execute the below line SAS creates a permanent library called ABC.DEF.GHI with default parameters and assigns it to your session.&lt;/FONT&gt;&lt;/P&gt;
&lt;PRE&gt;LIBNAME NEW_PERM_LIB 'ABC.DEF.GHI' DISP=NEW ;

&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2015 11:19:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Create-Permanent-Library-with-sas-program/m-p/237779#M43614</guid>
      <dc:creator>nrk1787db1</dc:creator>
      <dc:date>2015-12-04T11:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Permanent Library with sas program??</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Create-Permanent-Library-with-sas-program/m-p/237852#M43644</link>
      <description>&lt;P&gt;Depending on your version of SAS there is also how to get the next SAS session to recognize the library. Reference in an Autoexec.sas, other program code, settings in the GUI.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2015 16:38:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Create-Permanent-Library-with-sas-program/m-p/237852#M43644</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-12-04T16:38:45Z</dc:date>
    </item>
  </channel>
</rss>

