<?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: Permanent Formats for Numeric Values in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Permanent-Formats-for-Numeric-Values/m-p/249666#M17667</link>
    <description>&lt;P&gt;Yes, sure, you could replace the datastep with proc datasets. &amp;nbsp;I tend to forget about that, normally i wouldnt just be changing a format on its own.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Feb 2016 13:59:08 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2016-02-12T13:59:08Z</dc:date>
    <item>
      <title>Permanent Formats for Numeric Values</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Permanent-Formats-for-Numeric-Values/m-p/249648#M17663</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I apply a pernanent format to my entire project only for numeric variables that have no assigned format.&amp;nbsp;&amp;nbsp; Maybe a set up or a program I can create in the autoexec process flow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example:&amp;nbsp; If I create a dataset and in there I have several numeric variables that have no assigned formats.&amp;nbsp; I would like to see the values with comas.&amp;nbsp; Any numeric value without an assigned format I want the system to apply the COMMA format.&amp;nbsp;&amp;nbsp; If there is an assinged format then keep the assigned format.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this possible?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 13:01:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Permanent-Formats-for-Numeric-Values/m-p/249648#M17663</guid>
      <dc:creator>ismahero2</dc:creator>
      <dc:date>2016-02-12T13:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Permanent Formats for Numeric Values</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Permanent-Formats-for-Numeric-Values/m-p/249655#M17664</link>
      <description>&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;Hi,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;I am sure there are plenty of ways to do this but I would approach it like&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;&lt;FONT color="#008000" face="Courier New" size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;/*DETERMINE WHAT NUMERIC VARIABLES ARE NOT FORMATTED*/&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;SQL&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;NOPRINT&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; name &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;INTO&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; :VARS_TO_FORMAT SEPARATED &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;BY&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;' '&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; SASHELP.VCOLUMN &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; LIBNAME=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"SASHELP"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;AND&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; MEMNAME=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"CARS"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;AND&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; type=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"num"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;AND&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; format=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;''&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;QUIT&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/*THIS IS THE LIST OF VARIABLES THAT WE WILL APPLY FORMATS TO*/&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;%PUT&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; &amp;amp;VARS_TO_FORMAT.;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/*APPLY THE FORMATS*/&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;DATA&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; cars;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SET&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; SASHELP.cars;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FORMAT&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; &amp;amp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;VARS_TO_FORMAT.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;COMMA20.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;RUN&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;I hope you can see that you can modify this to be a macro and cycle thru all of the datasets in your projects by referencing the sas dictionary tables and piping the appropriate libnames and dataset names into macros the same way I did with the variable names.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 13:32:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Permanent-Formats-for-Numeric-Values/m-p/249655#M17664</guid>
      <dc:creator>RyanMcGovern</dc:creator>
      <dc:date>2016-02-12T13:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Permanent Formats for Numeric Values</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Permanent-Formats-for-Numeric-Values/m-p/249656#M17665</link>
      <description>&lt;P&gt;**Modified to use proc datasets&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know EG particularly well, but I don't think so. &amp;nbsp;You can of course just add onto a datastep to format all numerics such like:&lt;/P&gt;
&lt;PRE&gt;data have;
  a=10387656; b=4534212; c="abc"; 
run;

data _null_;&lt;BR /&gt; set sashelp.vcolumn (where=(libname="WORK" and memname="HAVE" and FORMAT="")); &lt;BR /&gt; by memname;&lt;BR /&gt; if first.memname then call execute(cat('proc datasets library=',libname,'; modify ',memname,'; format '));&lt;BR /&gt; call execute(' '||name);&lt;BR /&gt; if last.memname then call execute(' comma16.; run; quit;');&lt;BR /&gt;run;&lt;BR /&gt; &lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Note, with the above if you want to do all datasets in WORK then remove the and memname="HAVE". &amp;nbsp;I would advise caution with this approach however, why is it you have some variables without a format which need a format. &amp;nbsp;Personally I would correct this at source, where these variables are being created - what happens if someone else wants to do something with this piece of work and doesn't want this format for instance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2016 09:22:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Permanent-Formats-for-Numeric-Values/m-p/249656#M17665</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-02-15T09:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Permanent Formats for Numeric Values</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Permanent-Formats-for-Numeric-Values/m-p/249663#M17666</link>
      <description>&lt;P&gt;I too wonder why the OP wants to do this. &amp;nbsp;However it is good to learn techniques for meta data updates.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You've got the right idea but there is no need to re-create the data as you show here. &amp;nbsp;Not only is it inefficient and unnecessary it might also destroy other meta data attributes like SORTEDBY or any existing INDEX(es) and&amp;nbsp;integrity&amp;nbsp;constraints etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/45151"&gt;@RW9&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I don't know EG particularly well, but I don't think so. &amp;nbsp;You can of course just add onto a datastep to format all numerics such like:&lt;/P&gt;
