In our system, there are multiple people responsible for monitoring a particular set of jobs, which run in the cycle.
I need to have some mechanism of reporting the un-successful finish of a Job to these multiple users. The Notify parameter
of the job, as far as I know, it can notifiy only one user at a time.
Can someone give any inputs on notifying multiple users through a Job?
"; ; ; ;
There is no way to notify multiple users thru NOTIFY parameter in the job card.At a time you can only notify one user-id.
But you could use TSO SEND command unter IKJEFT01 to notify some users.