× 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.



Let's rearrange a few things to help clarify.

Yes, RTH on SBMJOB. The default for job queue is *JOBD. The default for
JOBD is *USRPRF. If you want to segregate by user id then assign a job
description, which uses a different job queue to the user profiles.
For example
CRTJOBD JOBD(CLERKS)
JOBQ(CLERKS)
OUTQ(*USRPRF)
INLLIBL(*SYSVAL)
LOG(4 0 *NOLIST)
LOGCLPGM(*NO)
CHGUSRPRF USRPRF(JOEBLOW)
JOBD(CLERKS)

If you want to segregate by job name then create a job description for
those. Then all of the places that do a SBMJOB would have to use the ORD
job description. A bit more of a pain searching code then separating by
user.
CRTJOBD JOBD(ORD)
JOBQ(ORD)
OUTQ(*USRPRF)
INLLIBL(*SYSVAL)
LOG(4 0 *NOLIST)
LOGCLPGM(*NO)
SBMJOB CMD(CALL PGM(ORD123))
JOB(ORD123)
JOBD(ORD)
INLLIBL(*JOBD)
LOG(*JOBD)
LOGCLPGM(*JOBD)



Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.