Re: Delete/Entry=### fails to stop job execution

From: Tom Simpson (thomas.simpson1_at_fubar.comcast.net)
Date: 10/20/05


Date: Wed, 19 Oct 2005 19:34:17 -0400

What bothers me is why doesn't the entire job abort when you issue the
DELETE/ENTRY command? The DELETE/ENTRY command appears to be doing a force
exit on the running image only, returning control to the batch command file.
I would think it should also delete process that is executing the command
file too.

Regards,
Tom

"Alan Greig" <greigaln@netscape.net> wrote in message
news:1129749397.071288.39610@g43g2000cwa.googlegroups.com...
>
> jlmadden wrote:
>> We're running OpenVMS 7.3 and have come across the following. A job
>> was found to be executing a program that was in a loop. The operator
>> performed a Delete/Entry=### on the job. The job stopped executing the
>> program, printed "job aborted" in the log, then proceeded to execute
>> all the remaining commands in the DCL command file. After
>
> I am guessing you may be running "$ SET NOON". If so try running "SET
> ON". Or use ON ERROR to jump to an exit routine. I think you would
> probably find the batch job would go away but it probably completes the
> remaining DCL too quickly.
>
>> experimenting with the use of Delete and Stop/ID, we found that the
>> problem seems to occur only when the line in the com file following the
>> command that is executing does NOT start with a $ symbol. We have a
>> 4GL report writer that requires this:
>> eg: $ SET DEFAULT JOBSPACE
>> $!
>> $ Quiz
>> exe PDRM1401_01
>> exe PDRM1401_02
>> $!
>> $ PRINT PDR1401PRT.LIS /QUEUE=SYSQUEUE1
>> .
>> .
>> .
>> When the Delete/Entry=456 command was entered while the PDRM1401_01
>> module was executing, the following messages were placed into the log
>> file and the job continued executing with the
>> print statement:
>>
>> $!
>> $ Quiz
>> exe PDRM1401_01
>> %JBC-F-JOBABORT, job aborted during execution
>> %DCL-W-SKPDAT, image data (records not beginning with "$") ignored
>> $!
>> $ PRINT PDR1401PRT.LIS /QUEUE=SYSQUEUE1
>> .
>> .
>> .
>>
>> Has anyone else seen this in either 7.3 or later versions of OpenVMS?
>



Relevant Pages

  • Re: Exit Value = 35584 from Java.lang.Process
    ... Runtime.exec *does not* invoke a command processor. ... zero-means-success is a common convention but is by no means required. ... the batch file was executing. ... TheNoClassDefError is unrelated to the exit value and just happened to ...
    (comp.lang.java.programmer)
  • Re: Problems installing XP SP2!
    ... package source directory and make sure the that XPSPS2sms.exe file exists in ... in your SMS Program command line property. ... > Executing program as a script ... > OnOptionalExecutionRequests failed for program Automated upgrade from XP ...
    (microsoft.public.sms.admin)
  • Re: Windows update error 0x80242008
    ... 2.219: Hotfix started with following command line: /si ... Unexpected Error While Executing Line 1 ( ... Test.IE7InstallBlock.Section) of PreRequisite ...
    (microsoft.public.windowsupdate)
  • Re: Compare to a defined constants in C?
    ... variable may be used to inspect the exit value ... systemfunction uses it if there's a problem in executing the shell. ... if you want the caller to know that the command ... to start at 1 and work upward, and reconsider your design if you hit 120. ...
    (comp.lang.c)
  • Re: Delete/Entry=### fails to stop job execution
    ... >>have done the default ON ERROR THEN EXIT handling and run down the ... >>batch job with. ... Terminating Executing Batch Jobs ... command procedures would normally exe- ...
    (comp.os.vms)