<?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: Edit of Table Title in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Edit-of-Table-Title/m-p/883447#M349056</link>
    <description>&lt;P&gt;The solution worked.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jul 2023 13:41:16 GMT</pubDate>
    <dc:creator>Lonny</dc:creator>
    <dc:date>2023-07-04T13:41:16Z</dc:date>
    <item>
      <title>Edit of Table Title</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Edit-of-Table-Title/m-p/883148#M348964</link>
      <description>&lt;P&gt;Good day,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran summary statistics on my data and my analysis variable is repeated (twice) in the table title. How do I correct this so the analysis variable is listed once?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 16:45:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Edit-of-Table-Title/m-p/883148#M348964</guid>
      <dc:creator>Lonny</dc:creator>
      <dc:date>2023-06-30T16:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Edit of Table Title</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Edit-of-Table-Title/m-p/883150#M348965</link>
      <description>Can you send a screen print of the results.&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Jun 2023 16:56:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Edit-of-Table-Title/m-p/883150#M348965</guid>
      <dc:creator>JOL</dc:creator>
      <dc:date>2023-06-30T16:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Edit of Table Title</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Edit-of-Table-Title/m-p/883160#M348969</link>
      <description>Yes. Basically in the titale it will say Analysis Variable: SL Score SL Score&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Jun 2023 18:50:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Edit-of-Table-Title/m-p/883160#M348969</guid>
      <dc:creator>Lonny</dc:creator>
      <dc:date>2023-06-30T18:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Edit of Table Title</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Edit-of-Table-Title/m-p/883177#M348970</link>
      <description>&lt;P&gt;That is probably the LABEL that is attached to the variable.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try this example:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc means data=sashelp.class ;
  var age;
run;
proc means data=sashelp.class ;
  var age;
  label age='age';
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You can either use a LABEL statement to remove the label.&amp;nbsp; Or add the NOLABELS option to the PROC MEANS statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As to why someone would make a variable named SL with a label of 'Score SL Score' makes no sense.&amp;nbsp; Or worse why anyone would make a variable named 'SL Score'n with an embedded space in the middle of the variable name and then also attach a label to it that did not add any extra information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you sure the printout was not something like "SL_SCORE SL Score" ?&amp;nbsp; That makes more sense because then the variable name is probably SL_SCORE and the label is "SL Score".&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jul 2023 02:08:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Edit-of-Table-Title/m-p/883177#M348970</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-07-01T02:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Edit of Table Title</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Edit-of-Table-Title/m-p/883447#M349056</link>
      <description>&lt;P&gt;The solution worked.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 13:41:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Edit-of-Table-Title/m-p/883447#M349056</guid>
      <dc:creator>Lonny</dc:creator>
      <dc:date>2023-07-04T13:41:16Z</dc:date>
    </item>
  </channel>
</rss>

