<?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 three observations disappear? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/why-three-observations-disappear/m-p/642998#M78423</link>
    <description>&lt;P&gt;Attach the file to your next post, and post the log from the step using the &amp;lt;/&amp;gt; button.&lt;/P&gt;
&lt;P&gt;For the future: do&amp;nbsp;&lt;STRONG&gt;NOT&lt;/STRONG&gt; post data in pictures. Copy/paste text data into a window opened with the &amp;lt;/&amp;gt; button; post SAS datasets as data steps with datalines. Use the "little running man" for code.&lt;/P&gt;</description>
    <pubDate>Sun, 26 Apr 2020 07:05:13 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2020-04-26T07:05:13Z</dc:date>
    <item>
      <title>why three observations disappear?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-three-observations-disappear/m-p/642972#M78413</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data recovery;
infile 'C:\Users\liaodong\Documents\My SAS Files\9.4\bio\project\recovery.txt' dlm='09'x firstobs=2;
input ID treatment age duration score1 score2 score3 score4;
run;
title 1 row;
proc print data = recovery ;
run;&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;/*the following picture is my data set, the 38-41 rows disappear after running the code above?&lt;BR /&gt;why?&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="D.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/38713i840E67BA18E58724/image-size/large?v=v2&amp;amp;px=999" role="button" title="D.png" alt="D.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>Sat, 25 Apr 2020 23:55:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-three-observations-disappear/m-p/642972#M78413</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2020-04-25T23:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: why three observations disappear?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-three-observations-disappear/m-p/642974#M78414</link>
      <description>&lt;P&gt;the result is the following:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="E.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/38714i24733D866699260C/image-size/large?v=v2&amp;amp;px=999" role="button" title="E.png" alt="E.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Apr 2020 00:00:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-three-observations-disappear/m-p/642974#M78414</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2020-04-26T00:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: why three observations disappear?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-three-observations-disappear/m-p/642976#M78415</link>
      <description>&lt;P&gt;the result is the following: (row 38-41 disappear, why?)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="E.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/38715i556D87C894D385A7/image-size/large?v=v2&amp;amp;px=999" role="button" title="E.png" alt="E.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Apr 2020 00:03:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-three-observations-disappear/m-p/642976#M78415</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2020-04-26T00:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: why three observations disappear?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-three-observations-disappear/m-p/642977#M78416</link>
      <description>&lt;P&gt;What does the SAS log say?&lt;/P&gt;
&lt;P&gt;Why do you post photographs of text?&amp;nbsp; Isn't it harder to to create and post the photos than it would be to just copy the actual text and paste it?&lt;/P&gt;</description>
      <pubDate>Sun, 26 Apr 2020 00:26:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-three-observations-disappear/m-p/642977#M78416</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-04-26T00:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: why three observations disappear?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-three-observations-disappear/m-p/642997#M78422</link>
      <description>&lt;P&gt;Not sure of the reason why they are missing, however you may try the option &lt;SPAN style="left: 110.068px; top: 510.008px; font-size: 16.6px; font-family: monospace; transform: scaleX(1.00333);"&gt;TRUNCOVER and run the code&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data recovery;
infile 'C:\Users\liaodong\Documents\My SAS Files\9.4\bio\project\recovery.txt' dlm='09'x firstobs=2 &lt;SPAN style="left: 110.068px; top: 510.008px; font-size: 16.6px; font-family: monospace; transform: scaleX(1.00333);"&gt;TRUNCOVER&lt;/SPAN&gt;;
input ID treatment age duration score1 score2 score3 score4;
run;
title 1 row;
proc print data = recovery ;
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 26 Apr 2020 06:36:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-three-observations-disappear/m-p/642997#M78422</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2020-04-26T06:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: why three observations disappear?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-three-observations-disappear/m-p/642998#M78423</link>
      <description>&lt;P&gt;Attach the file to your next post, and post the log from the step using the &amp;lt;/&amp;gt; button.&lt;/P&gt;
&lt;P&gt;For the future: do&amp;nbsp;&lt;STRONG&gt;NOT&lt;/STRONG&gt; post data in pictures. Copy/paste text data into a window opened with the &amp;lt;/&amp;gt; button; post SAS datasets as data steps with datalines. Use the "little running man" for code.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Apr 2020 07:05:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-three-observations-disappear/m-p/642998#M78423</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-04-26T07:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: why three observations disappear?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-three-observations-disappear/m-p/645493#M78531</link>
      <description>Thank you .</description>
      <pubDate>Wed, 06 May 2020 01:09:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-three-observations-disappear/m-p/645493#M78531</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2020-05-06T01:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: why three observations disappear?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-three-observations-disappear/m-p/645494#M78532</link>
      <description>Thank you for your reply.</description>
      <pubDate>Wed, 06 May 2020 01:10:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-three-observations-disappear/m-p/645494#M78532</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2020-05-06T01:10:24Z</dc:date>
    </item>
  </channel>
</rss>