&lt;PRE&gt;data have;
  a=10387656; b=4534212; c="abc"; 
run;

data _null_;&lt;BR /&gt; set sashelp.vcolumn (where=(libname="WORK" and memname="HAVE" and FORMAT="")); &lt;BR /&gt; by memname;&lt;BR /&gt; if first.memname then call execute(cat('data ',libname,'.',memname,'; set data ',libname,'.',memname,'; format '));&lt;BR /&gt; call execute(' '||name);&lt;BR /&gt; if last.memname then call execute(' comma16.; run;');&lt;BR /&gt;run;&lt;BR /&gt; &lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Note, with the above if you want to do all datasets in WORK then remove the and memname="HAVE". &amp;nbsp;I would advise caution with this approach however, why is it you have some variables without a format which need a format. &amp;nbsp;Personally I would correct this at source, where these variables are being created - what happens if someone else wants to do something with this piece of work and doesn't want this format for instance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 13:55:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Permanent-Formats-for-Numeric-Values/m-p/249663#M17666</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2016-02-12T13:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Permanent Formats for Numeric Values</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Permanent-Formats-for-Numeric-Values/m-p/249666#M17667</link>
      <description>&lt;P&gt;Yes, sure, you could replace the datastep with proc datasets. &amp;nbsp;I tend to forget about that, normally i wouldnt just be changing a format on its own.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 13:59:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Permanent-Formats-for-Numeric-Values/m-p/249666#M17667</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-02-12T13:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Permanent Formats for Numeric Values</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Permanent-Formats-for-Numeric-Values/m-p/249700#M17669</link>
      <description>&lt;P&gt;Looking in in SASHELP.VCOLUMN is a good approach.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I recommend using PROC DATASETS whan applying formats - then only the metadata portion of the dataset is touched.&lt;/P&gt;
&lt;P&gt;By using a data step you will do a table scan and write, could take some time if you have large&amp;nbsp;data sets.&lt;/P&gt;
&lt;P&gt;Also, any other metadata on the data set level will be lost, like indexes and constraints.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This method will also update&amp;nbsp;all data present to the current session, not the objects in your project.&lt;/P&gt;
&lt;P&gt;Also, are you sure COMMA. is appropriate for all numerical values? I guess that you could have SAS&amp;nbsp;dates, SAS&amp;nbsp;datetimes and percentages, and perhaps user defined formats.&lt;/P&gt;
&lt;P&gt;Also, you need write permission on the physical files.&lt;/P&gt;
&lt;P&gt;If you share data with other users, make sure that they are ok with your format logic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 15:19:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Permanent-Formats-for-Numeric-Values/m-p/249700#M17669</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-02-12T15:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Permanent Formats for Numeric Values</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Permanent-Formats-for-Numeric-Values/m-p/249722#M17670</link>
      <description>&lt;P&gt;Do you have any pseudo-numeric values such as social security numbers, phone numbers, client identification numbers or dates like 20160212 that are not SAS date values,&amp;nbsp;that are stored as numeric but don't have a format?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 16:15:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Permanent-Formats-for-Numeric-Values/m-p/249722#M17670</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-02-12T16:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Permanent Formats for Numeric Values</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Permanent-Formats-for-Numeric-Values/m-p/249838#M17671</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/45151"&gt;@RW9&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Yes, sure, you could replace the datastep with proc datasets. &amp;nbsp;I tend to forget about that, normally i wouldnt just be changing a format on its own.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Maybe you should edit your answer.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 23:37:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Permanent-Formats-for-Numeric-Values/m-p/249838#M17671</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2016-02-12T23:37:30Z</dc:date>
    </item>
  </channel>
</rss>

