InterviewSolution
Saved Bookmarks
| 1. |
If the submitter of a job wants to inform another user about the job completion, how can it be done? |
|
Answer» NOTIFY = userid of the person (not the submitter) can be specified in the JOB statement so that the user gets a notification with the return code upon job completion. But the job log is present in the spool under the submitter's userid only. |
|