<?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: How to walkthrough a data step in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-walkthrough-a-data-step/m-p/72250#M20920</link>
    <description>Are you looking to debug the datastep ? If yes try this&lt;BR /&gt;
&lt;BR /&gt;
data test /debug;&lt;BR /&gt;
 ..........&lt;BR /&gt;
...............&lt;BR /&gt;
&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
This will open few  windows:&lt;BR /&gt;
Press enter to go through the code. if want to examine the value of variables , use command &lt;I&gt;examine&lt;/I&gt; variable name e,g&lt;BR /&gt;
examine date;&lt;BR /&gt;
it will show the value of variable.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps.</description>
    <pubDate>Wed, 15 Sep 2010 15:33:21 GMT</pubDate>
    <dc:creator>Pdogra</dc:creator>
    <dc:date>2010-09-15T15:33:21Z</dc:date>
    <item>
      <title>How to walkthrough a data step</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-walkthrough-a-data-step/m-p/72248#M20918</link>
      <description>Is there a way to walk through a data step and see what is going on in the log, much like using the options MLOGIC and MPRINT for a macro?&lt;BR /&gt;
&lt;BR /&gt;
Cheers</description>
      <pubDate>Wed, 15 Sep 2010 04:07:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-walkthrough-a-data-step/m-p/72248#M20918</guid>
      <dc:creator>trekvana</dc:creator>
      <dc:date>2010-09-15T04:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to walkthrough a data step</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-walkthrough-a-data-step/m-p/72249#M20919</link>
      <description>There is no direct equivalent to MLOGIC.&lt;BR /&gt;
If you are using DMS SAS, use the data step debugger.&lt;BR /&gt;
You can also use the PUT statement to view the current values of variables, and other information.&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Wed, 15 Sep 2010 07:07:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-walkthrough-a-data-step/m-p/72249#M20919</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2010-09-15T07:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to walkthrough a data step</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-walkthrough-a-data-step/m-p/72250#M20920</link>
      <description>Are you looking to debug the datastep ? If yes try this&lt;BR /&gt;
&lt;BR /&gt;
data test /debug;&lt;BR /&gt;
 ..........&lt;BR /&gt;
...............&lt;BR /&gt;
&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
This will open few  windows:&lt;BR /&gt;
Press enter to go through the code. if want to examine the value of variables , use command &lt;I&gt;examine&lt;/I&gt; variable name e,g&lt;BR /&gt;
examine date;&lt;BR /&gt;
it will show the value of variable.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps.</description>
      <pubDate>Wed, 15 Sep 2010 15:33:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-walkthrough-a-data-step/m-p/72250#M20920</guid>
      <dc:creator>Pdogra</dc:creator>
      <dc:date>2010-09-15T15:33:21Z</dc:date>
    </item>
  </channel>
</rss>

