<?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: Library PMLR does not exist in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Library-PMLR-does-not-exist/m-p/677529#M32544</link>
    <description>I posted the solution in your other thread.</description>
    <pubDate>Tue, 18 Aug 2020 15:46:32 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2020-08-18T15:46:32Z</dc:date>
    <item>
      <title>Library PMLR does not exist</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Library-PMLR-does-not-exist/m-p/677518#M32540</link>
      <description>&lt;PRE&gt;/*----  Run this program first  ----*/

%global PMLRfolder;
/*----  EDIT THE FOLLOWING LINE  ----*/
%let PMLRfolder=S:\workshop;

/*----  Below are some common names for course folders ----*\
%let PMLRfolder=S:\workshop\pmlr51;
%let PMLRfolder=C:\workshop\winsas\pmlr51;
%let PMLRfolder=S:\workshop\winsas\pmlr51;
%let PMLRfolder=C:\workshop;
%let PMLRfolder=S:\workshop;
\*---------------------------------------------------------*/

libname pmlr "%put &amp;amp;PMLRfolder";&lt;/PRE&gt;</description>
      <pubDate>Tue, 18 Aug 2020 15:24:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Library-PMLR-does-not-exist/m-p/677518#M32540</guid>
      <dc:creator>JDRII</dc:creator>
      <dc:date>2020-08-18T15:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Library PMLR does not exist</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Library-PMLR-does-not-exist/m-p/677521#M32541</link>
      <description>&lt;PRE&gt;libname pmlr "%put &amp;amp;PMLRfolder";&lt;/PRE&gt;
&lt;P&gt;Is incorrect syntax for a Libname. %put says to write to the log and has no place in a libname statement.&lt;/P&gt;
&lt;PRE&gt;libname pmlr "&amp;amp;PMLRfolder";&lt;/PRE&gt;
&lt;P&gt;May work if the path S:\workshop exists on your system. &lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 15:30:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Library-PMLR-does-not-exist/m-p/677521#M32541</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-08-18T15:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Library PMLR does not exist</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Library-PMLR-does-not-exist/m-p/677525#M32542</link>
      <description>&lt;PRE&gt;/*----  Run this program first  ----*/

%global PMLRfolder;
/*----  EDIT THE FOLLOWING LINE  ----*/
%let PMLRfolder=/home/u47259455/Data/pmlr00d01.sas;

/*----  Below are some common names for course folders ----*\
%let PMLRfolder=S:\workshop\pmlr51;
%let PMLRfolder=C:\workshop\winsas\pmlr51;
%let PMLRfolder=S:\workshop\winsas\pmlr51;
%let PMLRfolder=C:\workshop;
%let PMLRfolder=S:\workshop;
\*---------------------------------------------------------*/

libname pmlr "&amp;amp;PMLRfolder";&lt;/PRE&gt;&lt;P&gt;I ran that change and I received these errors&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (19).png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/48384i0B4443BF0EBD25A7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot (19).png" alt="Screenshot (19).png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 15:37:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Library-PMLR-does-not-exist/m-p/677525#M32542</guid>
      <dc:creator>JDRII</dc:creator>
      <dc:date>2020-08-18T15:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Library PMLR does not exist</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Library-PMLR-does-not-exist/m-p/677529#M32544</link>
      <description>I posted the solution in your other thread.</description>
      <pubDate>Tue, 18 Aug 2020 15:46:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Library-PMLR-does-not-exist/m-p/677529#M32544</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-08-18T15:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Library PMLR does not exist</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Library-PMLR-does-not-exist/m-p/677530#M32545</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/320924"&gt;@JDRII&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;PRE&gt;/*----  Run this program first  ----*/

%global PMLRfolder;
/*----  EDIT THE FOLLOWING LINE  ----*/
%let PMLRfolder=/home/u47259455/Data/pmlr00d01.sas;

/*----  Below are some common names for course folders ----*\
%let PMLRfolder=S:\workshop\pmlr51;
%let PMLRfolder=C:\workshop\winsas\pmlr51;
%let PMLRfolder=S:\workshop\winsas\pmlr51;
%let PMLRfolder=C:\workshop;
%let PMLRfolder=S:\workshop;
\*---------------------------------------------------------*/

libname pmlr "&amp;amp;PMLRfolder";&lt;/PRE&gt;
&lt;P&gt;I ran that change and I received these errors&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (19).png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/48384i0B4443BF0EBD25A7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot (19).png" alt="Screenshot (19).png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You changed the definition of the PMLRfolder macro variable to&lt;/P&gt;
&lt;PRE&gt;%let PMLRfolder=/home/u47259455/Data/pmlr00d01.sas;&lt;/PRE&gt;
&lt;P&gt;Libname references a storage area, in this case it should be just a folder. You have assigned it to a text file: pmlroodo1.sas which is a program.&lt;/P&gt;
&lt;P&gt;MAYBE, I have no clue where you put the, I believe training materials, you want&lt;/P&gt;
&lt;PRE&gt;%let PMLRfolder=/home/u47259455/Data;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;before executing the libname statement. Maybe.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 15:46:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Library-PMLR-does-not-exist/m-p/677530#M32545</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-08-18T15:46:44Z</dc:date>
    </item>
  </channel>
</rss>

