<?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: what does the @ mean ? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/what-does-the-mean/m-p/725031#M225143</link>
    <description>&lt;P&gt;Hold the input data line for the next INPUT statement within that pass through the DATA step.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Mar 2021 02:44:13 GMT</pubDate>
    <dc:creator>WarrenKuhfeld</dc:creator>
    <dc:date>2021-03-10T02:44:13Z</dc:date>
    <item>
      <title>what does the @ mean ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/what-does-the-mean/m-p/725027#M225140</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tianerhu_0-1615343336507.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/55754i78DBC52165E22982/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tianerhu_0-1615343336507.png" alt="tianerhu_0-1615343336507.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Could you tell me what the five @s mean&amp;nbsp; ?&amp;nbsp; Thank you .&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 02:30:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/what-does-the-mean/m-p/725027#M225140</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2021-03-10T02:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: what does the @ mean ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/what-does-the-mean/m-p/725031#M225143</link>
      <description>&lt;P&gt;Hold the input data line for the next INPUT statement within that pass through the DATA step.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 02:44:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/what-does-the-mean/m-p/725031#M225143</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2021-03-10T02:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: what does the @ mean ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/what-does-the-mean/m-p/725032#M225144</link>
      <description>&lt;P&gt;Read the logs.&lt;BR /&gt;It's in a post a while back.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it's &lt;A href="https://communities.sas.com/t5/SAS-Programming/what-does-the-mean-in-the-input-statement/m-p/724748#M225030" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 02:50:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/what-does-the-mean/m-p/725032#M225144</guid>
      <dc:creator>japelin</dc:creator>
      <dc:date>2021-03-10T02:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: what does the @ mean ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/what-does-the-mean/m-p/725081#M225173</link>
      <description>&lt;P&gt;@ and a number means "read &lt;STRONG&gt;at&lt;/STRONG&gt; column &amp;lt;that number&amp;gt;"&lt;/P&gt;
&lt;P&gt;@"some text"&amp;nbsp;&amp;nbsp; means "read from the column immediately after the text in the quotes if it is on the current line"&lt;/P&gt;
&lt;P&gt;@ at the end of an input statement is the same as in &lt;A href="https://communities.sas.com/t5/SAS-Programming/what-does-the-mean-in-the-input-statement/m-p/724747" target="_blank"&gt;https://communities.sas.com/t5/SAS-Programming/what-does-the-mean-in-the-input-statement/m-p/724747&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=lestmtsref&amp;amp;docsetTarget=n13ejk9swz5vrbn0z34iazfrp0wp.htm&amp;amp;locale=en"&gt;https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=lestmtsref&amp;amp;docsetTarget=n13ejk9swz5vrbn0z34iazfrp0wp.htm&amp;amp;locale=en&lt;/A&gt;&amp;nbsp; has the documentation on various ways to specify which column to read from&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Read the documentation for LIST , FORMATTED and NAMED input as well since these can be mixed on a single INPUT statement (with some limits)&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 09:28:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/what-does-the-mean/m-p/725081#M225173</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-03-10T09:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: what does the @ mean ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/what-does-the-mean/m-p/725129#M225194</link>
      <description>&lt;P&gt;Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 13:45:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/what-does-the-mean/m-p/725129#M225194</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2021-03-10T13:45:07Z</dc:date>
    </item>
  </channel>
</rss>

