<?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: Labeling within a macro. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Labeling-within-a-macro/m-p/525439#M142976</link>
    <description>&lt;P&gt;Work in steps. Start with the code that works, and then add code and test with every single step. Something in your other code causes a problem.&lt;/P&gt;
&lt;P&gt;And enable us to follow Maxim 2 (&lt;STRONG&gt;post the log&lt;/STRONG&gt;).&lt;/P&gt;</description>
    <pubDate>Tue, 08 Jan 2019 15:24:29 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2019-01-08T15:24:29Z</dc:date>
    <item>
      <title>Labeling within a macro.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Labeling-within-a-macro/m-p/525356#M142956</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi. Do you Guys have any idea&amp;nbsp; why the labeling is not working?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc print data=work.CONTROL label;&lt;/P&gt;&lt;P&gt;var ProductType PapirNavn isinkode fondskode nominal_base ca_pv_base SystemNr DelBeh NotaNr riskType;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;label nominal_base = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'Nominelt d.kr.'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;ca_pv_base = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'Kursvardi d.kr.'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;run;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2019 09:04:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Labeling-within-a-macro/m-p/525356#M142956</guid>
      <dc:creator>Kelroy22</dc:creator>
      <dc:date>2019-01-08T09:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Labeling within a macro.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Labeling-within-a-macro/m-p/525357#M142957</link>
      <description>I have used the proc print inside and outside a macro. Still not working.</description>
      <pubDate>Tue, 08 Jan 2019 09:05:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Labeling-within-a-macro/m-p/525357#M142957</guid>
      <dc:creator>Kelroy22</dc:creator>
      <dc:date>2019-01-08T09:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Labeling within a macro.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Labeling-within-a-macro/m-p/525365#M142962</link>
      <description>&lt;P&gt;Please post your log.&lt;/P&gt;
&lt;P&gt;For reference, this works:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc print data=sashelp.class label noobs;
var name;
label name='test';
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Result:&lt;/P&gt;
&lt;PRE&gt;test

Alfred 
Alice  
Barbara
Carol  
Henry  
James  
Jane   
Janet  
Jeffrey
John   
Joyce  
Judy   
Louise 
Mary   
Philip 
Robert 
Ronald 
Thomas 
William
&lt;/PRE&gt;</description>
      <pubDate>Tue, 08 Jan 2019 09:48:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Labeling-within-a-macro/m-p/525365#M142962</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-01-08T09:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Labeling within a macro.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Labeling-within-a-macro/m-p/525423#M142974</link>
      <description>&lt;P&gt;It Works if im opening a complete new sas e.g. program but it is not working in an exisiting sas e.g. project?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you any idea why?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steffan&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2019 14:50:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Labeling-within-a-macro/m-p/525423#M142974</guid>
      <dc:creator>Kelroy22</dc:creator>
      <dc:date>2019-01-08T14:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Labeling within a macro.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Labeling-within-a-macro/m-p/525439#M142976</link>
      <description>&lt;P&gt;Work in steps. Start with the code that works, and then add code and test with every single step. Something in your other code causes a problem.&lt;/P&gt;
&lt;P&gt;And enable us to follow Maxim 2 (&lt;STRONG&gt;post the log&lt;/STRONG&gt;).&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2019 15:24:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Labeling-within-a-macro/m-p/525439#M142976</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-01-08T15:24:29Z</dc:date>
    </item>
  </channel>
</rss>

