Re: Run image from sumitted batch procedure
- From: "Bobby" <colemanr7@xxxxxxxxx>
- Date: 15 Dec 2006 16:38:57 -0800
Stephen Hoffman wrote:
... I see an LWW-REVERT tool available on the
Freeware and elsewhere, is that the tool that you are using?
Yes, the REVERT.EXE was compiled using the LWW-REVERT package on the
freeware CD.
Me? I'd definitely look at replacing REVERT with the following DCL...
$ RENAME file.typ;* RENAME.TMP;
$ RENAME RENAME.TMP;* file.typ;
I believe that you're DCL method is better for my application and is
certainly more portable. Using DCL rather than revert.exe will, I
believe, ensure that incremental backups work correctly.
So, for this particular application I am convinced that I do not need
to use revert.exe. I'm still a bit confused about "why" this happens
in the batch queue the way that it does, but haven't taken the time yet
to look closely at the revert.c code. My original uneasiness came more
from not understanding the cause of the behavior than the specific need
to rename files. I wanted to be sure that my assumption of images
executing in-line during batch job execution was correct (i.e., that
VMS wasn't spawning sub-processes). I now feel more comfortable about
how it works and have learned quite a bit to boot (i.e., how to analyze
image execution).
Thanks to all for the help.
.
- Follow-Ups:
- Re: Run image from sumitted batch procedure
- From: David J Dachtera
- Re: Run image from sumitted batch procedure
- References:
- Re: Run image from sumitted batch procedure
- From: norm . raphael
- Re: Run image from sumitted batch procedure
- From: Bobby
- Re: Run image from sumitted batch procedure
- From: AEF
- Re: Run image from sumitted batch procedure
- From: Bobby
- Re: Run image from sumitted batch procedure
- From: Stephen Hoffman
- Re: Run image from sumitted batch procedure
- Prev by Date: Re: The Hole in Cerner's Logic
- Next by Date: thank you
- Previous by thread: Re: Run image from sumitted batch procedure
- Next by thread: Re: Run image from sumitted batch procedure
- Index(es):
Relevant Pages
|