<?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: Change values in a column in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Change-values-in-a-column/m-p/53371#M5669</link>
    <description>Thanks, I tired the recode a column, and it did exactly what I needed!</description>
    <pubDate>Tue, 14 Jul 2009 13:09:51 GMT</pubDate>
    <dc:creator>tp10279</dc:creator>
    <dc:date>2009-07-14T13:09:51Z</dc:date>
    <item>
      <title>Change values in a column</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Change-values-in-a-column/m-p/53368#M5666</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I am trying to change the value in a column using EG.  I want to change the full name of the product to an abbreviated name.  Is there a function that will allow me to do this?&lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
      <pubDate>Fri, 10 Jul 2009 14:49:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Change-values-in-a-column/m-p/53368#M5666</guid>
      <dc:creator>tp10279</dc:creator>
      <dc:date>2009-07-10T14:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Change values in a column</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Change-values-in-a-column/m-p/53369#M5667</link>
      <description>Have you tried the Recode option in the Computed Columns or create a format</description>
      <pubDate>Sat, 11 Jul 2009 10:15:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Change-values-in-a-column/m-p/53369#M5667</guid>
      <dc:creator>DerekAdams</dc:creator>
      <dc:date>2009-07-11T10:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Change values in a column</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Change-values-in-a-column/m-p/53370#M5668</link>
      <description>Recode or user-defined format that Derek mentioned are probably the best solutions for what you want.&lt;BR /&gt;
&lt;BR /&gt;
If you want to abbreviate by literally take the first X characters from each product name, you can use a SUBSTR function to do that. Create a computed column based on an expression, and for the expression use something like&lt;BR /&gt;
&lt;BR /&gt;
SUBSTR(column1,1,8)&lt;BR /&gt;
&lt;BR /&gt;
===starts at the first character of column1 and extracts exactly 8 characters===</description>
      <pubDate>Mon, 13 Jul 2009 15:08:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Change-values-in-a-column/m-p/53370#M5668</guid>
      <dc:creator>RichardH_sas</dc:creator>
      <dc:date>2009-07-13T15:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Change values in a column</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Change-values-in-a-column/m-p/53371#M5669</link>
      <description>Thanks, I tired the recode a column, and it did exactly what I needed!</description>
      <pubDate>Tue, 14 Jul 2009 13:09:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Change-values-in-a-column/m-p/53371#M5669</guid>
      <dc:creator>tp10279</dc:creator>
      <dc:date>2009-07-14T13:09:51Z</dc:date>
    </item>
  </channel>
</rss>

