<?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: sas in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/sas/m-p/616799#M180641</link>
    <description>&lt;P&gt;Have you checked the column properties?&lt;BR /&gt;You might be seeing MSRP as label but actually it was changed to msrp_1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For me this code worked:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc export data=sashelp.cars
outfile="d:\cars_1.xls" dbms=xlsx replace;
run;

proc import datafile="d:\cars_1.xls"
out=ds3 (rename=(MSRP=msrp_1))
dbms=xlsx replace;
run; 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 12 Jan 2020 16:21:29 GMT</pubDate>
    <dc:creator>Kalind_Patel</dc:creator>
    <dc:date>2020-01-12T16:21:29Z</dc:date>
    <item>
      <title>sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas/m-p/616791#M180635</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;i have exported the cars from sashelp. for my sas programming practice, again i am trying to import with rename option, but the data set variable names are not changing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc import datafile="d:\IQ\cars_1.xls"&lt;/P&gt;&lt;P&gt;out=ds3 (rename=(MSRP=msrp_1))&lt;BR /&gt;dbms=excel replace;&lt;BR /&gt;run;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jan 2020 14:49:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas/m-p/616791#M180635</guid>
      <dc:creator>kranthikumari</dc:creator>
      <dc:date>2020-01-12T14:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas/m-p/616793#M180637</link>
      <description>I think the problem is in DBMS field.&lt;BR /&gt;</description>
      <pubDate>Sun, 12 Jan 2020 14:52:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas/m-p/616793#M180637</guid>
      <dc:creator>slathiya444</dc:creator>
      <dc:date>2020-01-12T14:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas/m-p/616799#M180641</link>
      <description>&lt;P&gt;Have you checked the column properties?&lt;BR /&gt;You might be seeing MSRP as label but actually it was changed to msrp_1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For me this code worked:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc export data=sashelp.cars
outfile="d:\cars_1.xls" dbms=xlsx replace;
run;

proc import datafile="d:\cars_1.xls"
out=ds3 (rename=(MSRP=msrp_1))
dbms=xlsx replace;
run; 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 12 Jan 2020 16:21:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas/m-p/616799#M180641</guid>
      <dc:creator>Kalind_Patel</dc:creator>
      <dc:date>2020-01-12T16:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas/m-p/616801#M180642</link>
      <description>&lt;P&gt;You can see column properties by double clicking on column:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-01-09_15-37-46.jpg" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/35281iD884FE5CFC946F58/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020-01-09_15-37-46.jpg" alt="2020-01-09_15-37-46.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jan 2020 16:24:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas/m-p/616801#M180642</guid>
      <dc:creator>Kalind_Patel</dc:creator>
      <dc:date>2020-01-12T16:24:44Z</dc:date>
    </item>
    <item>
      <title>EXPORT/IMPORT problems</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas/m-p/616811#M180646</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/306670"&gt;@kranthikumari&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;i have exported the cars from sashelp.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Show us the code that did this export.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, since we are trying to help you, please help us by going back and edit your &lt;EM&gt;original&lt;/EM&gt; post and provide a meaningful title. A title of "SAS" is not meaningful, every question is about SAS.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jan 2020 19:49:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas/m-p/616811#M180646</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-01-12T19:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas/m-p/616824#M180652</link>
      <description>&lt;P&gt;If "sas" is all you can come up with as a&amp;nbsp;&lt;EM&gt;descriptive subject line&lt;/EM&gt;, your future with SAS looks very bleak. Working with complex software requires effort on your part.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jan 2020 22:24:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas/m-p/616824#M180652</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-01-12T22:24:46Z</dc:date>
    </item>
  </channel>
</rss>

