<?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 SAS Formats in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Formats/m-p/696295#M212648</link>
    <description>&lt;P&gt;HelIo conmmunity,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I received an data export from clincal trial database and there are 50 datasets and 1 formats SAS Catalog, I assume the formats catalog contains all the formats used in the datasets. But before I use the formats, what I should do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I start the code in below:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname test 'C:\Users\test';&amp;nbsp;&lt;/P&gt;&lt;P&gt;data ae; set test.ae;&lt;BR /&gt;run;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the log will have a few error like below:&lt;/P&gt;&lt;P&gt;...........................................................&lt;/P&gt;&lt;P&gt;ERROR: The format CAETOXGR was not found or could not be loaded.&lt;BR /&gt;ERROR: The format $CAEREL was not found or could not be loaded.&lt;BR /&gt;ERROR: The format $CAECN was not found or could not be loaded.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Nov 2020 18:54:30 GMT</pubDate>
    <dc:creator>zimcom</dc:creator>
    <dc:date>2020-11-03T18:54:30Z</dc:date>
    <item>
      <title>SAS Formats</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Formats/m-p/696295#M212648</link>
      <description>&lt;P&gt;HelIo conmmunity,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I received an data export from clincal trial database and there are 50 datasets and 1 formats SAS Catalog, I assume the formats catalog contains all the formats used in the datasets. But before I use the formats, what I should do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I start the code in below:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname test 'C:\Users\test';&amp;nbsp;&lt;/P&gt;&lt;P&gt;data ae; set test.ae;&lt;BR /&gt;run;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the log will have a few error like below:&lt;/P&gt;&lt;P&gt;...........................................................&lt;/P&gt;&lt;P&gt;ERROR: The format CAETOXGR was not found or could not be loaded.&lt;BR /&gt;ERROR: The format $CAEREL was not found or could not be loaded.&lt;BR /&gt;ERROR: The format $CAECN was not found or could not be loaded.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 18:54:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Formats/m-p/696295#M212648</guid>
      <dc:creator>zimcom</dc:creator>
      <dc:date>2020-11-03T18:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Formats</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Formats/m-p/696300#M212652</link>
      <description>&lt;P&gt;Assuming your SAS format catalog is in the same folder / library try this after your LIBNAME statement:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options fmtsearch = (WORK, TEST, LIBRARY);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;SAS will search for formats in the libraries in the order listed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 19:14:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Formats/m-p/696300#M212652</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-11-03T19:14:05Z</dc:date>
    </item>
  </channel>
</rss>

