We run on an IBMi V7R2. We are attempting to clean out our scheduled/recurring jobs and change any that are set up to be run by user's profile name to a generic profile name so that when an employee leaves we don't have to fix these before we can delete the user profile. Is there a way to get a listing of all of the scheduled/recurring jobs along with their parameters as well as who runs the job?
Thanks!
you can always do a "rngdbdump gen recurjob -f Username Jobname Jobqueue" (without the quotes)
If no, you can write a Crystal report to dump same information. The parameters are not that easy to get.
They exist in the gen database, but can be scattered in a field.
Greg Moeller, is there a way to use this command in LID to view all jobs for all users instead of having to input a specific user or job?
JimY, I used the recrpt in LID and it didn't return any jobs even after pressing F3 to select "All Users".
Thank you guys so very much for your help!!