|
I like this idea, but the implementation could be dangerous... Do you check to see if job holding the lock is an interactive job, and then give the user that you're about to kill a message that his job will be ended unless he releases the lock that he has on the record (maybe SNDUSRMSG)? ----- Original Message ----- From: <jpcarr@tredegar.com> To: <midrange-l@midrange.com> Sent: Thursday, October 10, 2002 6:59 PM Subject: Re: Locked record Adding to what the distinguished programmer from Mass said(ie Ron H. Sorry I'v been listening to NPR Radio's congress debate). Get the Returned Exception data from the SDS (program status DS here defined as REXD) as Ron said, I have a utility program(UTCL9020) that ends the job passed to it. I get job name like this. >> D PIFA SDS >> D REXD 91 170 >> On a record lock you will get something similar to this: >> ....5...10...15...20...25...30...35...40...45...50...55...60 >> 1 'Record 67412 in use by job 611072/RHARVEY/ISDEPT5B.' D SLASH S 3 0 DIM(10) D Tlen S 3 0 D Ulen S 3 0 D Per S 3 0 D jobn S 6A D User S 10A D Jobnam S 10A C KEY CHAIN(E) lockedfile C IF %ERROR C '/' SCAN REXD Slash C IF Slash(1) <> 0 C EVAL JOBN = %subst(Rexd:Slash(1) - 6: 6) C EVAL Ulen = Slash(2) - Slash(1) - 1 C EVAL user = %subst(Rexd:Slash(1) + 1: Ulen) C '.' SCAN rexd per C EVAL Tlen = per - Slash(2) - 1 C EVAL jobnam = %subst(Rexd:Slash(2) + 1: Tlen) C CALL 'UTCL9020' C PARM JOBN C PARM USER C PARM JOBNAM C ENDIF John Carr extinguished programmer from VA. (as opposed to distinguished). _______________________________________________ This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@midrange.com To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/cgi-bin/listinfo/midrange-l or email: MIDRANGE-L-request@midrange.com Before posting, please take a moment to review the archives at http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.