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

How to send the job output to multiple users


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
tanguduk
Warnings : 1

New User


Joined: 29 Aug 2005
Posts: 14

PostPosted: Mon May 19, 2008 1:41 pm
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
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Mon May 19, 2008 2:29 pm
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: 14

PostPosted: Mon May 19, 2008 2:40 pm
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: 8797
Location: Welsh Wales

PostPosted: Mon May 19, 2008 2:52 pm
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 Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Mon May 19, 2008 4:56 pm
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: 1287
Location: Chennai, India

PostPosted: Mon May 19, 2008 8:00 pm
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 Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Tue May 20, 2008 10:05 am
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
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts Multiple table unload using INZUTILB DB2 2
No new posts Grouping by multiple headers DFSORT/ICETOOL 7
Search our Forums:

Back to Top