|
|
| Author |
Message |
tanguduk
New User
Joined: 29 Aug 2005 Posts: 6
|
|
|
|
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 |
|
 |
References
|
Posted: Mon May 19, 2008 1:41 pm Post subject: Re: How to send the job output to multiple users |
 |
|
|
 |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 2910 Location: Brussels once more ...
|
|
|
|
| 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 |
|
 |
tanguduk
New User
Joined: 29 Aug 2005 Posts: 6
|
|
|
|
| yes, My requirement is to notify multiple users about the job completion |
|
| Back to top |
|
 |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 2910 Location: Brussels once more ...
|
|
|
|
| Then have a search of the forum, it has been discussed many times already. |
|
| Back to top |
|
 |
Anuj D.
Senior Member
Joined: 22 Apr 2006 Posts: 1647 Location: Mumbai, India
|
|
|
|
This same question has been posted by many users lately...
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 |
|
 |
Aaru
Senior Member
Joined: 03 Jul 2007 Posts: 1004 Location: Chennai - India
|
|
|
|
| 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 |
|
 |
Anuj D.
Senior Member
Joined: 22 Apr 2006 Posts: 1647 Location: Mumbai, India
|
|
|
|
| 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 |
|
 |
|
|