<?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: Missing Function in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Missing-Function/m-p/563092#M10840</link>
    <description>&lt;P&gt;You are reading in your data incorrectly.&amp;nbsp; If you run a PROC PRINT, you will see that.&amp;nbsp; This INPUT statement would come closer to the mark:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;input slno 1-3 coursename $ 5-16;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might want to consider making SLNO number character, if you want to keep those leading zeros.&lt;/P&gt;</description>
    <pubDate>Sat, 01 Jun 2019 14:09:12 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2019-06-01T14:09:12Z</dc:date>
    <item>
      <title>Missing Function</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Missing-Function/m-p/563077#M10834</link>
      <description>&lt;P&gt;Hi Experts&amp;nbsp; Good Morning&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here my dataset&amp;nbsp; using Missing function both numeric and character flag variable like slno missing&amp;nbsp; course_name missing&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data miss_var;
input slno course_name$ 12.;
if missing(course_name) then do ;
put 'course_name  is missing.' ;
end;
else if missing(id) then do;
put 'slno  is missing.'; 
end;
datalines;
001 java
002 c++
003 javascript
    node js
005 
    pandas
;

run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 01 Jun 2019 08:57:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Missing-Function/m-p/563077#M10834</guid>
      <dc:creator>BrahmanandaRao</dc:creator>
      <dc:date>2019-06-01T08:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Function</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Missing-Function/m-p/563088#M10838</link>
      <description>&lt;P&gt;Please give solution&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jun 2019 13:45:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Missing-Function/m-p/563088#M10838</guid>
      <dc:creator>BrahmanandaRao</dc:creator>
      <dc:date>2019-06-01T13:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Function</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Missing-Function/m-p/563091#M10839</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/265860"&gt;@BrahmanandaRao&lt;/a&gt; are you sure that this line of code works"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="token keyword" style="background-attachment: scroll; background-clip: border-box; background-color: #ffffff; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: inherit; color: blue; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 1.2; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;input&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: black; direction: ltr; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 1em; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 1.5; -ms-hyphens: none; orphans: 2; overflow-wrap: normal; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: normal;"&gt; slno course_name&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="box-sizing: inherit; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 1.2; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;$&lt;/SPAN&gt; &lt;SPAN class="token number" style="box-sizing: inherit; color: #008080; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: 1.2; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;12&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="box-sizing: inherit; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 1.2; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="box-sizing: inherit; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 1.2; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&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, 01 Jun 2019 14:07:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Missing-Function/m-p/563091#M10839</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2019-06-01T14:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Function</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Missing-Function/m-p/563092#M10840</link>
      <description>&lt;P&gt;You are reading in your data incorrectly.&amp;nbsp; If you run a PROC PRINT, you will see that.&amp;nbsp; This INPUT statement would come closer to the mark:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;input slno 1-3 coursename $ 5-16;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might want to consider making SLNO number character, if you want to keep those leading zeros.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jun 2019 14:09:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Missing-Function/m-p/563092#M10840</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2019-06-01T14:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Function</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Missing-Function/m-p/563095#M10841</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data miss_var;&lt;BR /&gt;input slno $ course_name $;&lt;BR /&gt;if missing(course_name) then do ;&lt;BR /&gt;check= 'course_name is missing.' ;&lt;BR /&gt;end;&lt;BR /&gt;else if missing(slno) then do;&lt;BR /&gt;check= 'slno is missing.';&lt;BR /&gt;end;&lt;BR /&gt;datalines;&lt;BR /&gt;001 java&lt;BR /&gt;002 c++&lt;BR /&gt;003 javascript&lt;BR /&gt;. node js&lt;BR /&gt;005 .&lt;BR /&gt;. pandas&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jun 2019 15:43:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Missing-Function/m-p/563095#M10841</guid>
      <dc:creator>anushreebiotech</dc:creator>
      <dc:date>2019-06-01T15:43:33Z</dc:date>
    </item>
  </channel>
</rss>

