<?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 9.1</title>
	<atom:link href="http://blog.saasinct.com/tag/sas-91/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>Fri, 18 Nov 2011 07:19:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Creating Information Map Libnames (9.1.3)</title>
		<link>http://blog.saasinct.com/2010/02/13/creating-information-map-libnames-9-1-3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=creating-information-map-libnames-9-1-3</link>
		<comments>http://blog.saasinct.com/2010/02/13/creating-information-map-libnames-9-1-3/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 08:02:05 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[Architecture and Administration]]></category>
		<category><![CDATA[SAS 9.1]]></category>
		<category><![CDATA[Information Map Libnames]]></category>
		<category><![CDATA[sasioime]]></category>

		<guid isPermaLink="false">http://blog.sasinct.com/?p=236</guid>
		<description><![CDATA[If you want to use a Information Map as a data source for tasks such as DI Studio Jobs, Stored Processes, or building OLAP cubes, you can create a SAS Library that points to a folder that contains the Information Maps. Each Information Map then gets treated as a table in the library. To do [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to use a Information Map as a data source for tasks such as DI Studio Jobs, Stored Processes, or building OLAP cubes, you can create a SAS Library that points to a folder that contains the Information Maps.</p>
<p>Each Information Map then gets treated as a table in the library.</p>
<p>To do this either use the following SAS code:</p>
<p><span style="color: #888888;">libname ImapLib sasioime<br />
user=&#8221;username&#8221;<br />
pw=&#8221;password&#8221;<br />
metaserver=&#8221;servername&#8221;<br />
metaport=8561<br />
metarepository=&#8221;Foundation&#8221;<br />
mappath=&#8221;/BIP Tree/InfoMaps/sales&#8221;</span></p>
<p>Of course you need to add your on environment settings for the variables.</p>
<p>Or you can create it in metadata by creating a libname with:</p>
<ul>
<li>Create a generic libname</li>
<li>Type =  sasioime</li>
<li>Options = user=&#8221;username&#8221; pw=&#8221;password&#8221; metaserver=&#8221;servername&#8221; metaport=8561 metarepository=&#8221;Foundation&#8221; mappath=&#8221;/BIP Tree/InfoMaps/sales&#8221;</li>
</ul>
<p>Issues to be aware of:</p>
<ul>
<li>It is slow as you are going through multiple layers to get to the data (i.e Libname &gt; Infomap &gt; Query and Reporting Services &gt; Libname &gt; Data)</li>
<li>The user is hard coded for the libname</li>
<li>If the libname has fields defined with gaps in the names the SAS Libname will not show the column.</li>
</ul>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.saasinct.com%2F2010%2F02%2F13%2Fcreating-information-map-libnames-9-1-3%2F&amp;title=Creating%20Information%20Map%20Libnames%20%289.1.3%29" id="wpa2a_2"><img src="http://blog.saasinct.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.saasinct.com/2010/02/13/creating-information-map-libnames-9-1-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing the default number of rows in WRS</title>
		<link>http://blog.saasinct.com/2009/03/03/changing-the-default-number-of-rows-in-wrs/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=changing-the-default-number-of-rows-in-wrs</link>
		<comments>http://blog.saasinct.com/2009/03/03/changing-the-default-number-of-rows-in-wrs/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 07:09:12 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[SAS 9.1]]></category>
		<category><![CDATA[Web Report Studio]]></category>
		<category><![CDATA[x - Notes to Self]]></category>
		<category><![CDATA[SAS Web Report Studio Default table rows]]></category>

		<guid isPermaLink="false">http://blog.sasinct.com/2009/03/03/changing-the-default-number-of-rows-in-wrs/</guid>
		<description><![CDATA[If you want to change the default number of rows in a WRS table from 40 to something else, this SAS support note will tell you how: Changing the default number of rows displayed and scrolled in a table in a Web Report Studio report]]></description>
			<content:encoded><![CDATA[<p>If you want to change the default number of rows in a WRS table from 40 to something else, this SAS support note will tell you how:</p>
<p><a href="http://support.sas.com/kb/12/961.html" target="_blank">Changing the default number of rows displayed and scrolled in a table in a Web Report Studio report</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.saasinct.com%2F2009%2F03%2F03%2Fchanging-the-default-number-of-rows-in-wrs%2F&amp;title=Changing%20the%20default%20number%20of%20rows%20in%20WRS" id="wpa2a_4"><img src="http://blog.saasinct.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.saasinct.com/2009/03/03/changing-the-default-number-of-rows-in-wrs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cascading Prompts in SAS Web Report Studio 3.1 (9.1)</title>
		<link>http://blog.saasinct.com/2008/07/14/cascading-prompts-in-sas-web-report-studio-31-91/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cascading-prompts-in-sas-web-report-studio-31-91</link>
		<comments>http://blog.saasinct.com/2008/07/14/cascading-prompts-in-sas-web-report-studio-31-91/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 08:00:24 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[Web Report Studio]]></category>
		<category><![CDATA[Dynamic Prompts]]></category>
		<category><![CDATA[SAS 9.1]]></category>
		<category><![CDATA[SAS Web Report Studio]]></category>

		<guid isPermaLink="false">http://blog.sasinct.com/2008/07/14/cascading-prompts-in-sas-web-report-studio-31-91/</guid>
		<description><![CDATA[The current release of SAS Web report Studio (3.1/SAS 9.1) doesn&#8217;t allow you to define cascading prompts, by this I mean allowing a user to select a country and then based on the country selected allow them to select a state within that country. However in a paper presented at SAS Forum 2008 titled SAS [...]]]></description>
			<content:encoded><![CDATA[<p>The current release of SAS Web report Studio (3.1/SAS 9.1) doesn&#8217;t allow you to define cascading prompts, by this I mean allowing a user to select a country and then based on the country selected allow them to select a state within that country.</p>
<p>However in a paper presented at <a href="http://www.sasinct.com/index.php?option=com_docman&amp;task=doc_download&amp;gid=52&amp;Itemid=" target="_blank">SAS Forum 2008 titled SAS Web Report Studio Tips and Techniques (Paper 064-2008 ) </a>  there is an innovative way outlined on how you can provide this capability by using linked reports.</p>
<p>The approach they have worked out is to create a report for each level of prompt and link the reports, enabling the user to select the appropriate value on each report (i.e first report they click on country from a list, then second report shows states etc) and then be linked to the next report where they can select the next parameter value, and so on and so on.</p>
<p>Great thinking outside the box!</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.saasinct.com%2F2008%2F07%2F14%2Fcascading-prompts-in-sas-web-report-studio-31-91%2F&amp;title=Cascading%20Prompts%20in%20SAS%20Web%20Report%20Studio%203.1%20%289.1%29" id="wpa2a_6"><img src="http://blog.saasinct.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.saasinct.com/2008/07/14/cascading-prompts-in-sas-web-report-studio-31-91/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Purging (reducing the size of) your Metadata Repository</title>
		<link>http://blog.saasinct.com/2008/01/16/purging-reducing-the-size-of-your-metadata-repository/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=purging-reducing-the-size-of-your-metadata-repository</link>
		<comments>http://blog.saasinct.com/2008/01/16/purging-reducing-the-size-of-your-metadata-repository/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 08:09:29 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[All Things Metadata]]></category>
		<category><![CDATA[Metadata]]></category>
		<category><![CDATA[SAS 9.1]]></category>

		<guid isPermaLink="false">http://blog.sasinct.com/?p=4</guid>
		<description><![CDATA[You may find that over time your SAS Metadata Repository seems to be getting bigger and bigger. The reason for this is that when you deleted an object in the Metadata Repository SAS doesn&#8217;t physically delete the object it just marks it ready for deletion. To remove all the objects that have been flagged for [...]]]></description>
			<content:encoded><![CDATA[<p lang="x-western">You may find that  over time your SAS Metadata Repository seems to be getting bigger and  bigger.  The reason for this is that when you deleted an object in the  Metadata Repository SAS doesn&#8217;t physically delete the object it just marks it  ready for deletion.</p>
<p>To remove all the  objects that have been flagged for deletion you need to purge the Metadata  Repository.  According to SAS help Purge:</p>
<p><font color="#808080">&#8220;permanently removes  all metadata items that have been marked for deletion in the selected  repository&#8221;</font></p>
<p>You can purge the  repository via SAS Management Console:</p>
<ul>
<li>Metadata Manager  &gt; Active Server</li>
<li>Right click on the  relevant Metadata Repository</li>
<li>Purge</li>
</ul>
<p>You must have  security rights (authorisation) to pause the server in order to perform this  task.</p>
<p>Be careful not to  click truncate or format by mistake and of course backup your Metadata Server  before performing this task.</p>
<p>Out of interest SAS  Help defines formating your Metadata repository as:</p>
<p><font color="#808080">&#8220;formats the  selected repository, which removes all metadata definitions in the  repository.&#8221;</font></p>
<p>and truncating  as:</p>
<p><font color="#808080">&#8220;Deletes all of the  metadata objects in the selected repository, but does not delete the object  containers or remove the repository registration&#8221;</font></p>
<p>hence the warning  about ensuring you have backed up and click the correct  option.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.saasinct.com%2F2008%2F01%2F16%2Fpurging-reducing-the-size-of-your-metadata-repository%2F&amp;title=Purging%20%28reducing%20the%20size%20of%29%20your%20Metadata%20Repository" id="wpa2a_8"><img src="http://blog.saasinct.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.saasinct.com/2008/01/16/purging-reducing-the-size-of-your-metadata-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

