<?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: Macro SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Macro-SAS/m-p/320915#M70752</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/117945"&gt;@Tap222&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Instead book.ytdsales.I am using work.ytd slaes its working.When I run this code a library name book created but In SAS log file it says book doesnot exist.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This is because &lt;STRONG&gt;&lt;U&gt;the path for your library book does not exist&lt;/U&gt;&lt;/STRONG&gt; (in the scope of your SAS process, which might be on a remote server or in a virtual machine).&lt;/P&gt;</description>
    <pubDate>Fri, 23 Dec 2016 11:50:44 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2016-12-23T11:50:44Z</dc:date>
    <item>
      <title>Macro SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro-SAS/m-p/320892#M70739</link>
      <description>&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/6476iC440A0B04A952258/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="error.png" title="error.png" /&gt;&lt;/P&gt;&lt;P&gt;whay it showing error &amp;nbsp;with following code?&lt;/P&gt;&lt;P&gt;libname books "C:\books\datasets";&lt;BR /&gt;data book.ytdsales(label='Sales for 2014');&lt;BR /&gt;attrib section length=$30 label='Section'&lt;BR /&gt;booktitle length=$50 label='Title of Book'&lt;BR /&gt;author length=$50 label='First Author'&lt;BR /&gt;publisher length=$50 label='Publisher'&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2016 10:09:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro-SAS/m-p/320892#M70739</guid>
      <dc:creator>Tap222</dc:creator>
      <dc:date>2016-12-23T10:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Macro SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro-SAS/m-p/320895#M70741</link>
      <description>&lt;P&gt;This has&amp;nbsp;&lt;STRONG&gt;nothing&lt;/STRONG&gt; to do with macro SAS. &amp;nbsp;The program is telling you that the path:&lt;/P&gt;
&lt;P&gt;c:\books\datasets&lt;/P&gt;
&lt;P&gt;Does not exist. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This can mean you don't have a directory named that or&amp;nbsp;SAS doesn't have access to it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What software are you using, SAS UE version is mounted in a virtual image and you need to use Unix paths to certain areas to get data, you can't use local C drive.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2016 10:23:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro-SAS/m-p/320895#M70741</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-12-23T10:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Macro SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro-SAS/m-p/320896#M70742</link>
      <description>&lt;P&gt;1) There is no folder : &lt;STRONG&gt;C:\books\datasets&lt;/STRONG&gt;&amp;nbsp;- check again the exact path name.&lt;/P&gt;
&lt;P&gt;2) if you define&amp;nbsp;&lt;STRONG&gt;libname books '...'&lt;/STRONG&gt; then refer &amp;nbsp;to dataset should be&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG&gt;books.&lt;/STRONG&gt;&amp;lt;data set name&amp;gt; and not &lt;STRONG&gt;book&lt;/STRONG&gt;.&amp;lt;dataset name&amp;gt; &amp;nbsp;(letter S is absent)&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2016 10:27:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro-SAS/m-p/320896#M70742</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2016-12-23T10:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Macro SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro-SAS/m-p/320897#M70743</link>
      <description>&lt;P&gt;Instead book.ytdsales.I am using work.ytd slaes its working.When I run this code a library name book created but In SAS log file it says book doesnot exist.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2016 10:35:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro-SAS/m-p/320897#M70743</guid>
      <dc:creator>Tap222</dc:creator>
      <dc:date>2016-12-23T10:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Macro SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro-SAS/m-p/320899#M70745</link>
      <description>&lt;P&gt;you defined libname&amp;nbsp;&lt;STRONG&gt;book&lt;FONT color="#FF0000"&gt;s&lt;/FONT&gt;&lt;/STRONG&gt; not libname &lt;STRONG&gt;book.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;change to libname&lt;STRONG&gt; book &lt;/STRONG&gt;and post your new log again&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2016 10:54:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro-SAS/m-p/320899#M70745</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2016-12-23T10:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Macro SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro-SAS/m-p/320915#M70752</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/117945"&gt;@Tap222&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Instead book.ytdsales.I am using work.ytd slaes its working.When I run this code a library name book created but In SAS log file it says book doesnot exist.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This is because &lt;STRONG&gt;&lt;U&gt;the path for your library book does not exist&lt;/U&gt;&lt;/STRONG&gt; (in the scope of your SAS process, which might be on a remote server or in a virtual machine).&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2016 11:50:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro-SAS/m-p/320915#M70752</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-12-23T11:50:44Z</dc:date>
    </item>
  </channel>
</rss>

