<?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: PROC EXPORT with PCFILES Service in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-with-PCFILES-Service/m-p/172756#M44516</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Feb 2015 23:47:03 GMT</pubDate>
    <dc:creator>PTD_SAS</dc:creator>
    <dc:date>2015-02-18T23:47:03Z</dc:date>
    <item>
      <title>PROC EXPORT with PCFILES Service</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-with-PCFILES-Service/m-p/172752#M44512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I run 64 bit SAS 9.4 M2 on Windows 7 and using PROC EXPORT with EXCELCS engine to export to 32 bit Excel. SAS PC Files service is installed. The workbook I export to has multiple sheets and has xlsb format. I have installed the correct version of PC Files Server to match the bits and SAS version. The problem I have is everything runs fine under my own account but the program hangs without errors under another account we have to run SAS batch jobs. Both accounts have administrator privileges. It's very puzzling, it looks like the cause may be some differences in the account properties/attributes? Would anyone be able to help?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 05:15:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-with-PCFILES-Service/m-p/172752#M44512</guid>
      <dc:creator>PTD_SAS</dc:creator>
      <dc:date>2015-02-18T05:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT with PCFILES Service</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-with-PCFILES-Service/m-p/172753#M44513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use ODS TAGSETS.EXCELXP to create Excel-readable .xml files.&lt;/P&gt;&lt;P&gt;- no 32/64 bit problems&lt;/P&gt;&lt;P&gt;- only Base SAS needed (no PC Files Server)&lt;/P&gt;&lt;P&gt;- will run on ANY platform&lt;/P&gt;&lt;P&gt;This should alleviate all problems arising from different configurations/privileges of the accounts involved&lt;/P&gt;&lt;P&gt;On top of this:&lt;/P&gt;&lt;P&gt;- can do report formatting (PROC EXPORT only delivers data)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 07:32:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-with-PCFILES-Service/m-p/172753#M44513</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-02-18T07:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT with PCFILES Service</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-with-PCFILES-Service/m-p/172754#M44514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kurt,&lt;/P&gt;&lt;P&gt;Thanks for that. Would you have any example code using tagsets for Excel? Just in case, because I'm not familiar with this. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 23:30:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-with-PCFILES-Service/m-p/172754#M44514</guid>
      <dc:creator>PTD_SAS</dc:creator>
      <dc:date>2015-02-18T23:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT with PCFILES Service</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-with-PCFILES-Service/m-p/172755#M44515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Here's a simple test:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: Consolas; font-size: 9pt;"&gt;ods &lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt;tagsets.excelxp &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: Consolas; font-size: 9pt;"&gt;file&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: Consolas; font-size: 9pt;"&gt;"\MyDir\class.xml"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: navy; font-family: Consolas; font-size: 9pt;"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;STRONG style="color: navy; font-size: 9pt; background: white; font-family: Consolas;"&gt;report&lt;/STRONG&gt; &lt;SPAN style="background: white; color: blue; font-family: Consolas; font-size: 9pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt; = sashelp.class &lt;SPAN style="background: white; color: blue; font-family: Consolas; font-size: 9pt;"&gt;nowd&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: Consolas; font-size: 9pt;"&gt;missing&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt;; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 9pt; background: white; font-family: Consolas;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: Consolas; font-size: 9pt;"&gt;ods &lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt;tagsets.excelxp &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: Consolas; font-size: 9pt;"&gt;close&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 23:40:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-with-PCFILES-Service/m-p/172755#M44515</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-02-18T23:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT with PCFILES Service</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-with-PCFILES-Service/m-p/172756#M44516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 23:47:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-with-PCFILES-Service/m-p/172756#M44516</guid>
      <dc:creator>PTD_SAS</dc:creator>
      <dc:date>2015-02-18T23:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT with PCFILES Service</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-with-PCFILES-Service/m-p/172757#M44517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does it run fine in batch under your own account?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 02:26:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-with-PCFILES-Service/m-p/172757#M44517</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-02-19T02:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT with PCFILES Service</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-with-PCFILES-Service/m-p/172758#M44518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it runs fine under my own account in batch or interactively. It's the other account we have specifically for batch jobs that is giving the problem. The workbook has quite a few sheets but I wouldnt think that would be a problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 02:36:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-with-PCFILES-Service/m-p/172758#M44518</guid>
      <dc:creator>PTD_SAS</dc:creator>
      <dc:date>2015-02-19T02:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT with PCFILES Service</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-with-PCFILES-Service/m-p/172759#M44519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It may be that the other account has problems accessing the PC Files server because of some policies within Windows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 06:25:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-with-PCFILES-Service/m-p/172759#M44519</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-02-19T06:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT with PCFILES Service</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-with-PCFILES-Service/m-p/172760#M44520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I think this is the most likely cause. I asked our IT department to compare the properties of the 2 accounts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Feb 2015 21:41:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-with-PCFILES-Service/m-p/172760#M44520</guid>
      <dc:creator>PTD_SAS</dc:creator>
      <dc:date>2015-02-22T21:41:45Z</dc:date>
    </item>
  </channel>
</rss>

