<?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 Proc format in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-format/m-p/744719#M233340</link>
    <description>&lt;P&gt;Please explain working of proc format.&lt;/P&gt;
&lt;P&gt;My question is does this user defined format permanently assigned to variables ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Suppose if I used format, created by proc format , we if load/transfer the same variable/data to a different location.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;will the format applies using Proc format is applicable or something else?&lt;/P&gt;</description>
    <pubDate>Mon, 31 May 2021 03:08:04 GMT</pubDate>
    <dc:creator>Aexor</dc:creator>
    <dc:date>2021-05-31T03:08:04Z</dc:date>
    <item>
      <title>Proc format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-format/m-p/744719#M233340</link>
      <description>&lt;P&gt;Please explain working of proc format.&lt;/P&gt;
&lt;P&gt;My question is does this user defined format permanently assigned to variables ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Suppose if I used format, created by proc format , we if load/transfer the same variable/data to a different location.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;will the format applies using Proc format is applicable or something else?&lt;/P&gt;</description>
      <pubDate>Mon, 31 May 2021 03:08:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-format/m-p/744719#M233340</guid>
      <dc:creator>Aexor</dc:creator>
      <dc:date>2021-05-31T03:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Proc format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-format/m-p/744721#M233342</link>
      <description>&lt;P&gt;You use PROC FORMAT to define the formats (or informats).&amp;nbsp; The format lives in a format catalog independent from any datasets.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can permanently attach a format to a variable in a dataset by using the FORMAT statement in the step that creates the dataset.&amp;nbsp; But that is just the NAME of the format you want to use with that variable.&amp;nbsp; The actual format itself lives in a format catalog.&amp;nbsp; For SAS to find and use the format you need to use the FMTSEARCH option to tell it which format catalogues to search for user defined formats.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Format catalogs are not as easy to port from one SAS instance to another as datasets (look at PROC CPORT and PROC CIMPORT). If you want to share the definition of the formats used by your data with someone it is best to send them the SAS code that creates the formats so they can run it on their SAS instance to create a format catalog that is compatible.&lt;/P&gt;</description>
      <pubDate>Mon, 31 May 2021 04:18:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-format/m-p/744721#M233342</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-05-31T04:18:20Z</dc:date>
    </item>
  </channel>
</rss>

