<?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: [Urgent] Issue with Input &amp;amp; : in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Urgent-Issue-with-Input-amp/m-p/673150#M202448</link>
    <description>&lt;P&gt;You should post code on this forum into a code box opened with either the &amp;lt;/&amp;gt; or "running man" icon. The main message windows will reformat text, often removing white space or inserting/replacing characters with html tags.&lt;/P&gt;
&lt;P&gt;You may want to look very closely at your post and see if the code actually looks as it did in your editor.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then copy the code from the post, paste into your editor and see if you get exactly the same results&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jul 2020 14:36:21 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2020-07-29T14:36:21Z</dc:date>
    <item>
      <title>[Urgent] Issue with Input &amp; :</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Urgent-Issue-with-Input-amp/m-p/673084#M202414</link>
      <description>&lt;P&gt;After I run the code, I found that there is a format shift in Jorgensen and Robinson, while the other data does not have such problem. May I know the reason why? Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DATA grades;&lt;BR /&gt;input Name &amp;amp;$9. Gender: $1. Section: $3. ExamGrade1 @@;&lt;BR /&gt;Datalines;&lt;BR /&gt;Jones &amp;nbsp; &amp;nbsp; &amp;nbsp; F Mon &amp;nbsp; 39 &amp;nbsp; &amp;nbsp;Jorgensen &amp;nbsp; M Mon 63&lt;BR /&gt;Judson &amp;nbsp; &amp;nbsp; F Fri &amp;nbsp; &amp;nbsp; &amp;nbsp;89 &amp;nbsp; &amp;nbsp;Kuhn &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; F &amp;nbsp;Mon 89&lt;BR /&gt;LeBlanc &amp;nbsp; &amp;nbsp;F Fri &amp;nbsp; &amp;nbsp; &amp;nbsp;70 &amp;nbsp; &amp;nbsp;Lee &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; M Fri &amp;nbsp; &amp;nbsp;48&lt;BR /&gt;Litowski &amp;nbsp; &amp;nbsp;M Fri &amp;nbsp; &amp;nbsp; 85 &amp;nbsp; &amp;nbsp;Malloy &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; M Wed 79&lt;BR /&gt;Meyer &amp;nbsp; &amp;nbsp; &amp;nbsp; F Fri &amp;nbsp; &amp;nbsp; 85 &amp;nbsp; &amp;nbsp;Nichols &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;M Mon 58&lt;BR /&gt;Oliver &amp;nbsp; &amp;nbsp; &amp;nbsp; F Mon &amp;nbsp; 41 &amp;nbsp; &amp;nbsp;Park &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;F Mon &amp;nbsp;77&lt;BR /&gt;Patel &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;M Wed &amp;nbsp;73 &amp;nbsp; &amp;nbsp;Randleman F Wed &amp;nbsp;46&lt;BR /&gt;Robinson M Fri &amp;nbsp; &amp;nbsp; 64 &amp;nbsp; &amp;nbsp;Shien &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; M Wed 55&lt;BR /&gt;Simonson M Wed 62 &amp;nbsp; &amp;nbsp;Smith N &amp;nbsp; &amp;nbsp; &amp;nbsp; M Wed 71&lt;BR /&gt;Smith R &amp;nbsp; &amp;nbsp;M Mon &amp;nbsp;79 &amp;nbsp; &amp;nbsp;Sullivan &amp;nbsp; &amp;nbsp; &amp;nbsp; M Fri &amp;nbsp; &amp;nbsp;77&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 11:27:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Urgent-Issue-with-Input-amp/m-p/673084#M202414</guid>
      <dc:creator>Joseph2020</dc:creator>
      <dc:date>2020-07-29T11:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: [Urgent] Issue with Input &amp; :</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Urgent-Issue-with-Input-amp/m-p/673089#M202416</link>
      <description>&lt;P&gt;The &amp;amp; indicates SAS will continue reading the field until two (or more) blanks appear consecutively.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Randleman has only one blank after the name. So you need to be sure that each name has two blanks after it.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 11:59:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Urgent-Issue-with-Input-amp/m-p/673089#M202416</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-07-29T11:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: [Urgent] Issue with Input &amp; :</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Urgent-Issue-with-Input-amp/m-p/673150#M202448</link>
      <description>&lt;P&gt;You should post code on this forum into a code box opened with either the &amp;lt;/&amp;gt; or "running man" icon. The main message windows will reformat text, often removing white space or inserting/replacing characters with html tags.&lt;/P&gt;
&lt;P&gt;You may want to look very closely at your post and see if the code actually looks as it did in your editor.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then copy the code from the post, paste into your editor and see if you get exactly the same results&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 14:36:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Urgent-Issue-with-Input-amp/m-p/673150#M202448</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-07-29T14:36:21Z</dc:date>
    </item>
  </channel>
</rss>

