<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - sarathannapareddy</title>
<link>http://snipplr.com/users/sarathannapareddy/tags/fmtsearch</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 12:14:31 GMT</pubDate>
<item>
<title>(SAS) ERROR: The format XXXX was not found or could not be loaded.</title>
<link>http://snipplr.com/view/34727/error-the-format-xxxx-was-not-found-or-could-not-be-loaded/</link>
<description><![CDATA[ <p>Whenever you try to open a SAS data set which has permanent formats, you will get the error message in the log file saying

“ERROR: The format XXXX was not found or could not be loaded.”

This happens generally when you don't have the format library where the SAS dataset located. What happens here is, SAS will not permit you to open the data set without the format library.

But, if you use options nofmterr; at the top of your program, SAS will opens the dataset for you despite the fact that it does not have the format library.</p> ]]></description>
<pubDate>Tue, 18 May 2010 13:24:04 GMT</pubDate>
<guid>http://snipplr.com/view/34727/error-the-format-xxxx-was-not-found-or-could-not-be-loaded/</guid>
</item>
</channel>
</rss>