<?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 Colon Modifier in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Colon-Modifier/m-p/240240#M44294</link>
    <description>&lt;P&gt;May I request someone to explain me about colon modifer in simple terms? Why it is necessary in input statement? What will happen when we read the input without colon modifer whereit is necessary to place the&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;colon modifer?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Dec 2015 11:07:06 GMT</pubDate>
    <dc:creator>Babloo</dc:creator>
    <dc:date>2015-12-21T11:07:06Z</dc:date>
    <item>
      <title>Colon Modifier</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Colon-Modifier/m-p/240240#M44294</link>
      <description>&lt;P&gt;May I request someone to explain me about colon modifer in simple terms? Why it is necessary in input statement? What will happen when we read the input without colon modifer whereit is necessary to place the&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;colon modifer?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2015 11:07:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Colon-Modifier/m-p/240240#M44294</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2015-12-21T11:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Colon Modifier</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Colon-Modifier/m-p/240243#M44295</link>
      <description>&lt;P&gt;Hi mate,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First you need to understand how your data is getting in your dataset. This is why you use input statement, you are going to input your data into your dataset.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The colon ( : )&lt;/SPAN&gt; &lt;SPAN&gt;modifier enables you to read nonstandard data values and character values that are longer than eight characters, but which contain no embedded blanks. The : &amp;nbsp;indicates that values are read until a blank (or other delimiter) is encountered, and then an informat is applied. If an informat for reading character values is specified, the &lt;/SPAN&gt;&lt;EM&gt;w&lt;/EM&gt;&lt;SPAN&gt; value specifies the variable's length, overriding the default length.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="0" width="85%" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD align="left"&gt;In order to read these values, you can modify list input with the colon ( : ) modifier, followed by the COMMA&lt;EM&gt;w&lt;/EM&gt;.&lt;EM&gt;d&lt;/EM&gt; informat, as shown in the program below. Notice that the COMMA&lt;EM&gt;w&lt;/EM&gt;.&lt;EM&gt;d&lt;/EM&gt;informat does &lt;STRONG&gt;not&lt;/STRONG&gt; specify a &lt;EM&gt;w&lt;/EM&gt; value.&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Remember that list input reads each value until the next blank is detected. The default length of numeric variables is 8, so you don't need to specify a &lt;/SPAN&gt;&lt;EM&gt;w&lt;/EM&gt;&lt;SPAN&gt; value to indicate the length of a numeric variable.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This is different from using a numeric informat with &lt;STRONG&gt;formatted &lt;/STRONG&gt;&lt;SPAN&gt;input. In that case, you must specify a &lt;/SPAN&gt;&lt;EM&gt;w&lt;/EM&gt;&lt;SPAN&gt; value in order to indicate the number of columns to be read.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://web.utk.edu/sas/OnlineTutor/1.2/en/60476/m23/m23_24.htm" target="_self"&gt; Reading Nonstandard Values&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="http://www2.sas.com/proceedings/sugi26/p073-26.pdf" target="_self"&gt;That Mysterious Colon ( : ) &lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2015 11:30:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Colon-Modifier/m-p/240243#M44295</guid>
      <dc:creator>DartRodrigo</dc:creator>
      <dc:date>2015-12-21T11:30:38Z</dc:date>
    </item>
  </channel>
</rss>

