<?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 Stored Process and SAS WebAnalytics in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Stored-Process-and-SAS-WebAnalytics/m-p/445#M1484</link>
    <description>Do anyome have experiences by using Stored process with SAS WebAnalytics?</description>
    <pubDate>Wed, 19 Apr 2006 12:53:38 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2006-04-19T12:53:38Z</dc:date>
    <item>
      <title>Stored Process and SAS WebAnalytics</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Process-and-SAS-WebAnalytics/m-p/445#M1484</link>
      <description>Do anyome have experiences by using Stored process with SAS WebAnalytics?</description>
      <pubDate>Wed, 19 Apr 2006 12:53:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Process-and-SAS-WebAnalytics/m-p/445#M1484</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-04-19T12:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process and SAS WebAnalytics</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Process-and-SAS-WebAnalytics/m-p/446#M1485</link>
      <description>The main documentation page for Web Analytics can be found at:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/onlinedoc/webanalytics/" target="_blank"&gt;http://support.sas.com/documentation/onlinedoc/webanalytics/&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Chapter 14 of the document, "SAS Web Analytics 5.2: Administrator's Guide" discusses the use of stored processes.&lt;BR /&gt;
&lt;BR /&gt;
Vince DelGobbo&lt;BR /&gt;
SAS R&amp;amp;D</description>
      <pubDate>Mon, 24 Apr 2006 14:49:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Process-and-SAS-WebAnalytics/m-p/446#M1485</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2006-04-24T14:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process and SAS WebAnalytics</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Process-and-SAS-WebAnalytics/m-p/447#M1486</link>
      <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
I am also using (trying) Stored Process within SAS WebAnalytics.&lt;BR /&gt;
I would like to use a basic stored process that display a text; ex=&amp;gt; stphello.sas&lt;BR /&gt;
(%stpbegin;&lt;BR /&gt;
 /*simply write out a web page that says "Hello World!"*/&lt;BR /&gt;
data _null_;&lt;BR /&gt;
  file _webout;&lt;BR /&gt;
  put '';&lt;BR /&gt;
  put '&lt;TITLE&gt;Hello World!&lt;/TITLE&gt;';&lt;BR /&gt;
  put '';&lt;BR /&gt;
  put '&lt;H1&gt;Hello World!&lt;/H1&gt;';&lt;BR /&gt;
  put '';&lt;BR /&gt;
  put '';&lt;BR /&gt;
run;&lt;BR /&gt;
%stpend;&lt;BR /&gt;
)&lt;BR /&gt;
&lt;BR /&gt;
This is not possible with the SAS WebAnalytics GUI (???), a dataset is required; If such stored process is defined and run into SAS WebAnalytics message with no table is displayed.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Does anyome know if the use of such SAS stored process can be perform?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
GN</description>
      <pubDate>Wed, 07 Jun 2006 14:09:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Process-and-SAS-WebAnalytics/m-p/447#M1486</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-06-07T14:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process and SAS WebAnalytics</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Process-and-SAS-WebAnalytics/m-p/448#M1487</link>
      <description>I don't know a whole lot about the Web Analytics application, but in reading the documentation (see link above), it seems to me that they do not support generic stored processes.  Rather, they support stored processes that are intended to provide further analysis of the data that was collected and stored in a SAS table.  That is why you are being asked to specify a table.&lt;BR /&gt;
&lt;BR /&gt;
Using a "report link" may be something for you to investigate (see documentation link above).&lt;BR /&gt;
&lt;BR /&gt;
I hope that this information helps you.  If not, you may want to consider opening a track with our Technical Support department:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup/contact/submit_emits2.html" target="_blank"&gt;http://support.sas.com/techsup/contact/submit_emits2.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Vince DelGobbo&lt;BR /&gt;
SAS R&amp;amp;D</description>
      <pubDate>Wed, 07 Jun 2006 17:20:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Process-and-SAS-WebAnalytics/m-p/448#M1487</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2006-06-07T17:20:28Z</dc:date>
    </item>
  </channel>
</rss>

