Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
How to send the job output to multiple users

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL
Author Message
tanguduk
Warnings : 1

New User


Joined: 29 Aug 2005
Posts: 10

PostPosted: Mon May 19, 2008 1:41 pm    Post subject: How to send the job output to multiple users
Reply with quote

Hi,

I am submitting a job, I am using &sysuid then it is submitting the output to me but I want to submit the job to multiple users is there any way to achieve this . Please advice

thanks
kiran Tangudu
Back to top
View user's profile Send private message
References
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 3507
Location: Brussels once more ...

PostPosted: Mon May 19, 2008 2:29 pm    Post subject:
Reply with quote

How do you mean post the job to multiple users - To notify multiple users when the job has finished or to send them output from the job ?
Back to top
View user's profile Send private message
tanguduk
Warnings : 1

New User


Joined: 29 Aug 2005
Posts: 10

PostPosted: Mon May 19, 2008 2:40 pm    Post subject:
Reply with quote

yes, My requirement is to notify multiple users about the job completion
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 3507
Location: Brussels once more ...

PostPosted: Mon May 19, 2008 2:52 pm    Post subject:
Reply with quote

Then have a search of the forum, it has been discussed many times already.
Back to top
View user's profile Send private message
Anuj D.

Global Moderator


Joined: 22 Apr 2006
Posts: 2143
Location: Phoenix, AZ

PostPosted: Mon May 19, 2008 4:56 pm    Post subject:
Reply with quote

This same question has been posted by many users lately... icon_confused.gif

Use something like this..
Code:
//STEP010 EXEC PGM=IKJEFT01                         
//SYSTSPRT DD SYSOUT=*                             
//SYSTSIN DD *                                     
  SEND 'I AM DON..!!' USER(RACF1,RACF2,RACF3) LOGON
//*                                                 
Back to top
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1130
Location: Mumbai - India

PostPosted: Mon May 19, 2008 8:00 pm    Post subject: Reply to: How to send the job output to multiple users
Reply with quote

Quote:
yes, My requirement is to notify multiple users about the job completion


Anuj Wrote:

Quote:
//STEP010 EXEC PGM=IKJEFT01
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
SEND 'I AM DON..!!' USER(RACF1,RACF2,RACF3) LOGON
//*


Do you want OP to add a step to issue the message to the user's??
Back to top
View user's profile Send private message
Anuj D.

Global Moderator


Joined: 22 Apr 2006
Posts: 2143
Location: Phoenix, AZ

PostPosted: Tue May 20, 2008 10:05 am    Post subject:
Reply with quote

Quote:
Do you want OP to add a step to issue the message to the user's??
If that suffice His/Her needs.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL All times are GMT + 6 Hours
Page 1 of 1