<?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: Unable to call a SAS Code through Batch command in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Unable-to-call-a-SAS-Code-through-Batch-command/m-p/257261#M4908</link>
    <description>&lt;P&gt;Juan and Timmy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your suggestions, but it wasn't the hyphen or dash. Instead it was the quotes. I ended up replacing the double quotes with single quotes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;</description>
    <pubDate>Thu, 17 Mar 2016 12:12:19 GMT</pubDate>
    <dc:creator>dpullarkat</dc:creator>
    <dc:date>2016-03-17T12:12:19Z</dc:date>
    <item>
      <title>Unable to call a SAS Code through Batch command</title>
      <link>https://communities.sas.com/t5/Developers/Unable-to-call-a-SAS-Code-through-Batch-command/m-p/256770#M4904</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have already seen the following post on the SAS communities regarding this issue and othes as well, but none of the solutions are working for me:&lt;/P&gt;&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Stored-Processes/Batch-Process-Throwing-Error/m-p/188757/highlight/true#M2912" target="_blank"&gt;https://communities.sas.com/t5/SAS-Stored-Processes/Batch-Process-Throwing-Error/m-p/188757/highlight/true#M2912&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the code which I am using:&lt;/P&gt;&lt;P&gt;"C:\Program Files\SAS93\x86\SASFoundation\9.3\sas.exe" –sysin &amp;nbsp; "C:\Users\pullarkd\Documents\Work\SAS Models\Models 1.5\SAS_Models_Macros.sas" -nosplash -icon&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And this is the error I am getting -&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/2313iEE9FE410E52EEA45/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Capture.PNG" title="Capture.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would be helpful if some can tell me where I am going wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am sure that the SAS code is accurate, since it runs and when I right click the code and select "Batch Submit", it works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Deepthi&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2016 14:01:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Unable-to-call-a-SAS-Code-through-Batch-command/m-p/256770#M4904</guid>
      <dc:creator>dpullarkat</dc:creator>
      <dc:date>2016-03-15T14:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to call a SAS Code through Batch command</title>
      <link>https://communities.sas.com/t5/Developers/Unable-to-call-a-SAS-Code-through-Batch-command/m-p/256775#M4905</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;just a wild guess, but I can see a different "minus sign"on the sysin and the nosplash and icon parameters, which I could see many times on copy and paste from windows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you run this from the command line, try to type it by hand, replacing the "-" signs by your keyboard's "-" sign.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2016 14:06:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Unable-to-call-a-SAS-Code-through-Batch-command/m-p/256775#M4905</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2016-03-15T14:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to call a SAS Code through Batch command</title>
      <link>https://communities.sas.com/t5/Developers/Unable-to-call-a-SAS-Code-through-Batch-command/m-p/256777#M4906</link>
      <description>I'm not as familiar with Windows installations, and maybe this is just a typo in the post, but is there a reason you're using the M-dash (long dash/hyphen) instead of the n-dash (single/short dash/hyphen) for the SYSIN option?</description>
      <pubDate>Tue, 15 Mar 2016 14:07:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Unable-to-call-a-SAS-Code-through-Batch-command/m-p/256777#M4906</guid>
      <dc:creator>Timmy2383</dc:creator>
      <dc:date>2016-03-15T14:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to call a SAS Code through Batch command</title>
      <link>https://communities.sas.com/t5/Developers/Unable-to-call-a-SAS-Code-through-Batch-command/m-p/256921#M4907</link>
      <description>&lt;P&gt;And as one more follow-up to the previous two, I've seen a LOT of problems from any code associated with SAS that has been edited in MS-Word. Word tends to use "pretty" punctuation symbols, which SAS doesn't recognize. In addition to the dashes, watch out for single and double quotes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2016 22:08:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Unable-to-call-a-SAS-Code-through-Batch-command/m-p/256921#M4907</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2016-03-15T22:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to call a SAS Code through Batch command</title>
      <link>https://communities.sas.com/t5/Developers/Unable-to-call-a-SAS-Code-through-Batch-command/m-p/257261#M4908</link>
      <description>&lt;P&gt;Juan and Timmy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your suggestions, but it wasn't the hyphen or dash. Instead it was the quotes. I ended up replacing the double quotes with single quotes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 12:12:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Unable-to-call-a-SAS-Code-through-Batch-command/m-p/257261#M4908</guid>
      <dc:creator>dpullarkat</dc:creator>
      <dc:date>2016-03-17T12:12:19Z</dc:date>
    </item>
  </channel>
</rss>

