<?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: indexing program in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/indexing-program/m-p/571836#M161334</link>
    <description>&lt;DIV class="mt-info-text"&gt;it doesn't work for me, you can give me an example&lt;/DIV&gt;</description>
    <pubDate>Mon, 08 Jul 2019 15:53:28 GMT</pubDate>
    <dc:creator>yesidgranadosv</dc:creator>
    <dc:date>2019-07-08T15:53:28Z</dc:date>
    <item>
      <title>indexing program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/indexing-program/m-p/571811#M161325</link>
      <description>&lt;DIV class="mt-info-text"&gt;I have an indexing program but every time I use it generates an error :&lt;/DIV&gt;&lt;DIV class="mt-info-text"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mt-info-text"&gt;&lt;STRONG&gt;"GOPTIONS ACCESSIBLE;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;proc datasets library=DATA AML;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ERROR: El libref DATA AML no se ha asignado.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;NOTE: Statements not processed because of errors noted above.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;modify TBL BI CLIENTES;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;INDEX CREATE NROIDENTIFICACION;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ERROR: There is no data set to modify.&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="mt-info-text"&gt;&lt;STRONG&gt;&amp;nbsp;quit;"&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="mt-info-text"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mt-info-text"&gt;&lt;DIV class="mt-info-text"&gt;I'd like to find a code that assigns me the bookcase before it's indexed.&lt;/DIV&gt;&lt;DIV class="mt-info-text"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mt-info-text"&gt;&lt;DIV class="mt-info-text"&gt;&lt;U&gt;I LEAVE MY INDEXATION CODE&lt;/U&gt;&lt;/DIV&gt;&lt;DIV class="mt-info-text"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mt-info-text"&gt;&lt;U&gt;proc datasets library=DATA_AML;&lt;BR /&gt;modify TBL_BI_CLIENTES;&lt;BR /&gt;INDEX CREATE NROIDENTIFICACION;&lt;BR /&gt;quit;&lt;BR /&gt;&lt;/U&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 08 Jul 2019 15:11:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/indexing-program/m-p/571811#M161325</guid>
      <dc:creator>yesidgranadosv</dc:creator>
      <dc:date>2019-07-08T15:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: indexing program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/indexing-program/m-p/571813#M161327</link>
      <description>&lt;P&gt;You need to have a library assigned before you can use it. Use the libname statement for this.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2019 15:13:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/indexing-program/m-p/571813#M161327</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-07-08T15:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: indexing program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/indexing-program/m-p/571836#M161334</link>
      <description>&lt;DIV class="mt-info-text"&gt;it doesn't work for me, you can give me an example&lt;/DIV&gt;</description>
      <pubDate>Mon, 08 Jul 2019 15:53:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/indexing-program/m-p/571836#M161334</guid>
      <dc:creator>yesidgranadosv</dc:creator>
      <dc:date>2019-07-08T15:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: indexing program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/indexing-program/m-p/571844#M161335</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname mylib "path_to_library";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;mylib is the reference you will use later, path_to_library is the fully qualified path to the directory as defined in the filesystem.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2019 16:04:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/indexing-program/m-p/571844#M161335</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-07-08T16:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: indexing program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/indexing-program/m-p/572192#M161464</link>
      <description>&lt;DIV class="mt-info-text"&gt;I have not been useful&lt;/DIV&gt;</description>
      <pubDate>Tue, 09 Jul 2019 18:44:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/indexing-program/m-p/572192#M161464</guid>
      <dc:creator>yesidgranadosv</dc:creator>
      <dc:date>2019-07-09T18:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: indexing program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/indexing-program/m-p/572199#M161469</link>
      <description>&lt;P&gt;Please post the&amp;nbsp;&lt;EM&gt;whole&lt;/EM&gt; log of the libname statement and the proc datasets. Copy/paste it into a window opened with the {i} button.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 19:04:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/indexing-program/m-p/572199#M161469</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-07-09T19:04:16Z</dc:date>
    </item>
  </channel>
</rss>

