<?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: LABEL statement is not working? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/LABEL-statement-is-not-working/m-p/782505#M249461</link>
    <description>&lt;P&gt;And instead of running a data step over the whole dataset, use PROC DATASETS to only change the metadata in the dataset header.&lt;/P&gt;</description>
    <pubDate>Fri, 26 Nov 2021 07:57:32 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2021-11-26T07:57:32Z</dc:date>
    <item>
      <title>LABEL statement is not working?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/LABEL-statement-is-not-working/m-p/782478#M249447</link>
      <description>&lt;P&gt;This code is run after proc logistic. No errors in log but no label either. What is wrong here? Thank you.&lt;/P&gt;
&lt;P&gt;MM&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;data pred; set pred;
label stdresdev="StandardizedDevianceResiduals";
run;
proc print; run;&lt;/PRE&gt;
&lt;P&gt;pred is created during a run of proc logistic. no errors in log.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;output out=pred predprobs=individual xbeta=xbeta p=probability lower=lower upper=upper  reschi=reschi resdev=resdev stdresdev=stdresdev / alpha=.05;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 19:32:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/LABEL-statement-is-not-working/m-p/782478#M249447</guid>
      <dc:creator>MaryA_Marion</dc:creator>
      <dc:date>2021-11-25T19:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: LABEL statement is not working?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/LABEL-statement-is-not-working/m-p/782479#M249448</link>
      <description>&lt;P&gt;Use the LABEL option in PROC PRINT.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 19:58:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/LABEL-statement-is-not-working/m-p/782479#M249448</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-11-25T19:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: LABEL statement is not working?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/LABEL-statement-is-not-working/m-p/782482#M249450</link>
      <description>&lt;P&gt;Adding to what&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;already proposed, you can even split the label to improve readability (if that word exists?) :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
stdresdev=2.7;
label stdresdev="Standardized*Deviance*Residuals";
run;

proc print data=have label split='*'; run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 21:06:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/LABEL-statement-is-not-working/m-p/782482#M249450</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-11-25T21:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: LABEL statement is not working?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/LABEL-statement-is-not-working/m-p/782486#M249453</link>
      <description>&lt;P&gt;Good point. If you are going to create a label, make it a readable label.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 21:58:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/LABEL-statement-is-not-working/m-p/782486#M249453</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-11-25T21:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: LABEL statement is not working?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/LABEL-statement-is-not-working/m-p/782505#M249461</link>
      <description>&lt;P&gt;And instead of running a data step over the whole dataset, use PROC DATASETS to only change the metadata in the dataset header.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Nov 2021 07:57:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/LABEL-statement-is-not-working/m-p/782505#M249461</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-11-26T07:57:32Z</dc:date>
    </item>
  </channel>
</rss>

