<?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: why the output file is like this ? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/why-the-output-file-is-like-this/m-p/735813#M80424</link>
    <description>&lt;P&gt;Thank you for your help.&lt;/P&gt;</description>
    <pubDate>Wed, 21 Apr 2021 00:25:31 GMT</pubDate>
    <dc:creator>tianerhu</dc:creator>
    <dc:date>2021-04-21T00:25:31Z</dc:date>
    <item>
      <title>why the output file is like this ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-the-output-file-is-like-this/m-p/735749#M80414</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc export data = work.flightempdata
 outfile = "C:\Users\li\Documents\My SAS Files\prep guide\base\practice data\cert\flightempdata.csv"
 dbms = CSV
 replace;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tianerhu_0-1618948923139.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/58416i36D79ACEA93F1886/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tianerhu_0-1618948923139.png" alt="tianerhu_0-1618948923139.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;additionally, the four value from the second to fifth of the column date is missing . why?&lt;/P&gt;
&lt;P&gt;the answer is like following:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tianerhu_1-1618949318561.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/58417i76B359608FA3C5D7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tianerhu_1-1618949318561.png" alt="tianerhu_1-1618949318561.png" /&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>Tue, 20 Apr 2021 20:08:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-the-output-file-is-like-this/m-p/735749#M80414</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2021-04-20T20:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: why the output file is like this ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-the-output-file-is-like-this/m-p/735750#M80415</link>
      <description>What is the issue? I'm not seeing any issue?&lt;BR /&gt;&lt;BR /&gt;You should open the file in a text editor though, not Excel. When you open your data with Excel it essentially does it's own conversion so you aren't seeing the actual data here. Right click your file, Open with&amp;gt;NotePad or TextPad or whatever you use to view text files.</description>
      <pubDate>Tue, 20 Apr 2021 20:13:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-the-output-file-is-like-this/m-p/735750#M80415</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-04-20T20:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: why the output file is like this ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-the-output-file-is-like-this/m-p/735751#M80416</link>
      <description>&lt;P&gt;No. The correct answer is:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;NEVER USE EXCEL TO INSPECT A CSV FILE.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Use a proper text editor instead.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 20:13:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-the-output-file-is-like-this/m-p/735751#M80416</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-04-20T20:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: why the output file is like this ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-the-output-file-is-like-this/m-p/735775#M80417</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/268447"&gt;@tianerhu&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc export data = work.flightempdata
 outfile = "C:\Users\li\Documents\My SAS Files\prep guide\base\practice data\cert\flightempdata.csv"
 dbms = CSV
 replace;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tianerhu_0-1618948923139.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/58416i36D79ACEA93F1886/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tianerhu_0-1618948923139.png" alt="tianerhu_0-1618948923139.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;additionally, the four value from the second to fifth of the column date is missing . why?&lt;/P&gt;
&lt;P&gt;the answer is like following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;What missing dates?&lt;/STRONG&gt;&lt;/FONT&gt; Excel is showing ********, nothing missing. It does that when the value in the expected display format will not fit. Make the column wider if you really must see the data in Excel. Not a good idea as if you accidentally "save" the file while open in Excel you may find the actual values in a CSV file get changed because Excel already did one conversion to internal preferences to display the values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 20:49:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-the-output-file-is-like-this/m-p/735775#M80417</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-04-20T20:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: why the output file is like this ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-the-output-file-is-like-this/m-p/735780#M80418</link>
      <description>&lt;P&gt;Get it . Thank you for your help .&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 21:07:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-the-output-file-is-like-this/m-p/735780#M80418</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2021-04-20T21:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: why the output file is like this ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-the-output-file-is-like-this/m-p/735782#M80419</link>
      <description>Thank you for your help.</description>
      <pubDate>Tue, 20 Apr 2021 21:07:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-the-output-file-is-like-this/m-p/735782#M80419</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2021-04-20T21:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: why the output file is like this ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-the-output-file-is-like-this/m-p/735784#M80420</link>
      <description>&lt;P&gt;Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 21:09:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-the-output-file-is-like-this/m-p/735784#M80420</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2021-04-20T21:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: why the output file is like this ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-the-output-file-is-like-this/m-p/735813#M80424</link>
      <description>&lt;P&gt;Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 00:25:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-the-output-file-is-like-this/m-p/735813#M80424</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2021-04-21T00:25:31Z</dc:date>
    </item>
  </channel>
</rss>

