<?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: macro printing in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/macro-printing/m-p/32242#M6235</link>
    <description>Your OPTIONS statement controls SASLOG output generated by SAS - NOSOURCE NOSOURCE2 NOMACROGEN NOSYMBOLGEN NOMLOGIC NOMPRINT are possible solutions to reduce the SAS log generated.  Otherwise, it's unclear what is generating the SAS log -- without sharing your SAS code.  For example, you may have a DATA step that generates SAS log output using PUT or PUTLOG.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
    <pubDate>Thu, 14 May 2009 13:57:02 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2009-05-14T13:57:02Z</dc:date>
    <item>
      <title>macro printing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/macro-printing/m-p/32241#M6234</link>
      <description>In the macro of a loop code, I put symbolgen mlogic mprint and this code is printing the 17000+ members that I use as filter.  This prints all the 17000+ memsysid's in the saslog each time it goes through the loop and at times this will make the PC SAS windows full and I have to terminate the session.  Is there a way to not let the macro print the 17000+ indiv id in the saslog.  I tried using options symbolgen mlogic nomprint but this still printed the memsysid's in the saslog.  Any suggestions?</description>
      <pubDate>Thu, 14 May 2009 13:52:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/macro-printing/m-p/32241#M6234</guid>
      <dc:creator>Karo_22</dc:creator>
      <dc:date>2009-05-14T13:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: macro printing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/macro-printing/m-p/32242#M6235</link>
      <description>Your OPTIONS statement controls SASLOG output generated by SAS - NOSOURCE NOSOURCE2 NOMACROGEN NOSYMBOLGEN NOMLOGIC NOMPRINT are possible solutions to reduce the SAS log generated.  Otherwise, it's unclear what is generating the SAS log -- without sharing your SAS code.  For example, you may have a DATA step that generates SAS log output using PUT or PUTLOG.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Thu, 14 May 2009 13:57:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/macro-printing/m-p/32242#M6235</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-05-14T13:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: macro printing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/macro-printing/m-p/32243#M6236</link>
      <description>It was a success.  It gave me a saslog without printing all the 17000+ individual id's that I used as filter to pull in the claims.  &lt;BR /&gt;
Thanks so much.  &lt;BR /&gt;
&lt;BR /&gt;
The other thing now is for me to know how to run the program optimmally efficient....i have a loop for the 17000+ indiv id's but am not sure if that's optimal. In the past I ran into problem that macro can hold (I think) 2000 values. Any suggestions?</description>
      <pubDate>Thu, 14 May 2009 14:40:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/macro-printing/m-p/32243#M6236</guid>
      <dc:creator>Karo_22</dc:creator>
      <dc:date>2009-05-14T14:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: macro printing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/macro-printing/m-p/32244#M6237</link>
      <description>Share your SAS code, in order to get some reasonable feedback.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Thu, 14 May 2009 15:37:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/macro-printing/m-p/32244#M6237</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-05-14T15:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: macro printing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/macro-printing/m-p/32245#M6238</link>
      <description>would you please give me your email or different way of getting code to you. I don't want to just post it on the forum...hope you understand. Thanks.</description>
      <pubDate>Thu, 14 May 2009 15:48:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/macro-printing/m-p/32245#M6238</guid>
      <dc:creator>Karo_22</dc:creator>
      <dc:date>2009-05-14T15:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: macro printing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/macro-printing/m-p/32246#M6239</link>
      <description>Sorry, for confusion. I think I got it to work on my end. Thanks for your help earlier in the original question. THANKS  &amp;amp; have a great day.</description>
      <pubDate>Thu, 14 May 2009 15:51:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/macro-printing/m-p/32246#M6239</guid>
      <dc:creator>Karo_22</dc:creator>
      <dc:date>2009-05-14T15:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: macro printing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/macro-printing/m-p/32247#M6240</link>
      <description>Good to hear you were successful - it would be helpful to share your experience and results with the forum subscribers / viewers, for their interest and consideration.  Also, for future reference, it is a more useful (and personal preferred approach) that you post code, SAS log and sample data (instream) to the forum in a  post reply rather than limiting it to one individual -- since this is a general forum and not really a support help desk.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Thu, 14 May 2009 17:26:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/macro-printing/m-p/32247#M6240</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-05-14T17:26:52Z</dc:date>
    </item>
  </channel>
</rss>

