15 pts.
 Check if a specific job for a user is active.d
I found CHKACTJOB which will tell me if a generic job for a user is active. How can I find out if a specific job number for a user is active?

Software/Hardware used:
ASKED: March 4, 2009  3:16 PM
UPDATED: March 4, 2009  10:27 PM

Answer Wiki:
Interactively, I would use wrkUsrJob but that seems to obvious. This will show all jobs for the user User whose jobs to display . . . UserID Status of user jobs . . . . . . *ACTIVE In cl I would look at RTVJOBA2 TAATOOL if you have TAATOOL Phil ///////////////////// ahhhhhh! You could call a CL or CLLE to use the RTVJOBA2 command if you have it It can return status. Hopefully someone else will step in with some nifty code. Phil
Last Wiki Answer Submitted:  March 4, 2009  10:27 pm  by  philpl1jb   44,150 pts.
All Answer Wiki Contributors:  philpl1jb   44,150 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Sorry I wasn’t more descriptive. This is from within an RPG program.

 15 pts.