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 source block recipe. It works OK until I try to use some code that includes "call system(file name);" For example, if I use:
<br><br>(:source lang=SAS:)[@<br>data _null_;<br> call system('c:\simproj\analysis.bat');<br>run;<br>@]<br><br>when saving the page I get the error message ""The server is temporarily unable to service your request due to maintenance downtime or capacity problems". 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>'We can only see a short distance ahead, but we can<br> see plenty there that needs to be done'--Alan Turing