|
View previous topic :: View next topic
|
| Author |
Message |
abraralum
New User
Joined: 19 Dec 2010 Posts: 42 Location: Bangalore
|
|
|
|
Hi All,
Is it possible to send a mail once the job completes in OPC current Plan.
The job which sends mail may not to be part of Application/Group of OPC.
The mail job should be triggered automatically once the job in the OPC current plan completes.
I can think of REXX or JCL to do this. Please point me to any references or links to start with! |
|
| Back to top |
|
 |
David Robinson
Active User
Joined: 21 Dec 2011 Posts: 199 Location: UK
|
|
|
|
There is no inbuilt functionality to do this. Easiest way is to have a job that sends the e-mail scheduled so that it is dependent on your job completing. But I guess for some reason this is not an option as you have that the job sending the e-mail should not be part of an application or group.
Alternatively some of the third party products such as TWSemon offer this functionality. |
|
| Back to top |
|
 |
dick scherrer
Moderator Emeritus

Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello,
| Quote: |
| The job which sends mail may not to be part of Application/Group of OPC. |
For what business or technical reason?
Sounds like nonsense from here . . .  |
|
| Back to top |
|
 |
PeterHolland
Global Moderator

Joined: 27 Oct 2009 Posts: 2481 Location: Netherlands, Amstelveen
|
|
|
|
The last step of the OPC job can submit a mail job by means of REXX or the internal reader. That mail job is techically seen no part of OPC cause it is not defined in OPC.
For the rest i agree with Dick. |
|
| Back to top |
|
 |
|
|