<?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: Enabling X command for SAS JOB in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Enabling-X-command-for-SAS-JOB/m-p/118220#M293213</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no option called allowxcmd outside of the management console gui and it is not part of SAS Data Step Batch Server.&lt;/P&gt;&lt;P&gt;There is no option for the ObjectSpawner for -allowxcmd that should be removed.&lt;/P&gt;&lt;P&gt;You should edit you sasbatch.sh file and instead of -allowxcmd, just put -xcmd, the correct option name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be seeing error's the way you have it setup now that you are passing bad options, if you are not, I am surprised.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jun 2013 11:54:23 GMT</pubDate>
    <dc:creator>FriedEgg</dc:creator>
    <dc:date>2013-06-26T11:54:23Z</dc:date>
    <item>
      <title>Enabling X command for SAS JOB</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Enabling-X-command-for-SAS-JOB/m-p/118218#M293211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are deploying a SAS Job having x command within the SAS Code.The job is executed on SAS Data step batch server. To enble the X command in the job we have made following changes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. Enabled X command from SAS Mangement console for SAS App.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. Enabled X command for Object spawner by specifying -allowxcmd in Objectspawner.sh file.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in sasbatch.sh its not taking -allowxcmd option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Kindly guide us that how can we enable X command for SAS Data Step Batch Server.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rakshit Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 16:08:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Enabling-X-command-for-SAS-JOB/m-p/118218#M293211</guid>
      <dc:creator>rakshit_shah</dc:creator>
      <dc:date>2013-06-25T16:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling X command for SAS JOB</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Enabling-X-command-for-SAS-JOB/m-p/118219#M293212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you say "&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;not taking&lt;/SPAN&gt;" what do you mean by this? Is there an error message or warning message? If yes, then please share the message(s) so that someone might be able provide an answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the following relevant to what you are trying to do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/bidaag/61231/HTML/default/viewer.htm#a003136926.htm" title="http://support.sas.com/documentation/cdl/en/bidaag/61231/HTML/default/viewer.htm#a003136926.htm"&gt;SAS(R) 9.2 Intelligence Platform: Desktop Application Administration Guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're not getting the help you need then it might be worth contacting SAS Technical Support using the link at the bottom of this page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amir.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 11:37:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Enabling-X-command-for-SAS-JOB/m-p/118219#M293212</guid>
      <dc:creator>Amir</dc:creator>
      <dc:date>2013-06-26T11:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling X command for SAS JOB</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Enabling-X-command-for-SAS-JOB/m-p/118220#M293213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no option called allowxcmd outside of the management console gui and it is not part of SAS Data Step Batch Server.&lt;/P&gt;&lt;P&gt;There is no option for the ObjectSpawner for -allowxcmd that should be removed.&lt;/P&gt;&lt;P&gt;You should edit you sasbatch.sh file and instead of -allowxcmd, just put -xcmd, the correct option name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be seeing error's the way you have it setup now that you are passing bad options, if you are not, I am surprised.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 11:54:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Enabling-X-command-for-SAS-JOB/m-p/118220#M293213</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2013-06-26T11:54:23Z</dc:date>
    </item>
  </channel>
</rss>

