Hi,<br><br>I am writing some explanations on using SAS (statistical software), for which I am trying to use @@code here@@ or (:source lang=SAS:)[@ some code here@], which uses the&nbsp; source block recipe. It works OK until I try to use some code that includes &quot;call system(file name);&quot; For example, if I use:
<br><br>(:source lang=SAS:)[@<br>data _null_;<br>&nbsp;&nbsp;&nbsp; call system(&#39;c:\simproj\analysis.bat&#39;);<br>run;<br>@]<br><br>when saving the page I get the error message &quot;&quot;The server is temporarily unable to service your request due to maintenance downtime or capacity problems&quot;. I have tried several code examples, and have problems only with call system. 
<br><br>Does anybody:<br>1. Know why is this happening?<br>2. have a workaround?<br><br>Cheers,<br><br><br>Luis<br><br>&#39;We can only see a short distance ahead, but we can<br> see plenty there that needs to be done&#39;--Alan Turing