|
|
| Author |
Message |
yuvaraj C
New User
Joined: 01 Jan 2008 Posts: 3 Location: IBM-India
|
|
|
|
Hi,
In my application I have an requirement that some JCL's should keep on running and I need to check the status of those jobs daily.(around 40)
I have written a CLIST to know the status of those jobs automatically.
Now,I want to modify that program like if any one of the jobs stopped then the program should send an alert like send an email.
Can somebody help me on this? |
|
| Back to top |
|
 |
References
|
Posted: Thu Jun 26, 2008 9:51 pm Post subject: Re: Sending an email through CLIST |
 |
|
|
 |
Pedro
Senior Member
Joined: 01 Sep 2006 Posts: 302 Location: work
|
|
|
|
1. Build a dataset with your message text.
2. Use the XMIT command with the MSGDSN parameter. |
|
| Back to top |
|
 |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3081 Location: Charlotte,NC USA
|
|
|
|
| Yuvaraj, correct me if I'm wrong, but I don't believe that CLIST supports TCP/IP Sockets. |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 7470 Location: 221 B Baker St
|
|
|
|
Hello,
You could create a text file with your "message". Then you could submit some jcl thru the internal reader to send the e-mail with your text(there are many examples of both using the internal reader and sending an e-mail in batch in the forum).
Not very elegant, but it is very simple. . . |
|
| Back to top |
|
 |
|
|