<?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: Insert data in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Insert-data/m-p/591440#M169413</link>
    <description>&lt;P&gt;How to identify that I've the mixed use of&amp;nbsp; 'TAB' and 'Space' as delimiters?&lt;/P&gt;</description>
    <pubDate>Wed, 25 Sep 2019 09:25:40 GMT</pubDate>
    <dc:creator>Babloo</dc:creator>
    <dc:date>2019-09-25T09:25:40Z</dc:date>
    <item>
      <title>Insert data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insert-data/m-p/591096#M169274</link>
      <description>&lt;P&gt;I'm trying to create a SAS dataset&amp;nbsp;mentioned in table below.&amp;nbsp;However the program which I used is not producing the desired output.&amp;nbsp; Please note that there is a space in the value of the last variable PARAM_DESC. Appreciate your help here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Program:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Desired Output:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="522"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="144"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="72"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="72"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="72"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="162"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Thu, 26 Sep 2019 06:54:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insert-data/m-p/591096#M169274</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2019-09-26T06:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Insert data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insert-data/m-p/591101#M169278</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/8409"&gt;@Babloo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Missed a "&amp;amp;" for the last variable.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;PARAM_DESC  &amp;amp; $&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 Sep 2019 08:14:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insert-data/m-p/591101#M169278</guid>
      <dc:creator>KachiM</dc:creator>
      <dc:date>2019-09-24T08:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Insert data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insert-data/m-p/591104#M169280</link>
      <description>Why we need a &amp;amp;? Also the values which I entered in the datelines are&lt;BR /&gt;correct? Should I put single quotes for the values which have spaces?&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Sep 2019 08:20:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insert-data/m-p/591104#M169280</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2019-09-24T08:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Insert data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insert-data/m-p/591108#M169283</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/8409"&gt;@Babloo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Read SAS Documentation for List Input. From Docs:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The &amp;amp; (ampersand) format modifier enables you to read character values that contains one or more embedded blanks with list input and to specify a character informat. SAS reads until it encounters two consecutive blanks, the defined length of the variable, or the end of the input line, whichever comes first.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The single quotes surrounding the input string is not necessary (if you want).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 08:46:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insert-data/m-p/591108#M169283</guid>
      <dc:creator>KachiM</dc:creator>
      <dc:date>2019-09-24T08:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Insert data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insert-data/m-p/591111#M169286</link>
      <description />
      <pubDate>Thu, 26 Sep 2019 06:55:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insert-data/m-p/591111#M169286</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2019-09-26T06:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Insert data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insert-data/m-p/591115#M169290</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/8409"&gt;@Babloo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There may be 'TAB' character as separator. Replace it by a single space and try.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 09:32:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insert-data/m-p/591115#M169290</guid>
      <dc:creator>KachiM</dc:creator>
      <dc:date>2019-09-24T09:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Insert data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insert-data/m-p/591116#M169291</link>
      <description>There is already one space between each of the values.&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Sep 2019 09:51:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insert-data/m-p/591116#M169291</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2019-09-24T09:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Insert data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insert-data/m-p/591119#M169293</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/8409"&gt;@Babloo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have mixed use of 'TAB' and 'Space' as delimiters.&lt;/P&gt;
&lt;P&gt;In the first record, you have a 'TAB' character between second and third variables.(PRL*** prl_ifrs17_vlu).&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 10:02:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insert-data/m-p/591119#M169293</guid>
      <dc:creator>KachiM</dc:creator>
      <dc:date>2019-09-24T10:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Insert data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insert-data/m-p/591440#M169413</link>
      <description>&lt;P&gt;How to identify that I've the mixed use of&amp;nbsp; 'TAB' and 'Space' as delimiters?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 09:25:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insert-data/m-p/591440#M169413</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2019-09-25T09:25:40Z</dc:date>
    </item>
  </channel>
</rss>

