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

JCL utility for sending automatic email


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ALOK1804

New User


Joined: 17 Jun 2007
Posts: 3
Location: chennai

PostPosted: Tue Jul 03, 2007 6:30 pm
Reply with quote

I have to send automatic email to the no. of persons at defferent time and date, to different persons. how can i perform this task.
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: Tue Jul 03, 2007 7:01 pm
Reply with quote

Hello,

You need to provide a better explanation of what you need to do.

I do not understand what this is telling us.

Please post some examples of what you "have" and what you want to do with it. Use a list of names and content or some other way of describing what you need.
Back to top
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1287
Location: Chennai, India

PostPosted: Fri Jul 06, 2007 2:24 pm
Reply with quote

You can make use of the IKJEFT01 utility to send mails to a particular mailing list. You should have SWMAIL facility enabled.

Check the scheduler options incase u want to run the job at a scheduled time. Try coding this as the first step in the JCL and the step calling IKJEFT01 should be the second step.

//DELAY EXEC PGM=EXCMDWP, PARM='00000100,D T'

PARM=00000100 will delay the execution of the following step by 100 seconds!
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: Fri Jul 06, 2007 6:19 pm
Reply with quote

Hello,

Please explain how the suggestion posted meets the requirement from TS.

They do not seem to be related. Or, you have some method of communication that escapes me. . . icon_confused.gif
Back to top
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1287
Location: Chennai, India

PostPosted: Fri Jul 06, 2007 6:36 pm
Reply with quote

Sorry for confusing you.

Quote:
send automatic email to the no. of persons


IKJEFT01 utility can be used to send mails. To send an automatic mail defferent time

//DELAY EXEC PGM=EXCMDWP, PARM='00000100,D T'

i posted the above code for sending mails at a diff time. One can keep changing this value to do that.
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: Fri Jul 06, 2007 7:12 pm
Reply with quote

Hello,

What you have posted is a way to tie up a partition/initiator for long periods of time or possibly all day - but there is nothing specifying particular dates or times. (Most data centers will not allow a job to remove a partition from use all day). There may be a scheduling product that might help meet the need.

If i understood the requirement, the need is to send separate e-mails to separate recipients at different times. We don't know what times this should happen or how the recipient list is managed.

If Alok will post some specifics, we will be better able to offer suggestions.
Back to top
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1287
Location: Chennai, India

PostPosted: Fri Jul 06, 2007 7:29 pm
Reply with quote

oh ok ! It really helps ! shall wait for his post !
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts REASON 00D70014 in load utility DB2 6
No new posts ISRSUPC search utility - using high l... TSO/ISPF 2
No new posts REXX to send an email in Mainframe wi... CLIST & REXX 3
No new posts REXX to send an email in Mainframe CLIST & REXX 4
No new posts Any JCL or VSAM Utility to get number... JCL & VSAM 1
Search our Forums:

Back to Top