<?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; METAOUT=Data</title>
	<atom:link href="http://blog.saasinct.com/tag/metaoutdata/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>Making Libnames read/write in Enterprise Guide</title>
		<link>http://blog.saasinct.com/2008/11/13/making-libnames-readwrite-in-enterprise-guide/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=making-libnames-readwrite-in-enterprise-guide</link>
		<comments>http://blog.saasinct.com/2008/11/13/making-libnames-readwrite-in-enterprise-guide/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 08:21:00 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[Enterprise Guide]]></category>
		<category><![CDATA[x - Notes to Self]]></category>
		<category><![CDATA[]]></category>
		<category><![CDATA[METAOUT=Data]]></category>
		<category><![CDATA[SAS Enterprise Guide]]></category>

		<guid isPermaLink="false">http://blog.sasinct.com/2008/11/13/making-libnames-readwrite-in-enterprise-guide/</guid>
		<description><![CDATA[If you ever try to create a dataset or any other write function to a Metadata based Libname, from within SAS Enterprise Guide you will have encountered the old &#8220;METAOUT=DATA&#8221; error message. What this says is that due to the libname bing a metadata based libname you can&#8217;t write to it. Well there is an [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever try to create a dataset or any other write function to a Metadata based Libname, from within SAS Enterprise Guide you will have encountered the old &#8220;METAOUT=DATA&#8221; error message.</p>
<p>What this says is that due to the libname bing a metadata based libname you can&#8217;t write to it.</p>
<p>Well there is an easy way to fix this:</p>
<ol>
<li>In SAS Management console  go to the properties of the desired libname</li>
<li>Click on the extended attributes tab</li>
<li>Create an new entry with the following values
<ol>
<li>Name = AssignMode</li>
<li>Value = 2</li>
</ol>
</li>
<li>Try it via EG now and Helens your auntie (but not your prime minister &#8211; apologies to non kiwis its a GIS joke!)</li>
</ol>
<p>This lovely option is easily found here:</p>
<p><a href="http://support.sas.com/kb/20/760.html">http://support.sas.com/kb/20/760.html</a></p>
<p>Other option values you can use are:</p>
<p>0 Assign using SAS Enterprise Guide<br />
1 Assign using the META engine, METAOUT=ALL (default META engine behavior)<br />
2 Assign using the META engine, METAOUT=DATA<br />
3 Assigned by the SAS server (pre-assigned)<br />
This info (and a raft of other cool Enterprise Guide stuff) can be found here:</p>
<p><a href="http://support.sas.com/techsup/technote/ts788.pdf">http://support.sas.com/techsup/technote/ts788.pdf </a></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/2008/11/13/making-libnames-readwrite-in-enterprise-guide/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
