<?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: Batch process in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Batch-process/m-p/170580#M32760</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i trying to use options nosyntaxcheck nodmssynchk;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 May 2014 07:56:57 GMT</pubDate>
    <dc:creator>Aman4SAS</dc:creator>
    <dc:date>2014-05-23T07:56:57Z</dc:date>
    <item>
      <title>Batch process</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Batch-process/m-p/170574#M32754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am running a macro program script in batch process,&lt;/P&gt;&lt;P&gt;Where i am using proc x11, as per nature of proc x11, if get missing or 0 its shows error for particular segment. &lt;/P&gt;&lt;P&gt;Which is acceptable for my condition.&lt;/P&gt;&lt;P&gt;But it doesn't move for further in batch process while its running fine in interactive window mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; scenario, there is 100 sheets in one excel , i am running do loop and getting each sheets as dataset and using proc x11 for each sheet to get the adjusted values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 06:24:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Batch-process/m-p/170574#M32754</guid>
      <dc:creator>Aman4SAS</dc:creator>
      <dc:date>2014-05-23T06:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Batch process</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Batch-process/m-p/170575#M32755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are experiencing the difference in batch and interactive processing by its logical nature.&lt;BR /&gt;In interactive mode the program&amp;nbsp; interacts with you and trusts you on you decision it can proceed seeing an error.&lt;BR /&gt;In batch mode you are not there, so the only thing that can be done is stopping processing and going into syntaxcheckmode.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/lesysoptsref/64892/HTML/default/viewer.htm#n014qbvh3po8w5n1qlqbzr22vtg0.htm" title="https://support.sas.com/documentation/cdl/en/lesysoptsref/64892/HTML/default/viewer.htm#n014qbvh3po8w5n1qlqbzr22vtg0.htm"&gt;SAS(R) 9.3 System Options: Reference, Second Edition&lt;/A&gt; (syntaxcheck option). You could also need to control the syscc sysrc automatic macro vars. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 06:39:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Batch-process/m-p/170575#M32755</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-05-23T06:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Batch process</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Batch-process/m-p/170576#M32756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your guidance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any solution or do i need to always run it on interactive mode?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 06:43:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Batch-process/m-p/170576#M32756</guid>
      <dc:creator>Aman4SAS</dc:creator>
      <dc:date>2014-05-23T06:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Batch process</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Batch-process/m-p/170577#M32757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The mentioned options may be set in you batch-script (sas config). In that way the error-handling can be done like the interactive session.&lt;BR /&gt;The mentioned risk is that when something goes wrong you have not foreseen in your code, you could get more trouble. &lt;BR /&gt;It is your choice / risk evaluation on that process.&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 07:12:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Batch-process/m-p/170577#M32757</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-05-23T07:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Batch process</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Batch-process/m-p/170578#M32758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By running on interactive mode i m getting my desired result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to save time i m looking for batch run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do i need to option nosyntaxcheck; ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 07:16:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Batch-process/m-p/170578#M32758</guid>
      <dc:creator>Aman4SAS</dc:creator>
      <dc:date>2014-05-23T07:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Batch process</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Batch-process/m-p/170579#M32759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is the one that will allow processing of next steps even when there was an error. &lt;BR /&gt;I did not have seen your log but if this message (going into check mode) is in it this one will change that.&lt;BR /&gt;There are many more ones influencing the flow, sometimes a little bit puzzling which of them is for what.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 07:21:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Batch-process/m-p/170579#M32759</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-05-23T07:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Batch process</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Batch-process/m-p/170580#M32760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i trying to use options nosyntaxcheck nodmssynchk;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 07:56:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Batch-process/m-p/170580#M32760</guid>
      <dc:creator>Aman4SAS</dc:creator>
      <dc:date>2014-05-23T07:56:57Z</dc:date>
    </item>
  </channel>
</rss>

