IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Sending e-Mail Notification in CICS.


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rathinakarthik

New User


Joined: 25 Jul 2006
Posts: 24

PostPosted: Wed May 07, 2008 4:03 pm
Reply with quote

Hi,

I am using a CICS Module.
I want to send Notifications to my email id whenever the Module throws error. Is there any way to send email via CICS.

Thanks
Back to top
View user's profile Send private message
SCARCEBOYZ

New User


Joined: 16 May 2005
Posts: 32
Location: Millenium Business Park, Mumbai

PostPosted: Wed May 07, 2008 4:15 pm
Reply with quote

you can fire a online jcl thru ur CICS program and in that JCL you can mail to user.User ID can be passed thru CICS program.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed May 07, 2008 4:26 pm
Reply with quote

Why, by grace, do You want to setup such a complicated environment,

is that an application requirement or just a whim ??

what kind of abends do You want to intercept...

if they are planned/programmed abends no need to be bothered
Back to top
View user's profile Send private message
rathinakarthik

New User


Joined: 25 Jul 2006
Posts: 24

PostPosted: Wed May 07, 2008 5:14 pm
Reply with quote

Hi,

Yes this is a requirement. The idea is whenever any Timeouts occurs, or Any Severity errors like mandatory data is missing , we need a notification.

Thanks
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu May 08, 2008 5:55 am
Reply with quote

Hello,

If the system uses database, you might simply log an entry into a table that you implement to keep track of errors (many systems already have such a table).

If you must actually send an e-mail, you can do as suggested and submit jcl thru the internal reader (unless your site has prohibited this) and in that jcl send the email.

If you search in the forum, you will find examples of using the internal reader as well as jcl to send an e-mail.
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Thu May 08, 2008 7:14 am
Reply with quote

rathinakarthik wrote:
I am using a CICS Module.
I want to send Notifications to my email id whenever the Module throws error. Is there any way to send email via CICS.
If you can catch "whenever the Module throws error", you can do whatever you want, including sending an email.....

Would you like to expand on this desire?
Back to top
View user's profile Send private message
rathinakarthik

New User


Joined: 25 Jul 2006
Posts: 24

PostPosted: Fri May 09, 2008 2:33 pm
Reply with quote

Yes i would like to expand on this.

Thank you for your response.

Rathina
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Sat May 17, 2008 3:57 am
Reply with quote

try this link >> cicswiki.org/cicswiki1/index.php?title=CICS_Notify_/_Abend_Email
Back to top
View user's profile Send private message
rathinakarthik

New User


Joined: 25 Jul 2006
Posts: 24

PostPosted: Sat May 17, 2008 5:17 pm
Reply with quote

Thank you.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts How to avoid duplicating a CICS Web S... CICS 0
Search our Forums:

Back to Top