Displaying server jobs
These methods can be used to help identify server jobs.
One method is to use the Work with Active Jobs (WRKACTJOB) command. Another method is to use the Work with User Jobs (WRKUSRJOB) command. A third method is to display the history log to determine which job is being used by which client user.
- Displaying active jobs using the WRKACTJOB command
The Work with Active Jobs (WRKACTJOB) command shows all active jobs. All server jobs are displayed, as well as the listener job.
- Displaying active user jobs using the WRKUSRJOB command
The Work with User Jobs (WRKUSRJOB) command USER(QUSER) STATUS(*ACTIVE) displays all active server jobs running under QUSER. This includes the DDM listener and all DDM server jobs. This command might be preferable, in that it will list fewer jobs for you to look through to find the DDM-related ones.
Parent topic:
Identifying server jobs
Related reference
Work with Active Jobs (WRKACTJOB) command
Work with User Jobs (WRKUSRJOB) command