On 11 February 2013 16:35, Stone, Joel <Joel.Stone@xxxxxxxxxx> wrote:
Is there a command or method or TAATOOL to kill any and all jobs that have a lock on a given file?
Thanks
Hi Joel
I wrote a routine to do this to use when implementing files at a
weekend - we'd always get users leaving screens turns on whilst in
menu options etc. I could end them manually but where's the fun in
that :)
http://www.dbg400.net/foswiki/bin/view/DBG400/RpgleDBG212R4 is the
RPGLE routine that uses the QWCLOBJL API to get the object lock info
and runs and ENDJOB for each that it finds. I added a CL wrapper later
on but haven't uploaded that to the website as yet. It shouldn't be
hard to write your own.
Regards, Martin