<?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: create a SAS data set by direct data entry with Missing Values in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/create-a-SAS-data-set-by-direct-data-entry-with-Missing-Values/m-p/504650#M135094</link>
    <description>&lt;P&gt;data weight3;&lt;BR /&gt;input IDnumber $ 1-4 Week1 6-8 Week16 11-13;&lt;BR /&gt;WeightLoss2=Week1-Week16;&lt;BR /&gt;cards;&lt;BR /&gt;2477 195 163&lt;BR /&gt;2431&lt;BR /&gt;2456 173 155&lt;BR /&gt;2412 135 116&lt;BR /&gt;148 143&lt;BR /&gt;;&lt;BR /&gt;Run;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Oct 2018 09:39:48 GMT</pubDate>
    <dc:creator>singhsahab</dc:creator>
    <dc:date>2018-10-16T09:39:48Z</dc:date>
    <item>
      <title>create a SAS data set by direct data entry with Missing Values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/create-a-SAS-data-set-by-direct-data-entry-with-Missing-Values/m-p/504635#M135086</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;In following example there are 2 missing values in &amp;nbsp;observation2 and 1 missing value in &lt;SPAN&gt;observation1.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;There are 5 &lt;SPAN&gt;observations.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;SAS fail to read it correctly.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;May anyone correct the code below and explain&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data weight3;     
infile datalines missover;   
input IDnumber $ Week1 Week16;    
WeightLoss2=Week1-Week16;        
cards;              
2477 195  163
2431 
2456 173  155
2412 135  116
     148  143
; 
Run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 Oct 2018 08:18:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/create-a-SAS-data-set-by-direct-data-entry-with-Missing-Values/m-p/504635#M135086</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2018-10-16T08:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: create a SAS data set by direct data entry with Missing Values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/create-a-SAS-data-set-by-direct-data-entry-with-Missing-Values/m-p/504639#M135089</link>
      <description>&lt;P&gt;Add an exact pointer to the IDNumber variable like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data weight3;     
infile datalines missover;   
input IDnumber $ 1-4 Week1 Week16;    
WeightLoss2=Week1-Week16;        
cards;              
2477 195  163
2431 
2456 173  155
2412 135  116
     148  143
; 
Run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 Oct 2018 08:42:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/create-a-SAS-data-set-by-direct-data-entry-with-Missing-Values/m-p/504639#M135089</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-10-16T08:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: create a SAS data set by direct data entry with Missing Values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/create-a-SAS-data-set-by-direct-data-entry-with-Missing-Values/m-p/504650#M135094</link>
      <description>&lt;P&gt;data weight3;&lt;BR /&gt;input IDnumber $ 1-4 Week1 6-8 Week16 11-13;&lt;BR /&gt;WeightLoss2=Week1-Week16;&lt;BR /&gt;cards;&lt;BR /&gt;2477 195 163&lt;BR /&gt;2431&lt;BR /&gt;2456 173 155&lt;BR /&gt;2412 135 116&lt;BR /&gt;148 143&lt;BR /&gt;;&lt;BR /&gt;Run;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2018 09:39:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/create-a-SAS-data-set-by-direct-data-entry-with-Missing-Values/m-p/504650#M135094</guid>
      <dc:creator>singhsahab</dc:creator>
      <dc:date>2018-10-16T09:39:48Z</dc:date>
    </item>
  </channel>
</rss>

