<?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 call sound cost double time of its parameter in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/call-sound-cost-double-time-of-its-parameter/m-p/959458#M374348</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test;
  call sound(440,1000);
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;When running a call sound routine, it costs SAS double time of its second parameter to finish the data step:&lt;/P&gt;
&lt;PRE&gt;NOTE: The data set WORK.TEST has 1 observations and 0 variables.
NOTE: DATA statement used (Total process time):
      real time           2.03 seconds
      cpu time            0.00 seconds
&lt;/PRE&gt;
&lt;P&gt;And the voice can be heard only for 1 second, another 1 second is blank.&lt;/P&gt;
&lt;P&gt;Why this happens? If I don't get it wrong, a SASor can write single-note very fluently songs in the old time.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Feb 2025 09:23:14 GMT</pubDate>
    <dc:creator>whymath</dc:creator>
    <dc:date>2025-02-18T09:23:14Z</dc:date>
    <item>
      <title>call sound cost double time of its parameter</title>
      <link>https://communities.sas.com/t5/SAS-Programming/call-sound-cost-double-time-of-its-parameter/m-p/959458#M374348</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test;
  call sound(440,1000);
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;When running a call sound routine, it costs SAS double time of its second parameter to finish the data step:&lt;/P&gt;
&lt;PRE&gt;NOTE: The data set WORK.TEST has 1 observations and 0 variables.
NOTE: DATA statement used (Total process time):
      real time           2.03 seconds
      cpu time            0.00 seconds
&lt;/PRE&gt;
&lt;P&gt;And the voice can be heard only for 1 second, another 1 second is blank.&lt;/P&gt;
&lt;P&gt;Why this happens? If I don't get it wrong, a SASor can write single-note very fluently songs in the old time.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 09:23:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/call-sound-cost-double-time-of-its-parameter/m-p/959458#M374348</guid>
      <dc:creator>whymath</dc:creator>
      <dc:date>2025-02-18T09:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: call sound cost double time of its parameter</title>
      <link>https://communities.sas.com/t5/SAS-Programming/call-sound-cost-double-time-of-its-parameter/m-p/959460#M374350</link>
      <description>&lt;P&gt;This obviously depends on environment:&lt;/P&gt;
&lt;PRE&gt; 69         data _null_;
 70           call sound(440,1000);
 71         run;
 
 NOTE:  Verwendet wurde: DATA statement - (Gesamtverarbeitungszeit):
       real time           0.00 seconds
       user cpu time       0.00 seconds
       system cpu time     0.00 seconds
&lt;/PRE&gt;
&lt;P&gt;SAS On Demand, where sound makes no sense anyway.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 10:01:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/call-sound-cost-double-time-of-its-parameter/m-p/959460#M374350</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2025-02-18T10:01:03Z</dc:date>
    </item>
  </channel>
</rss>

