<?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 PC FF | Running for ever in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-PC-FF-Running-for-ever/m-p/726903#M21806</link>
    <description>&lt;P&gt;Hi folks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have a strange behavior of SAS PF File Formats. Our SAS server is Linux 64 bits. We have some users with the following error. If they try to import/export using SAS PCFF to local disk, everything works fine. But if they tried to export to the network drive remains forever on running status.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We already verify if the user has the authorization to read/write on the network and he has it. We also validate if he has "Log on as batch job" permission and it's ok.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no error in the process, only to remains running (even a little data sets) &amp;nbsp;and to continue we need to stop/cancel the process.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We already reinstall SAS PC FF. &amp;nbsp;We checked if Office is the same version (32/64bits) as SAS PC FF too. Does anyone have this kind of issue? We have a few users in the same situation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Mar 2021 20:45:28 GMT</pubDate>
    <dc:creator>MariaD</dc:creator>
    <dc:date>2021-03-16T20:45:28Z</dc:date>
    <item>
      <title>SAS PC FF | Running for ever</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-PC-FF-Running-for-ever/m-p/726903#M21806</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have a strange behavior of SAS PF File Formats. Our SAS server is Linux 64 bits. We have some users with the following error. If they try to import/export using SAS PCFF to local disk, everything works fine. But if they tried to export to the network drive remains forever on running status.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We already verify if the user has the authorization to read/write on the network and he has it. We also validate if he has "Log on as batch job" permission and it's ok.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no error in the process, only to remains running (even a little data sets) &amp;nbsp;and to continue we need to stop/cancel the process.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We already reinstall SAS PC FF. &amp;nbsp;We checked if Office is the same version (32/64bits) as SAS PC FF too. Does anyone have this kind of issue? We have a few users in the same situation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 20:45:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-PC-FF-Running-for-ever/m-p/726903#M21806</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2021-03-16T20:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAS PC FF | Running for ever</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-PC-FF-Running-for-ever/m-p/726909#M21807</link>
      <description>&lt;P&gt;Can you share an example of how they are attempting to export the data?&lt;/P&gt;
&lt;P&gt;Include the PC files connection information plus the procedure code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A long shot, but I had an issue when moving data to One-drive as a "network drive" and had code with file paths in macro variables that a path defined like&lt;BR /&gt;%let path=d:\folder\subfolder ;&lt;/P&gt;
&lt;P&gt;would work but if it were defined with a space&lt;/P&gt;
&lt;P&gt;%let path= d:\folder\subfolder ;&lt;/P&gt;
&lt;P&gt;Things failed.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 20:56:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-PC-FF-Running-for-ever/m-p/726909#M21807</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-03-16T20:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAS PC FF | Running for ever</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-PC-FF-Running-for-ever/m-p/726925#M21808</link>
      <description>&lt;P&gt;Please post the SAS code being used.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 22:05:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-PC-FF-Running-for-ever/m-p/726925#M21808</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-03-16T22:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAS PC FF | Running for ever</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-PC-FF-Running-for-ever/m-p/727928#M21847</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/36451"&gt;@MariaD&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Your PC file server is running a remote Linux server whereas you are trying to export to a remote share drive.&lt;BR /&gt;Is the share drive a windows share?&lt;BR /&gt;Perhaps that may be the cause.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Mar 2021 17:33:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-PC-FF-Running-for-ever/m-p/727928#M21847</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2021-03-20T17:33:51Z</dc:date>
    </item>
  </channel>
</rss>

