<?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: ODS FILE Option for WRS in SAS Web Report Studio</title>
    <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/ODS-FILE-Option-for-WRS/m-p/367711#M2372</link>
    <description>&lt;P&gt;SAS Web Report Studio supports only those&amp;nbsp;stored processes that conform to a very&amp;nbsp;specific set of rules. For example, the stored process must produce package output so the _WEBOUT fileref is not supported. This SAS note has a summary of the major rules:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/47/839.html" target="_blank"&gt;http://support.sas.com/kb/47/839.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The alternative is to use the SAS Stored Process Web Application instead.&lt;/P&gt;</description>
    <pubDate>Fri, 16 Jun 2017 13:29:08 GMT</pubDate>
    <dc:creator>Madelyn_SAS</dc:creator>
    <dc:date>2017-06-16T13:29:08Z</dc:date>
    <item>
      <title>ODS FILE Option for WRS</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/ODS-FILE-Option-for-WRS/m-p/367617#M2371</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My stored process code is running fine when I give file option for ODS Statemnt .But as per requirement I have to run this report from WRS &amp;amp; want to see output in WRS only.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure what filename or path option should I give.&lt;/P&gt;&lt;P&gt;I tried _webout its say insufficent authorixation access.If I remove ods statmement I can view report in WRS .&lt;/P&gt;&lt;P&gt;Is there any option I am missing to give.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ODS html file="/kms/warehouse/sffecm/malhotrd/Cost Avoidance.html" style=journal ;&lt;/P&gt;&lt;P&gt;options nocenter;&lt;BR /&gt;proc report data=final_monthly_rpt style(header)= [just=left font_weight=bold] Style(report)={frame=void};&lt;BR /&gt;column case_category_cd_desc ('Current Month' Current_Month) ('QUARTER YTD' QTD) ('FY YTD' YTD);&lt;BR /&gt;define case_category_cd_desc/group 'Total Dollars Recouped for each category defined' style(column) =[indent =25 cellwidth=4 in] ;&lt;BR /&gt;define Current_Month/analysis sum format=DOLLAR10.2 ' ' style=[cellwidth=1.2 in just=left] ;&lt;BR /&gt;define QTD/analysis sum format=DOLLAR10.2 ' ' style=[cellwidth=1.2 in just=left] ;&lt;BR /&gt;define YTD/analysis sum format=DOLLAR10.2 ' ' style=[cellwidth=1.2 in just=left] ;&lt;BR /&gt;RBREAK AFTER /SUMMARIZE UL OL;&lt;BR /&gt;compute after;&lt;BR /&gt;case_category_cd_desc='Total Identified Recoupment Dollars upon Case Closing';&lt;BR /&gt;call define(_ROW_,'style','style={font_weight=bold background=ALICEBLUE just = left }');&lt;BR /&gt;endcomp;&lt;BR /&gt;options missing=0;&lt;BR /&gt;run;&lt;BR /&gt;title1;&lt;BR /&gt;title2;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Automatic variable I can see in code log related to ODS are&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;_ODSDEST=tagsets.sasreport13&lt;BR /&gt;_ODSOPTIONS=options(rolap="on") ATTRIBUTES=("CODEBASE"="&lt;A href="http://www2.sas.com/codebase/graph/v94/sasgraph.exe#version=9,4" target="_blank"&gt;http://www2.sas.com/codebase/graph/v94/sasgraph.exe#version=9,4&lt;/A&gt;")&lt;BR /&gt;_ODSSTYLE=HtmlBlue&lt;BR /&gt;_ODSSTYLESHEET=(URL="file:///C:/Program%20Files/SASHome/SASEnterpriseGuide/7.1/Styles/HtmlBlue.css")&lt;BR /&gt;_PROGRAM=/SFFECM/Project Data/Stored Process/Cost Avoidance Report&lt;BR /&gt;_REPLAY="&amp;amp;_URL?_sessionid=311F34C5-67BD-C049-8C85-1759D968E9FD&amp;amp;_program=replay&amp;amp;_entry=&amp;amp;_TMPCAT.."&lt;BR /&gt;_RESULT=PACKAGE_TO_ARCHIVE&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 07:11:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/ODS-FILE-Option-for-WRS/m-p/367617#M2371</guid>
      <dc:creator>Harish2</dc:creator>
      <dc:date>2017-06-16T07:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: ODS FILE Option for WRS</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/ODS-FILE-Option-for-WRS/m-p/367711#M2372</link>
      <description>&lt;P&gt;SAS Web Report Studio supports only those&amp;nbsp;stored processes that conform to a very&amp;nbsp;specific set of rules. For example, the stored process must produce package output so the _WEBOUT fileref is not supported. This SAS note has a summary of the major rules:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/47/839.html" target="_blank"&gt;http://support.sas.com/kb/47/839.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The alternative is to use the SAS Stored Process Web Application instead.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 13:29:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/ODS-FILE-Option-for-WRS/m-p/367711#M2372</guid>
      <dc:creator>Madelyn_SAS</dc:creator>
      <dc:date>2017-06-16T13:29:08Z</dc:date>
    </item>
  </channel>
</rss>

