<?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 Re: Using format in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Using-format/m-p/869510#M343438</link>
    <description>&lt;P&gt;What do you expect to happen?&lt;/P&gt;
&lt;P&gt;The statement "options fmtsearch" extends the catalogs sas uses to find the formats you want applied, but does not assign a format to a variable. &lt;/P&gt;</description>
    <pubDate>Thu, 13 Apr 2023 06:22:32 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2023-04-13T06:22:32Z</dc:date>
    <item>
      <title>Using format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-format/m-p/869504#M343435</link>
      <description>&lt;P&gt;Hello friend,&lt;/P&gt;&lt;P&gt;I was trying to incorporate formats into the data and used the following code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname unos "E:\Data sets\UNOS data\SAS Dataset 202209\Thoracic";&lt;BR /&gt;data thoracic_data_1;&lt;BR /&gt;set unos.thoracic_data;&lt;BR /&gt;options fmtsearch=(unos.formats);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;formats.sas7bcat and thoracic_data.sas7bdat are in the above folder path.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it didn't work. Can someone guide me please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate your help!&lt;/P&gt;&lt;P&gt;Rube&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 04:20:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-format/m-p/869504#M343435</guid>
      <dc:creator>sandrube</dc:creator>
      <dc:date>2023-04-13T04:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-format/m-p/869510#M343438</link>
      <description>&lt;P&gt;What do you expect to happen?&lt;/P&gt;
&lt;P&gt;The statement "options fmtsearch" extends the catalogs sas uses to find the formats you want applied, but does not assign a format to a variable. &lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 06:22:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-format/m-p/869510#M343438</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2023-04-13T06:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-format/m-p/869525#M343442</link>
      <description>&lt;P&gt;What does the log sayß?&lt;/P&gt;
&lt;P&gt;Please copy/paste the complete (all code and messages) of your DATA step into a window opened with this button:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54552i914D97BE1B0F21E5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" alt="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Also, look at your source data. Run PROC CONTENTS on dataset unos.thoracic_data to see if any special formats coming from unos.formats.catalog are associated with any of the variables in the dataset.&lt;/P&gt;
&lt;P&gt;Finally, run PROC CATALOG to see what's in the catalog.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS catalogs are version- and platform-specific, so your catalog might not work in your environment; and SAS file names must be all lowercase in the filesystem.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 08:30:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-format/m-p/869525#M343442</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-04-13T08:30:50Z</dc:date>
    </item>
  </channel>
</rss>

