<?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: PROC FORMAT - Basic Problem in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-FORMAT-Basic-Problem/m-p/30131#M1245</link>
    <description>Assign the associated format when you create the SAS variable (typically a DATA step?), either using a FORMAT or ATTRIB statement.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
    <pubDate>Mon, 14 Dec 2009 16:42:25 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2009-12-14T16:42:25Z</dc:date>
    <item>
      <title>PROC FORMAT - Basic Problem</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-FORMAT-Basic-Problem/m-p/30130#M1244</link>
      <description>Hello everyone,&lt;BR /&gt;
&lt;BR /&gt;
I have a code in which I import data from a file and then I create a format using PROC FORMAT. But then every time I want to do some sort of output of the data I need to type [pre]FORMAT Var1 Var1. Var2  Var2. ...[/pre]&lt;BR /&gt;
&lt;BR /&gt;
example:&lt;BR /&gt;
[pre]OPTIONS FMTSEARCH= (FORMATS) ;&lt;BR /&gt;
PROC PRINT data=TEMP;&lt;BR /&gt;
	format Region Region. Risk Risk. Economic_Health Economic_Health.;&lt;BR /&gt;
RUN;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
Is there any way to apply this format "permanently" so to speak?</description>
      <pubDate>Mon, 14 Dec 2009 16:32:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-FORMAT-Basic-Problem/m-p/30130#M1244</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-12-14T16:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: PROC FORMAT - Basic Problem</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-FORMAT-Basic-Problem/m-p/30131#M1245</link>
      <description>Assign the associated format when you create the SAS variable (typically a DATA step?), either using a FORMAT or ATTRIB statement.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Mon, 14 Dec 2009 16:42:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-FORMAT-Basic-Problem/m-p/30131#M1245</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-12-14T16:42:25Z</dc:date>
    </item>
  </channel>
</rss>

