<?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: Switching to SAS EG and having PROC REPORT issues in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Switching-to-SAS-EG-and-having-PROC-REPORT-issues/m-p/355363#M23396</link>
    <description>&lt;P&gt;Actually, it might not be permission related at all. It's more likely windows/windows server vs. the unix box.&amp;nbsp; I'm not sure if you have any directories that are accessible in both, but it would not suprise me if not based on my experience.&lt;/P&gt;</description>
    <pubDate>Tue, 02 May 2017 18:57:10 GMT</pubDate>
    <dc:creator>collinelliot</dc:creator>
    <dc:date>2017-05-02T18:57:10Z</dc:date>
    <item>
      <title>Switching to SAS EG and having PROC REPORT issues</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Switching-to-SAS-EG-and-having-PROC-REPORT-issues/m-p/355348#M23391</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am pretty familiar with BASE SAS and have been coding for about 6-7 years.&amp;nbsp; However, we are switching over the SAS EG and have a SAS server and such instead of SAS operating onto your local machine.&amp;nbsp; Here is a basic report that worked in Base SAS but doesn't work in SAS EG.&amp;nbsp; Any insight in how to correct the issue or a new path to try would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BASE SAS CODE that works&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;ODS&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;HTML&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;BODY&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"\\fs01\office\DQG\Data Managers\003\CCP\TEST.XLS"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;report&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=test &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;nowd&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;(report)=[outputwidth=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;7&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;in font_size=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;8&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;pt font_face=calibri] &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;(hdr)=[font_size=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;10&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;pt background=CX4F89BE foreground=white &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;font_weight=bold font_face=calibri]&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;(lines)=[just=left background=CX808080 font_size=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;9&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;pt &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;foreground=white font_face=calibri font_weight=bold]&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;(summary)=[background=lightgrey]; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;title&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;'Using ExcelXP'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;column&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; (&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'District IRN'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; RPTING_LEA_IRN) (&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'Grade Level'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; STATE_EQUIV_GRADE_LEVEL_CODE) (&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'Count'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; count) ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; RPTING_LEA_IRN / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;group&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;''&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; STATE_EQUIV_GRADE_LEVEL_CODE / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;group&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;''&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; count / &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;''&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;HTML&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;CLOSE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;SAS EG CODE that doesn't work&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;ODS&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;HTML&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;BODY&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"\\fs01\office\DQG\Data Managers\003\CCP\TEST.XLS"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;report&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=test &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;nowd&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;(report)=[outputwidth=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;7&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;in font_size=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;8&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;pt font_face=calibri] &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;(hdr)=[font_size=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;10&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;pt background=CX4F89BE foreground=white &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;font_weight=bold font_face=calibri]&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;(lines)=[just=left background=CX808080 font_size=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;9&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;pt &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;foreground=white font_face=calibri font_weight=bold]&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;(summary)=[background=lightgrey]; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;title&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;'Using ExcelXP'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;column&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; (&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'District IRN'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; RPTING_LEA_IRN) (&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'Grade Level'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; STATE_EQUIV_GRADE_LEVEL_CODE) (&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'Count'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; count) ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; RPTING_LEA_IRN / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;group&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;''&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; STATE_EQUIV_GRADE_LEVEL_CODE / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;group&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;''&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; count / &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;''&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;HTML&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;CLOSE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Thanks again!&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 18:30:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Switching-to-SAS-EG-and-having-PROC-REPORT-issues/m-p/355348#M23391</guid>
      <dc:creator>brian_clark</dc:creator>
      <dc:date>2017-05-02T18:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Switching to SAS EG and having PROC REPORT issues</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Switching-to-SAS-EG-and-having-PROC-REPORT-issues/m-p/355357#M23392</link>
      <description>&lt;P&gt;What do you mean by&amp;nbsp;it doesn't work? Is there an error in the log?&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 18:48:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Switching-to-SAS-EG-and-having-PROC-REPORT-issues/m-p/355357#M23392</guid>
      <dc:creator>collinelliot</dc:creator>
      <dc:date>2017-05-02T18:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Switching to SAS EG and having PROC REPORT issues</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Switching-to-SAS-EG-and-having-PROC-REPORT-issues/m-p/355359#M23393</link>
      <description>&lt;P&gt;Correct!&amp;nbsp; I get two errors.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first error states insufficient authorization to access:&lt;/P&gt;&lt;P&gt;ERROR: Insufficient authorization to access /usr/local/config/Lev1/SASApp/\\fs01\office\DQG\Data Managers\003\CCP\TEST.XLS.&lt;/P&gt;&lt;P&gt;The second error states no body file:&lt;/P&gt;&lt;P&gt;ERROR: No body file. HTML output will not be created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 18:51:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Switching-to-SAS-EG-and-having-PROC-REPORT-issues/m-p/355359#M23393</guid>
      <dc:creator>brian_clark</dc:creator>
      <dc:date>2017-05-02T18:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Switching to SAS EG and having PROC REPORT issues</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Switching-to-SAS-EG-and-having-PROC-REPORT-issues/m-p/355361#M23394</link>
      <description>&lt;P&gt;I think the second error is related to the first.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you change the path to one where you are sure you have access and see if it works? And if it does, then I think you need to talk to your IT/SAS Admin about the permission issue when you're in the Unix environment.&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 18:54:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Switching-to-SAS-EG-and-having-PROC-REPORT-issues/m-p/355361#M23394</guid>
      <dc:creator>collinelliot</dc:creator>
      <dc:date>2017-05-02T18:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Switching to SAS EG and having PROC REPORT issues</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Switching-to-SAS-EG-and-having-PROC-REPORT-issues/m-p/355362#M23395</link>
      <description>&lt;P&gt;Your SAS runs on UNIX, therefore you need to use UNIX filename syntax. And make sure that the SAS server has the resource from fs01 mounted, so you can find it in the server's filesystem.&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 18:57:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Switching-to-SAS-EG-and-having-PROC-REPORT-issues/m-p/355362#M23395</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-05-02T18:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Switching to SAS EG and having PROC REPORT issues</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Switching-to-SAS-EG-and-having-PROC-REPORT-issues/m-p/355363#M23396</link>
      <description>&lt;P&gt;Actually, it might not be permission related at all. It's more likely windows/windows server vs. the unix box.&amp;nbsp; I'm not sure if you have any directories that are accessible in both, but it would not suprise me if not based on my experience.&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 18:57:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Switching-to-SAS-EG-and-having-PROC-REPORT-issues/m-p/355363#M23396</guid>
      <dc:creator>collinelliot</dc:creator>
      <dc:date>2017-05-02T18:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Switching to SAS EG and having PROC REPORT issues</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Switching-to-SAS-EG-and-having-PROC-REPORT-issues/m-p/355364#M23397</link>
      <description>&lt;P&gt;PS: Maxim 15: Know your playing field (operating system).&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 18:59:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Switching-to-SAS-EG-and-having-PROC-REPORT-issues/m-p/355364#M23397</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-05-02T18:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Switching to SAS EG and having PROC REPORT issues</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Switching-to-SAS-EG-and-having-PROC-REPORT-issues/m-p/355366#M23398</link>
      <description>&lt;P&gt;When I talked to IT/ADMIN this is what they replied.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;When you write to the file server (F01) you are actually contacting a SAS program called SAS PC file server. It handles the translation of UNIX type file systems to windows file system. It only works on a very specific set of Microsoft Office files. &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;FONT color="#000000" face="Calibri"&gt;The error I get shows it is trying to write the file to a file system on the SAS Linux server. That would tell me that SAS doesn’t recognize the file you are trying to create as a Microsoft Office format file. It could also indicate that the &lt;/FONT&gt;&lt;SPAN style="background: white; color: blue; font-family: &amp;quot;Courier New&amp;quot;;"&gt;ODS&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: &amp;quot;Courier New&amp;quot;;"&gt;HTML&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: &amp;quot;Courier New&amp;quot;;"&gt;BODY directive &lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style="background: white;"&gt;&lt;FONT face="Calibri"&gt;&lt;FONT size="3"&gt;&lt;FONT color="#000000"&gt;doesn’t&lt;/FONT&gt; &lt;/FONT&gt;&lt;FONT color="#000000" size="3"&gt;talk to the SAS interface that forwards the stuff to the PC file server.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 19:02:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Switching-to-SAS-EG-and-having-PROC-REPORT-issues/m-p/355366#M23398</guid>
      <dc:creator>brian_clark</dc:creator>
      <dc:date>2017-05-02T19:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Switching to SAS EG and having PROC REPORT issues</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Switching-to-SAS-EG-and-having-PROC-REPORT-issues/m-p/355369#M23399</link>
      <description>&lt;P&gt;Use proc export with dbms=excelcs, and supply the server name (of the PC Files Server) as stated in the respective documentation.&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 19:12:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Switching-to-SAS-EG-and-having-PROC-REPORT-issues/m-p/355369#M23399</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-05-02T19:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Switching to SAS EG and having PROC REPORT issues</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Switching-to-SAS-EG-and-having-PROC-REPORT-issues/m-p/355441#M23400</link>
      <description>&lt;P&gt;Using code like this to lie to Excel&lt;/P&gt;
&lt;PRE&gt;ODS HTML BODY = "\\fs01\office\DQG\Data Managers\003\CCP\TEST.XLS"&lt;/PRE&gt;
&lt;P&gt;has always been a poor, though somewhat common,&amp;nbsp;choice. Save the files with the correct extension and use a FILE-Open or right click and open to view in a different program than the default.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 23:42:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Switching-to-SAS-EG-and-having-PROC-REPORT-issues/m-p/355441#M23400</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-05-02T23:42:41Z</dc:date>
    </item>
  </channel>
</rss>

