<?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 Batch Queue information in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/batch-queue-information/m-p/3941578#M11514</link>
    <description>I'm getting an error when i run a job which uses a batch queue. The error is simply&lt;BR /&gt;&lt;BR /&gt;Job SIMULATOR_EXTRACT (queue EC2_BATCH, entry 29) terminated with error status&lt;BR /&gt;&lt;BR /&gt;How can I find out what the error status was?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;</description>
    <pubDate>Fri, 09 Feb 2007 04:22:15 GMT</pubDate>
    <dc:creator>Martin Brindle</dc:creator>
    <dc:date>2007-02-09T04:22:15Z</dc:date>
    <item>
      <title>Batch Queue information</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batch-queue-information/m-p/3941578#M11514</link>
      <description>I'm getting an error when i run a job which uses a batch queue. The error is simply&lt;BR /&gt;&lt;BR /&gt;Job SIMULATOR_EXTRACT (queue EC2_BATCH, entry 29) terminated with error status&lt;BR /&gt;&lt;BR /&gt;How can I find out what the error status was?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Feb 2007 04:22:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batch-queue-information/m-p/3941578#M11514</guid>
      <dc:creator>Martin Brindle</dc:creator>
      <dc:date>2007-02-09T04:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Queue information</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batch-queue-information/m-p/3941579#M11515</link>
      <description>either in the log file for the batch job or from accounting (if you have batch terminations recorded in accounting).</description>
      <pubDate>Fri, 09 Feb 2007 04:39:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batch-queue-information/m-p/3941579#M11515</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2007-02-09T04:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Queue information</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batch-queue-information/m-p/3941580#M11516</link>
      <description>Thanks for the reponse. However, could you elaborate on where or how exactly I would check accounting and how I would enable it? I'm really too much of a noob on OpenVMS.&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
      <pubDate>Fri, 09 Feb 2007 04:43:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batch-queue-information/m-p/3941580#M11516</guid>
      <dc:creator>Martin Brindle</dc:creator>
      <dc:date>2007-02-09T04:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Queue information</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batch-queue-information/m-p/3941581#M11517</link>
      <description>$ sh acc&lt;BR /&gt;will show if accounting is enabled&lt;BR /&gt;$ set acc/ena&lt;BR /&gt;will enable it&lt;BR /&gt;&lt;BR /&gt;Then, trigger the error message, then&lt;BR /&gt;$ acc/fu/since/user=xxx/out=a.tmp&lt;BR /&gt;&lt;BR /&gt;will put the required information in the file a.tmp</description>
      <pubDate>Fri, 09 Feb 2007 04:54:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batch-queue-information/m-p/3941581#M11517</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2007-02-09T04:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Queue information</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batch-queue-information/m-p/3941582#M11518</link>
      <description>$ SHOW ACCOUNTING&lt;BR /&gt;look for&lt;BR /&gt; BATCH          batch job termination&lt;BR /&gt;&lt;BR /&gt;If it is present then the ACCOUNTING command will display information. Various qualifiers can be used to be more selective in the information displayed.&lt;BR /&gt;&lt;BR /&gt;e.g&lt;BR /&gt;ACCOUNT/QUEUE=EC2_BATCH/SINC=datetime/BEFORE=datetime&lt;BR /&gt;&lt;BR /&gt;/BRIEF will show one line per record. /FULL will show one screenfull per record.&lt;BR /&gt;&lt;BR /&gt;see HELP ACCOUNTING for a description of the qualifiers.&lt;BR /&gt;&lt;BR /&gt;Finding the batch job log file would be a good idea.</description>
      <pubDate>Fri, 09 Feb 2007 06:42:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batch-queue-information/m-p/3941582#M11518</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2007-02-09T06:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Queue information</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batch-queue-information/m-p/3941583#M11519</link>
      <description>I'd go for the log file first.&lt;BR /&gt;&lt;BR /&gt;The exit status may or may not be useful in resolving the error.  &lt;BR /&gt;&lt;BR /&gt;You'll certainly find this single final process exit status value in the ACCOUNTNG.DAT accounting data and over in the security auditing batch process logout data.&lt;BR /&gt;&lt;BR /&gt;In most cases, the full details are (only) over in the batch log file -- there's almost always a sequence of errors leading up to the failure.  The exit status might well be a generic status -- when you see a COPY command fail, for instance, you see a series of messages:&lt;BR /&gt;&lt;BR /&gt;$ copy xyz.pdq abc.def&lt;BR /&gt;%COPY-E-OPENIN, error opening XYZ.PDQ; as in&lt;BR /&gt;put&lt;BR /&gt;-RMS-E-FNF, file not found&lt;BR /&gt;$ &lt;BR /&gt;&lt;BR /&gt;providing details.  The batch log file will generally be where the sequence of messages is written.&lt;BR /&gt;&lt;BR /&gt;What gets written to accounting is the final process exit status, which can be well along within the usual wad of errors emitted when some processing goes off the rails and into the weeds.&lt;BR /&gt;&lt;BR /&gt;DCL commands such as SHOW ENTRY and SHOW QUEUE/ALL/FULL and other such command can be used to spot the name of the batch logfile, and where it is written.&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Feb 2007 09:25:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batch-queue-information/m-p/3941583#M11519</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-02-09T09:25:18Z</dc:date>
    </item>
  </channel>
</rss>

