<?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: No visual content after running report in Excel in Microsoft Integration with SAS</title>
    <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/No-visual-content-after-running-report-in-Excel/m-p/597467#M2439</link>
    <description>just take out the ODS statements.</description>
    <pubDate>Thu, 17 Oct 2019 18:36:37 GMT</pubDate>
    <dc:creator>tomrvincent</dc:creator>
    <dc:date>2019-10-17T18:36:37Z</dc:date>
    <item>
      <title>No visual content after running report in Excel</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/No-visual-content-after-running-report-in-Excel/m-p/470659#M2254</link>
      <description>&lt;P&gt;Hello, I am trying to run a Stored Process from the SAS tab in Excel (Reports button). After running it, I get the following message: "Stored Process has completed with no visual content. You can refresh this analysis through the Manage Content dialog box". Below you can see my code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel;

 

create table DAI as
select DISTINCT (A.V_NUMBER), B.PHRDEDN_APPLICABLE_GROSS
from UVICRPT.V_HRS_PAYROLL_PHRHIST A, UVICRPT.V_HRS_PAYROLL_PHRDEDN B
WHERE A.PHRHIST_DISP in ('70')
AND A.PHRHIST_PAYNO = &amp;amp;PayNo AND B.PHRDEDN_PAYNO = &amp;amp;PayNo
AND A.PHRHIST_PICT_CODE = "&amp;amp;PictCode" AND B.PHRDEDN_PICT_CODE = "&amp;amp;PictCode"
AND A.PHRHIST_YEAR = B.PHRDEDN_YEAR
AND A.PHRHIST_SEQ_NO = B.PHRDEDN_SEQ_NO;
run;

 

ods excel options(sheet_interval="table" sheet_name="Koala");
proc print data=DAI style=Table noobs;
run;

ods excel close;

QUIT;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;All I want is a new sheet in the book I'm working on named "Koala" with the table displayed.&lt;/P&gt;&lt;P&gt;What am I doing wrong? Any help?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 17:22:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/No-visual-content-after-running-report-in-Excel/m-p/470659#M2254</guid>
      <dc:creator>lmonteros</dc:creator>
      <dc:date>2018-06-15T17:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: No visual content after running report in Excel</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/No-visual-content-after-running-report-in-Excel/m-p/597467#M2439</link>
      <description>just take out the ODS statements.</description>
      <pubDate>Thu, 17 Oct 2019 18:36:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/No-visual-content-after-running-report-in-Excel/m-p/597467#M2439</guid>
      <dc:creator>tomrvincent</dc:creator>
      <dc:date>2019-10-17T18:36:37Z</dc:date>
    </item>
  </channel>
</rss>

