<?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: Error running a sas 9.3 batch program in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Error-running-a-sas-9-3-batch-program/m-p/411932#M100708</link>
    <description>&lt;P&gt;I give up.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Nov 2017 14:03:00 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2017-11-09T14:03:00Z</dc:date>
    <item>
      <title>Error running a sas 9.3 batch program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-running-a-sas-9-3-batch-program/m-p/411884#M100695</link>
      <description>&lt;P&gt;I am trying to run a sas 9.3 batch program and there is the following error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;insufficient authorization to access c:\Windows\system32&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the solution,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 12:03:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-running-a-sas-9-3-batch-program/m-p/411884#M100695</guid>
      <dc:creator>htzcouto</dc:creator>
      <dc:date>2017-11-09T12:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error running a sas 9.3 batch program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-running-a-sas-9-3-batch-program/m-p/411891#M100697</link>
      <description>&lt;P&gt;When reporting problems, make it a point to always include the complete log of the failed step(s).&lt;/P&gt;
&lt;P&gt;In the case of a failed batch run, make sure that all necessary files (source, log, output) are specified with a full path that you have permission to use.&lt;/P&gt;
&lt;P&gt;How are you running your batch program? (cmd window, batch file, powershell, VB script, scheduler)&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 12:19:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-running-a-sas-9-3-batch-program/m-p/411891#M100697</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-11-09T12:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error running a sas 9.3 batch program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-running-a-sas-9-3-batch-program/m-p/411893#M100698</link>
      <description>This is the batch program&lt;BR /&gt;&lt;BR /&gt;"c:\Program Files\SASHome\x86\SASFoundation\9.3\sas.exe" -sysin&lt;BR /&gt;"C:\Teste_Batch\prog1.sas"&lt;BR /&gt;-PRINT "C:\Teste_Batch\prog1.LST" -LOG "C:\Teste_Batch\prog1.LOG"&lt;BR /&gt;&lt;BR /&gt;This is the message returned:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NOTE: Unable to open SASUSER.PROFILE. WORK.PROFILE will be opened instead.&lt;BR /&gt;NOTE: All profile changes will be lost at the end of the session.&lt;BR /&gt;ERROR: Insufficient authorization to access C:\Windows\system32\prog1.log.&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Nov 2017 12:26:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-running-a-sas-9-3-batch-program/m-p/411893#M100698</guid>
      <dc:creator>htzcouto</dc:creator>
      <dc:date>2017-11-09T12:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error running a sas 9.3 batch program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-running-a-sas-9-3-batch-program/m-p/411927#M100705</link>
      <description>&lt;P&gt;To quote myself:&lt;/P&gt;
&lt;P&gt;"How are you running your batch program? (cmd window, batch file, powershell, VB script, scheduler)"&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 13:57:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-running-a-sas-9-3-batch-program/m-p/411927#M100705</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-11-09T13:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error running a sas 9.3 batch program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-running-a-sas-9-3-batch-program/m-p/411929#M100706</link>
      <description>&lt;P&gt;Windows 7 Professional&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 13:59:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-running-a-sas-9-3-batch-program/m-p/411929#M100706</guid>
      <dc:creator>htzcouto</dc:creator>
      <dc:date>2017-11-09T13:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error running a sas 9.3 batch program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-running-a-sas-9-3-batch-program/m-p/411931#M100707</link>
      <description>&lt;P&gt;Using Windows 7 with Task Scheduler&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 14:02:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-running-a-sas-9-3-batch-program/m-p/411931#M100707</guid>
      <dc:creator>htzcouto</dc:creator>
      <dc:date>2017-11-09T14:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error running a sas 9.3 batch program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-running-a-sas-9-3-batch-program/m-p/411932#M100708</link>
      <description>&lt;P&gt;I give up.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 14:03:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-running-a-sas-9-3-batch-program/m-p/411932#M100708</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-11-09T14:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error running a sas 9.3 batch program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-running-a-sas-9-3-batch-program/m-p/433574#M107502</link>
      <description>&lt;P&gt;I just hit a similar error.&amp;nbsp; In my case it was because I did not include the -log option, and it looks like when a scheduled task runs as administrator, it writes the log to c:\WINDOWS\system32.&amp;nbsp; I would double check that your -log option is in the command string.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2018 15:39:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-running-a-sas-9-3-batch-program/m-p/433574#M107502</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2018-02-02T15:39:54Z</dc:date>
    </item>
  </channel>
</rss>

