<?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: Format Variable in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Format-Variable/m-p/38972#M10018</link>
    <description>You can use a FORMAT statement in a DATA step, for one approach.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Suggested Google advanced search argument:&lt;BR /&gt;
&lt;BR /&gt;
change output format sas variable site:sas.com</description>
    <pubDate>Mon, 11 Jan 2010 22:24:12 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2010-01-11T22:24:12Z</dc:date>
    <item>
      <title>Format Variable</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Format-Variable/m-p/38971#M10017</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I am trying to APPEND two datasets,say A(this is Base) and B&lt;BR /&gt;
In dataset A i have a variable empid length 5 and format 12&lt;BR /&gt;
In dataset B  i have a variable empid length 5 and format 20&lt;BR /&gt;
&lt;BR /&gt;
When i tried to append the B to A,i got a warning that the Format of ID in base and DATA dataset is different,how can i change th format of empid in datset B,so that i can append without any warnings.&lt;BR /&gt;
&lt;BR /&gt;
You help will be appreciated.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Ren</description>
      <pubDate>Mon, 11 Jan 2010 20:14:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Format-Variable/m-p/38971#M10017</guid>
      <dc:creator>ren2010</dc:creator>
      <dc:date>2010-01-11T20:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Format Variable</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Format-Variable/m-p/38972#M10018</link>
      <description>You can use a FORMAT statement in a DATA step, for one approach.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Suggested Google advanced search argument:&lt;BR /&gt;
&lt;BR /&gt;
change output format sas variable site:sas.com</description>
      <pubDate>Mon, 11 Jan 2010 22:24:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Format-Variable/m-p/38972#M10018</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-01-11T22:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Format Variable</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Format-Variable/m-p/38973#M10019</link>
      <description>Thanks</description>
      <pubDate>Mon, 11 Jan 2010 23:06:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Format-Variable/m-p/38973#M10019</guid>
      <dc:creator>ren2010</dc:creator>
      <dc:date>2010-01-11T23:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Format Variable</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Format-Variable/m-p/38974#M10020</link>
      <description>Why not just use a format statement with PROC APPEND.  &lt;BR /&gt;
[pre]&lt;BR /&gt;
format _all_;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
to cover all bases so to speak.</description>
      <pubDate>Tue, 12 Jan 2010 12:25:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Format-Variable/m-p/38974#M10020</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2010-01-12T12:25:45Z</dc:date>
    </item>
  </channel>
</rss>

