<?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: enter data with long char in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/enter-data-with-long-char/m-p/591836#M169627</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159549"&gt;@Ronein&lt;/a&gt;&amp;nbsp; That's happening bcoz of automative FLOWOVER default in reading variable length records that makes SAS to read the next dataline into the input buffer to read until the specified length defined in the informat. To override that, you need TRUNCOVER&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
Data tbl;
infile cards truncover;
informat x $200.;
input x $200.;
cards;
אאאאא אאאאא
הההההה דדדדד דד בב
כככככ ררררר ייי ככ
ייייי סססס ככ
ייי עעע כככ+גגגג  גג
כככעי גגגג
;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;BTW, Shalom!&amp;nbsp; I love Hebrew!&lt;/P&gt;</description>
    <pubDate>Thu, 26 Sep 2019 12:12:04 GMT</pubDate>
    <dc:creator>novinosrin</dc:creator>
    <dc:date>2019-09-26T12:12:04Z</dc:date>
    <item>
      <title>enter data with long char</title>
      <link>https://communities.sas.com/t5/SAS-Programming/enter-data-with-long-char/m-p/591833#M169624</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;I am creating a data set that has long characters.&lt;BR /&gt;It is in Hebrew language.&lt;BR /&gt;I don't&amp;nbsp; know why in the output data set I have only 3 rows while I entered 6 rows&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
Data tbl;
informat x $200.;
input x $200.;
cards;
אאאאא אאאאא
הההההה דדדדד דד בב
כככככ ררררר ייי ככ
ייייי סססס ככ
ייי עעע כככ+גגגג  גג
כככעי גגגג
;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 12:06:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/enter-data-with-long-char/m-p/591833#M169624</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2019-09-26T12:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: enter data with long char</title>
      <link>https://communities.sas.com/t5/SAS-Programming/enter-data-with-long-char/m-p/591836#M169627</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159549"&gt;@Ronein&lt;/a&gt;&amp;nbsp; That's happening bcoz of automative FLOWOVER default in reading variable length records that makes SAS to read the next dataline into the input buffer to read until the specified length defined in the informat. To override that, you need TRUNCOVER&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
Data tbl;
infile cards truncover;
informat x $200.;
input x $200.;
cards;
אאאאא אאאאא
הההההה דדדדד דד בב
כככככ ררררר ייי ככ
ייייי סססס ככ
ייי עעע כככ+גגגג  גג
כככעי גגגג
;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;BTW, Shalom!&amp;nbsp; I love Hebrew!&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 12:12:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/enter-data-with-long-char/m-p/591836#M169627</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2019-09-26T12:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: enter data with long char</title>
      <link>https://communities.sas.com/t5/SAS-Programming/enter-data-with-long-char/m-p/591944#M169669</link>
      <description>&lt;P&gt;Thank you so much! Let's start learn Hebrew...lol&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 18:18:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/enter-data-with-long-char/m-p/591944#M169669</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2019-09-26T18:18:29Z</dc:date>
    </item>
  </channel>
</rss>

