× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



John,

At 8/1/03 03:34 PM, you wrote:
I've never heard of *JOBMGT, so maybe you meant *JOBCTL?

Of course (it's been a long week!)0



In any case, *JOBCTL let's you look at and modify the properties of
someone else's job.  But it does not grant the ability to see a job of a
user who has *ALLOBJ special authority (unless, of course you also have
*ALLOBJ authority).  If you want to see the joblog of someone with
*ALLOBJ authority, use a little program like this.

Was this ability restricted a few releases ago?


PGM PARM(&JobName &JobNumber)

DCL &JobName   *CHAR 10
DCL &JobNumber *CHAR 6

DSPJOBLOG JOB(&JobNumber/*N/&JobName)

ENDPGM

Have this program adopt the authority of an *ALLOBJ user, and then
authorize a limited number of people to *USE the program, and voila!
Problem solved.

Thanks - that'll do the trick.


-mark


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.