<?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: Abort statement not executed in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Abort-statement-not-executed/m-p/387573#M92928</link>
    <description>&lt;P&gt;What did you expect to happen, and what happened instead? Also post the log.&lt;/P&gt;</description>
    <pubDate>Sat, 12 Aug 2017 14:41:41 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2017-08-12T14:41:41Z</dc:date>
    <item>
      <title>Abort statement not executed</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Abort-statement-not-executed/m-p/387570#M92925</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to execute below code and unable to run program.&lt;/P&gt;&lt;P&gt;please help me on this .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mahesh .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%let flag=False;&lt;BR /&gt;%macro checkpoint();&lt;/P&gt;&lt;P&gt;%if %sysfunc(compress(&amp;amp;flag)) ="False" %then %do;&lt;BR /&gt;data _null_;&lt;BR /&gt;file print;&lt;BR /&gt;put "my program going to abort"&lt;BR /&gt;run;&lt;BR /&gt;%abort ;&lt;BR /&gt;%end;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%else %if %sysfunc(compress(&amp;amp;flag)) ="True" %then %do;&lt;BR /&gt;proc print data=sashelp.class;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;%end;&lt;BR /&gt;%mend;&lt;BR /&gt;%checkpoint;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Aug 2017 13:48:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Abort-statement-not-executed/m-p/387570#M92925</guid>
      <dc:creator>Mahesh_124</dc:creator>
      <dc:date>2017-08-12T13:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Abort statement not executed</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Abort-statement-not-executed/m-p/387573#M92928</link>
      <description>&lt;P&gt;What did you expect to happen, and what happened instead? Also post the log.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Aug 2017 14:41:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Abort-statement-not-executed/m-p/387573#M92928</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-08-12T14:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Abort statement not executed</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Abort-statement-not-executed/m-p/387574#M92929</link>
      <description>&lt;P&gt;&lt;SPAN&gt;%if &amp;amp;flag=False %then %do;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;%else %if &amp;amp;flag=True %then %do;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Try formulating your Boolean expressions like this.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Aug 2017 15:31:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Abort-statement-not-executed/m-p/387574#M92929</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-08-12T15:31:47Z</dc:date>
    </item>
  </channel>
</rss>

