InterviewSolution
Saved Bookmarks
| 1. |
How will you inform other users about job completion? |
|
Answer» We can MAKE use of NOTIFY STATEMENT which notifies the USER about job completion along with the return code. NOTIFY = userid to whom status NEEDS to be notifiedIt has to be noted that the job log of the spool would contain INFORMATION under the job submitter’s id. |
|