<?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: Hello I would like to know how can I eliminated the above mentionned error message in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-eliminate-quot-SAS-went-to-a-new-line-quot-message/m-p/405320#M26056</link>
    <description>&lt;P&gt;If your input looks that way, then the message is unavoidable and perfectly natural.&lt;/P&gt;
&lt;P&gt;Unless you know beforehand the exact number of items in each line.&lt;/P&gt;</description>
    <pubDate>Wed, 18 Oct 2017 19:18:11 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2017-10-18T19:18:11Z</dc:date>
    <item>
      <title>How to eliminate "SAS went to a new line" message</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-eliminate-quot-SAS-went-to-a-new-line-quot-message/m-p/405308#M26049</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to know how to eliminate the above mentioned error message after running the following code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; test;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;input&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; name $ age @@;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;datalines&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;John 13 Monica 12 Sue 15 Stephen 10&lt;/P&gt;
&lt;P&gt;Marc 22 Lily 17&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Alain&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 20:11:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-eliminate-quot-SAS-went-to-a-new-line-quot-message/m-p/405308#M26049</guid>
      <dc:creator>alepage</dc:creator>
      <dc:date>2017-10-18T20:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hello I would like to know how can I eliminated the above mentionned error message</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-eliminate-quot-SAS-went-to-a-new-line-quot-message/m-p/405309#M26050</link>
      <description>&lt;P&gt;What message?&amp;nbsp; The only message I see is informational:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;NOTE: SAS went to a new line when INPUT statement reached past the end of a line.
NOTE: The data set WORK.TEST has 6 observations and 2 variables.&lt;/PRE&gt;</description>
      <pubDate>Wed, 18 Oct 2017 18:29:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-eliminate-quot-SAS-went-to-a-new-line-quot-message/m-p/405309#M26050</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-10-18T18:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hello I would like to know how can I eliminated the above mentionned error message</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-eliminate-quot-SAS-went-to-a-new-line-quot-message/m-p/405312#M26052</link>
      <description>&lt;P&gt;Post your code and log, including the ERROR&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 18:40:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-eliminate-quot-SAS-went-to-a-new-line-quot-message/m-p/405312#M26052</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-10-18T18:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Hello I would like to know how can I eliminated the above mentionned error message</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-eliminate-quot-SAS-went-to-a-new-line-quot-message/m-p/405319#M26055</link>
      <description>&lt;P&gt;Yes you are right.&amp;nbsp; Then what can i do to eliminate this note:&lt;/P&gt;&lt;P&gt;SAS went to a new line when INPUT statement reached past the end of a line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 19:06:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-eliminate-quot-SAS-went-to-a-new-line-quot-message/m-p/405319#M26055</guid>
      <dc:creator>alepage</dc:creator>
      <dc:date>2017-10-18T19:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Hello I would like to know how can I eliminated the above mentionned error message</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-eliminate-quot-SAS-went-to-a-new-line-quot-message/m-p/405320#M26056</link>
      <description>&lt;P&gt;If your input looks that way, then the message is unavoidable and perfectly natural.&lt;/P&gt;
&lt;P&gt;Unless you know beforehand the exact number of items in each line.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 19:18:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-eliminate-quot-SAS-went-to-a-new-line-quot-message/m-p/405320#M26056</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-10-18T19:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hello I would like to know how can I eliminated the above mentionned error message</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-eliminate-quot-SAS-went-to-a-new-line-quot-message/m-p/405322#M26057</link>
      <description>&lt;P&gt;You can consider the NONOTES option, but it seems like overkill because it suppresses all notes.&lt;/P&gt;
&lt;P&gt;The list of options related to the LOG are in the link below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?docsetId=lrcon&amp;amp;docsetTarget=n03qoiyzzrrl4in1pfvbqgj7jan8.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#p0snvrjd40a322n19moc54fx78ul" target="_blank"&gt;http://documentation.sas.com/?docsetId=lrcon&amp;amp;docsetTarget=n03qoiyzzrrl4in1pfvbqgj7jan8.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#p0snvrjd40a322n19moc54fx78ul&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 19:22:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-eliminate-quot-SAS-went-to-a-new-line-quot-message/m-p/405322#M26057</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-10-18T19:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Hello I would like to know how can I eliminated the above mentionned error message</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-eliminate-quot-SAS-went-to-a-new-line-quot-message/m-p/405324#M26058</link>
      <description>&lt;P&gt;It might not be worth the trouble, but here's something you can try.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data want;&lt;/P&gt;
&lt;P&gt;infile cards truncover;&lt;/P&gt;
&lt;P&gt;input @1&amp;nbsp; @ ;&lt;/P&gt;
&lt;P&gt;nrecs = countw(_infile_) / 2;&lt;/P&gt;
&lt;P&gt;do _n_=1 to nrecs;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; input name $ age @ ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; output;&lt;/P&gt;
&lt;P&gt;end;&lt;/P&gt;
&lt;P&gt;drop nrecs;&lt;/P&gt;
&lt;P&gt;datalines;&lt;/P&gt;
&lt;P&gt;John 13 Monica 12 Sue 15 Stephen 10&lt;/P&gt;
&lt;P&gt;Marc 22 Lily 17&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 19:27:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-eliminate-quot-SAS-went-to-a-new-line-quot-message/m-p/405324#M26058</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2017-10-18T19:27:12Z</dc:date>
    </item>
  </channel>
</rss>

