<?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: call execute, suppress &amp;quot;generated line&amp;quot; in the log in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/call-execute-suppress-quot-generated-line-quot-in-the-log/m-p/468684#M119756</link>
    <description>&lt;P&gt;You can do something like this:&lt;/P&gt;
&lt;PRE&gt;options nosource;
data _null_;
  set sashelp.class;
  if _n_=2 then call execute(cat('data want; set sashelp.class; where age=',strip(age),'; run;'));
run;
options source;&lt;/PRE&gt;</description>
    <pubDate>Fri, 08 Jun 2018 13:10:42 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2018-06-08T13:10:42Z</dc:date>
    <item>
      <title>call execute, suppress "generated line" in the log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/call-execute-suppress-quot-generated-line-quot-in-the-log/m-p/468683#M119755</link>
      <description>&lt;P&gt;When you run "call execute" it prints the SAS syntax generated to the log. Usually that's wonderful but if not, is there a way to suppress this information, similar to "options nomprint"?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2018 13:02:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/call-execute-suppress-quot-generated-line-quot-in-the-log/m-p/468683#M119755</guid>
      <dc:creator>ckx</dc:creator>
      <dc:date>2018-06-08T13:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: call execute, suppress "generated line" in the log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/call-execute-suppress-quot-generated-line-quot-in-the-log/m-p/468684#M119756</link>
      <description>&lt;P&gt;You can do something like this:&lt;/P&gt;
&lt;PRE&gt;options nosource;
data _null_;
  set sashelp.class;
  if _n_=2 then call execute(cat('data want; set sashelp.class; where age=',strip(age),'; run;'));
run;
options source;&lt;/PRE&gt;</description>
      <pubDate>Fri, 08 Jun 2018 13:10:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/call-execute-suppress-quot-generated-line-quot-in-the-log/m-p/468684#M119756</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-06-08T13:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: call execute, suppress "generated line" in the log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/call-execute-suppress-quot-generated-line-quot-in-the-log/m-p/468686#M119758</link>
      <description>&lt;P&gt;Use option in call execute. NOMPRINT&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
data _null_;
if _n_=1 then call execute("options nomprint;proc print data=sashelp.class;run;");
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 08 Jun 2018 13:20:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/call-execute-suppress-quot-generated-line-quot-in-the-log/m-p/468686#M119758</guid>
      <dc:creator>SuryaKiran</dc:creator>
      <dc:date>2018-06-08T13:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: call execute, suppress "generated line" in the log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/call-execute-suppress-quot-generated-line-quot-in-the-log/m-p/468689#M119759</link>
      <description>&lt;P&gt;Thanks for the very quick reply, it works brilliantly!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2018 13:25:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/call-execute-suppress-quot-generated-line-quot-in-the-log/m-p/468689#M119759</guid>
      <dc:creator>ckx</dc:creator>
      <dc:date>2018-06-08T13:25:32Z</dc:date>
    </item>
  </channel>
</rss>

