<?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 delimiter on proc export on project in sas 7.1 to ; to , in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/change-delimiter-on-proc-export-on-project-in-sas-7-1-to-to/m-p/455644#M29386</link>
    <description>&lt;P&gt;Why not just specify DMBS=CSV? Also, not sure if the */ and * are messing with your code, they don't look correct.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc export data=PAS_SAI.GPO_LCTO_CTBC_EXNO 
   outfile='/dados/digovgefup/producao/gpo/conciliacao_diaria/saida/sas_lctoctbexno.csv'
   dbms=csv; 

 run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/205673"&gt;@mariorsdias&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I,m trying to do em proc export with csv. into sas 5.1 it exported the file with the delimiter ',' but on 7.1 the delimiter it´s&amp;nbsp; ';'. There´s a way to change it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When i try to use the proc export below, it create the file with the delimiter but the indicator of the end of the line cr lf dont appear. there´s a way to resolve it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc export data=PAS_SAI.GPO_LCTO_CTBC_EXNO replace*/&lt;BR /&gt;&amp;nbsp;&amp;nbsp; outfile='/dados/digovgefup/producao/gpo/conciliacao_diaria/saida/sas_lctoctblexno.csv'*/&lt;BR /&gt;&amp;nbsp;&amp;nbsp; dbms=dlm; */&lt;BR /&gt;&amp;nbsp;&amp;nbsp; delimiter=',';*/&lt;BR /&gt;&amp;nbsp;run;*/&lt;/P&gt;
&lt;P&gt;'&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Apr 2018 15:15:05 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-04-19T15:15:05Z</dc:date>
    <item>
      <title>change delimiter on proc export on project in sas 7.1 to ; to ,</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/change-delimiter-on-proc-export-on-project-in-sas-7-1-to-to/m-p/455640#M29385</link>
      <description>&lt;P&gt;I,m trying to do em proc export with csv. into sas 5.1 it exported the file with the delimiter ',' but on 7.1 the delimiter it´s&amp;nbsp; ';'. There´s a way to change it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i try to use the proc export below, it create the file with the delimiter but the indicator of the end of the line cr lf dont appear. there´s a way to resolve it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc export data=PAS_SAI.GPO_LCTO_CTBC_EXNO replace*/&lt;BR /&gt;&amp;nbsp;&amp;nbsp; outfile='/dados/digovgefup/producao/gpo/conciliacao_diaria/saida/sas_lctoctblexno.csv'*/&lt;BR /&gt;&amp;nbsp;&amp;nbsp; dbms=dlm; */&lt;BR /&gt;&amp;nbsp;&amp;nbsp; delimiter=',';*/&lt;BR /&gt;&amp;nbsp;run;*/&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2018 15:09:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/change-delimiter-on-proc-export-on-project-in-sas-7-1-to-to/m-p/455640#M29385</guid>
      <dc:creator>mariorsdias</dc:creator>
      <dc:date>2018-04-19T15:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: change delimiter on proc export on project in sas 7.1 to ; to ,</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/change-delimiter-on-proc-export-on-project-in-sas-7-1-to-to/m-p/455644#M29386</link>
      <description>&lt;P&gt;Why not just specify DMBS=CSV? Also, not sure if the */ and * are messing with your code, they don't look correct.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc export data=PAS_SAI.GPO_LCTO_CTBC_EXNO 
   outfile='/dados/digovgefup/producao/gpo/conciliacao_diaria/saida/sas_lctoctbexno.csv'
   dbms=csv; 

 run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/205673"&gt;@mariorsdias&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I,m trying to do em proc export with csv. into sas 5.1 it exported the file with the delimiter ',' but on 7.1 the delimiter it´s&amp;nbsp; ';'. There´s a way to change it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When i try to use the proc export below, it create the file with the delimiter but the indicator of the end of the line cr lf dont appear. there´s a way to resolve it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc export data=PAS_SAI.GPO_LCTO_CTBC_EXNO replace*/&lt;BR /&gt;&amp;nbsp;&amp;nbsp; outfile='/dados/digovgefup/producao/gpo/conciliacao_diaria/saida/sas_lctoctblexno.csv'*/&lt;BR /&gt;&amp;nbsp;&amp;nbsp; dbms=dlm; */&lt;BR /&gt;&amp;nbsp;&amp;nbsp; delimiter=',';*/&lt;BR /&gt;&amp;nbsp;run;*/&lt;/P&gt;
&lt;P&gt;'&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2018 15:15:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/change-delimiter-on-proc-export-on-project-in-sas-7-1-to-to/m-p/455644#M29386</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-04-19T15:15:05Z</dc:date>
    </item>
  </channel>
</rss>

