<?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 SAS and WPS - Code works in SAS but not WPS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-and-WPS-Code-works-in-SAS-but-not-WPS/m-p/379372#M91314</link>
    <description>&lt;P&gt;i am trying to run the below code in WPS server but it's not working. However, in SAS studio the code is running sucessfully. Please help me running it on WPS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error file is attached below.&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/14142iFE83A6BB3445CA41/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Untitled.png" title="Untitled.png" /&gt;</description>
    <pubDate>Wed, 26 Jul 2017 22:54:38 GMT</pubDate>
    <dc:creator>atulsingh</dc:creator>
    <dc:date>2017-07-26T22:54:38Z</dc:date>
    <item>
      <title>SAS and WPS - Code works in SAS but not WPS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-and-WPS-Code-works-in-SAS-but-not-WPS/m-p/379372#M91314</link>
      <description>&lt;P&gt;i am trying to run the below code in WPS server but it's not working. However, in SAS studio the code is running sucessfully. Please help me running it on WPS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error file is attached below.&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/14142iFE83A6BB3445CA41/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Untitled.png" title="Untitled.png" /&gt;</description>
      <pubDate>Wed, 26 Jul 2017 22:54:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-and-WPS-Code-works-in-SAS-but-not-WPS/m-p/379372#M91314</guid>
      <dc:creator>atulsingh</dc:creator>
      <dc:date>2017-07-26T22:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: BASE SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-and-WPS-Code-works-in-SAS-but-not-WPS/m-p/379376#M91315</link>
      <description>&lt;P&gt;Well, from that error it is telling you that refname- a file reference - either has not been set, does not exist, or the system does not have access to the file. &amp;nbsp;Fix the filref to point to a valid area/file to which the system has access to.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 13:35:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-and-WPS-Code-works-in-SAS-but-not-WPS/m-p/379376#M91315</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-07-26T13:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: BASE SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-and-WPS-Code-works-in-SAS-but-not-WPS/m-p/379379#M91316</link>
      <description>&lt;P&gt;I don't know, how to provide reference to external files in wps.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 13:44:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-and-WPS-Code-works-in-SAS-but-not-WPS/m-p/379379#M91316</guid>
      <dc:creator>atulsingh</dc:creator>
      <dc:date>2017-07-26T13:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: BASE SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-and-WPS-Code-works-in-SAS-but-not-WPS/m-p/379388#M91318</link>
      <description>&lt;P&gt;You will need to consult the manual on WPS as I don't use that, however you should be able to do it in the code there with a&lt;/P&gt;
&lt;P&gt;fileref rename "&amp;lt;path to file&amp;gt;/&amp;lt;filename&amp;gt;";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/69955/HTML/default/viewer.htm#n07buc7sg08fdrn1c1jmmr8hl78r.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/hostwin/69955/HTML/default/viewer.htm#n07buc7sg08fdrn1c1jmmr8hl78r.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 13:54:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-and-WPS-Code-works-in-SAS-but-not-WPS/m-p/379388#M91318</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-07-26T13:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: BASE SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-and-WPS-Code-works-in-SAS-but-not-WPS/m-p/379389#M91319</link>
      <description>&lt;P&gt;Use the filename statement, just as you do in SAS. That is &lt;EM&gt;very basic&lt;/EM&gt; SAS syntax.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 13:55:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-and-WPS-Code-works-in-SAS-but-not-WPS/m-p/379389#M91319</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-07-26T13:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: BASE SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-and-WPS-Code-works-in-SAS-but-not-WPS/m-p/379425#M91328</link>
      <description>WPS reads the file the same way SAS does. In datafile parameter include the full path to your file on your server. Note that your server likely can't see your desktop and any files on your local drive.</description>
      <pubDate>Wed, 26 Jul 2017 15:23:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-and-WPS-Code-works-in-SAS-but-not-WPS/m-p/379425#M91328</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-26T15:23:08Z</dc:date>
    </item>
  </channel>
</rss>

