<?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: Look up cell value using line and column #s in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Look-up-cell-value-using-line-and-column-s/m-p/567729#M159689</link>
    <description>&lt;P&gt;That is the line number in the SAS LOG and the column number of the statement on that line in the log.&lt;/P&gt;
&lt;PRE&gt;525   data test;
526     set sashelp.class;
527     new=name+1;
528   run;

NOTE: Character values have been converted to numeric values at the places given by: (Line):(Column).
      527:7
&lt;/PRE&gt;
&lt;P&gt;Column 7 is the first letter of the variable NAME on line 527.&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jun 2019 18:42:22 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2019-06-20T18:42:22Z</dc:date>
    <item>
      <title>Look up cell value using line and column #s</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Look-up-cell-value-using-line-and-column-s/m-p/567727#M159687</link>
      <description>&lt;P&gt;I just received an error message below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: Character values have been converted to numeric values at the places given by:(Line):(Column).&amp;nbsp;&lt;/P&gt;&lt;P&gt;72:8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm puzzled by this message since the column 8 in my dataset is a gender variable&amp;nbsp;that has no numeric value.&amp;nbsp; I would like to look up the cell value using line and column value provided in the error message.&amp;nbsp;Please help.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 18:35:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Look-up-cell-value-using-line-and-column-s/m-p/567727#M159687</guid>
      <dc:creator>sonic_poem</dc:creator>
      <dc:date>2019-06-20T18:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Look up cell value using line and column #s</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Look-up-cell-value-using-line-and-column-s/m-p/567729#M159689</link>
      <description>&lt;P&gt;That is the line number in the SAS LOG and the column number of the statement on that line in the log.&lt;/P&gt;
&lt;PRE&gt;525   data test;
526     set sashelp.class;
527     new=name+1;
528   run;

NOTE: Character values have been converted to numeric values at the places given by: (Line):(Column).
      527:7
&lt;/PRE&gt;
&lt;P&gt;Column 7 is the first letter of the variable NAME on line 527.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 18:42:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Look-up-cell-value-using-line-and-column-s/m-p/567729#M159689</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-06-20T18:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Look up cell value using line and column #s</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Look-up-cell-value-using-line-and-column-s/m-p/567734#M159693</link>
      <description>&lt;P&gt;Got it. Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 18:56:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Look-up-cell-value-using-line-and-column-s/m-p/567734#M159693</guid>
      <dc:creator>sonic_poem</dc:creator>
      <dc:date>2019-06-20T18:56:16Z</dc:date>
    </item>
  </channel>
</rss>

