Page 1 of 1

Identifying a user job

Posted: Mon Nov 07, 2011 11:40 am
by jac53
Does Genie have a setting which allow to identify a user job?
Like in green screen WRKUSRJOB USER(JDOE) .

Re: Identifying a user job

Posted: Mon Nov 07, 2011 11:46 am
by David
You can continue to use the same command. The user sessions run in standard 5250 interactive jobs, and WRKUSRJOB will turn them up just the same.

Re: Identifying a user job

Posted: Mon Nov 07, 2011 3:22 pm
by jac53
Does that also apply for PROFOUND UI?

Re: Identifying a user job

Posted: Mon Nov 07, 2011 4:15 pm
by David
If you are not starting the sessions through Genie, there is not a very easy way to find them directly, unfortunately.

This is because the jobs are not interactive, but started through the http server, in this case. All jobs under the http server start of with user profile QTMHHTTP and the current user of the job is then changed to whoever has signed in.

But, all of the IBM commands (WRKUSRJOB, etc.) work with the job start user profile, rather than the job's current user profile, and so can't be used to find these jobs.

If you are using V5R4 or higher, the system does display the current user profile on the WRKACTJOB screen, so you can find them using:

WRKACTJOB SBS(QHTTPSVR) JOB(PROFOUNDUI)

And then paging through to find the user's job(s). But, there is not a way to show ONLY the user's jobs (at least to my knowledge) using built-in IBM commands.