<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blogging about all things SAS &#187; SAS Sharepoint</title>
	<atom:link href="http://blog.saasinct.com/tag/sas-sharepoint/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.saasinct.com</link>
	<description>::       Sharing with the world everything we discover about SAS.</description>
	<lastBuildDate>Wed, 01 Sep 2010 06:56:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Publishing SAS Content to Sharepoint</title>
		<link>http://blog.saasinct.com/2009/05/14/publishing-sas-content-to-sharepoint/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=publishing-sas-content-to-sharepoint</link>
		<comments>http://blog.saasinct.com/2009/05/14/publishing-sas-content-to-sharepoint/#comments</comments>
		<pubDate>Thu, 14 May 2009 09:24:18 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[Portal]]></category>
		<category><![CDATA[x - Notes to Self]]></category>
		<category><![CDATA[SAS Sharepoint]]></category>

		<guid isPermaLink="false">http://blog.sasinct.com/2009/05/14/publishing-sas-content-to-sharepoint/</guid>
		<description><![CDATA[Had a question on my blog about SAS Web parts that are available for Sharepoint and where to download them or install them from. While researching the questin (sorry Joseph stil haven&#8217;t found them) I found this code in the SAS Paper I referenced: data sampledata; do n=1 to 1000; x=int(ranuni(77777)*7); y=int(ranuni(77777)*5); output; end; run; [...]]]></description>
			<content:encoded><![CDATA[<p>Had a question on my blog about <a href="http://blog.sasinct.com/2009/04/11/sas-and-sharepoint/" target="_blank">SAS Web parts that are available for Sharepoint</a> and where to download them or install them from.</p>
<p>While researching the questin (sorry Joseph stil haven&#8217;t found them) I found this code in the SAS Paper I referenced:</p>
<p><font color="#999999">data sampledata;<br />
do n=1 to 1000;<br />
x=int(ranuni(77777)*7);<br />
y=int(ranuni(77777)*5);<br />
output;<br />
end;<br />
run;</font></p>
<p><font color="#999999">filename out &#8216;\\mySharePointServer\Shared Documents\ProcFreqExample.html&#8217;;</font></p>
<p><font color="#999999">ODS HTML encoding=UTF8 body=out dev=gif;</font></p>
<p><font color="#999999">proc freq data=sampledata;<br />
tables height*weight / chisq;<br />
run;</font></p>
<p><font color="#999999">ODS HTML close; </font></p>
<p>So effectively you can publish to sharepoint using a simple UNC link.</p>
<p>I know I am going to need this in the future so this blog is a note to self.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://blog.saasinct.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.saasinct.com/2009/05/14/publishing-sas-content-to-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
