InterviewSolution
Saved Bookmarks
| 1. |
What Is The Purpose Of Coding Notify Parameter In Job Statement? |
|
Answer» The system SENDS the SUCCESS or failure message (Maximum Condition CODE) to the user specified in this parameter. SYNTAX − NOTIFY = "USERID | &SYSUID" The system sends the success or failure message (Maximum Condition Code) to the user specified in this parameter. Syntax − NOTIFY = "userid | &SYSUID" |
|