<?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: SAS :Debug Options in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/SAS-Debug-Options/m-p/30309#M7175</link>
    <description>Thanks for ur reply...</description>
    <pubDate>Wed, 13 May 2009 05:33:44 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-05-13T05:33:44Z</dc:date>
    <item>
      <title>SAS :Debug Options</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-Debug-Options/m-p/30306#M7172</link>
      <description>Ques: Debug For data step used in Macros...&lt;BR /&gt;
&lt;BR /&gt;
If i have 100or more of data steps ....how  can i debug rather using for each datastep /debug ? Any other options to trace the code ??&lt;BR /&gt;
&lt;BR /&gt;
For valuable suggestions &amp;amp; replies...&lt;BR /&gt;
Thanks in advance ....&lt;BR /&gt;
giri</description>
      <pubDate>Mon, 11 May 2009 12:55:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-Debug-Options/m-p/30306#M7172</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-05-11T12:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAS :Debug Options</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-Debug-Options/m-p/30307#M7173</link>
      <description>You can add SAS log diagnostic statements such as PUTLOG either with _ALL_;  or selected SAS variables -- and when you have multiple per DATA step, you can use a "tag" identifier placed in the PUTLOG, such as:&lt;BR /&gt;
&lt;BR /&gt;
PUTLOG "&amp;gt;DIAG1&amp;gt;" / _ALL_;&lt;BR /&gt;
&lt;BR /&gt;
Of course, other techniques for "abbreviated" processing exist for testing, such as using:&lt;BR /&gt;
&lt;BR /&gt;
OPTIONS OBS=nnn;  /* limit processing to nnn observations */&lt;BR /&gt;
&lt;BR /&gt;
Then you may also need the stmt below later depending on your DATA/PROC step flow:&lt;BR /&gt;
&lt;BR /&gt;
OPTIONS OBS=MAX;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Mon, 11 May 2009 15:03:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-Debug-Options/m-p/30307#M7173</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-05-11T15:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS :Debug Options</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-Debug-Options/m-p/30308#M7174</link>
      <description>I cannot imagine your challenge ~ debugging 100+ data steps ~  but can offer a systematic way to debug all data steps.[pre]   option dsoptions= debug ;[/pre]Switch off the setting with[pre]   option dsoptions= nodebug ; [/pre] &lt;BR /&gt;
 PeterC</description>
      <pubDate>Mon, 11 May 2009 15:24:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-Debug-Options/m-p/30308#M7174</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2009-05-11T15:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAS :Debug Options</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-Debug-Options/m-p/30309#M7175</link>
      <description>Thanks for ur reply...</description>
      <pubDate>Wed, 13 May 2009 05:33:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-Debug-Options/m-p/30309#M7175</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-05-13T05:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAS :Debug Options</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-Debug-Options/m-p/30310#M7176</link>
      <description>your information helped me .. Thanks ..</description>
      <pubDate>Wed, 13 May 2009 05:36:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-Debug-Options/m-p/30310#M7176</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-05-13T05:36:18Z</dc:date>
    </item>
  </channel>
</rss>

