How to send notification to multiple users through jcl???

Answer Posted / sangeetha

Notification could be send using the following JCL

//STEPNAME EXEC PGM=IKJEFT01
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD DDNAME=SYSIN
SEND 'MESSAGE' U(USERID) LOGON

Is This Answer Correct ?    7 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how can you check if a file is empty using jcl?

909


How to execute 2nd and 4th steps among 5 steps in jcl proc?

858


How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?

810


How to do automated restart when a job abend?

897


Name the statement which can be used to send data to another mvs jes3 node?

697






How can unused space allocation be returned to the system when a dataset is closed?

940


what is the purpose of coding class parameter in job statement?

823


What parameter directs the output of the job log dataset?

864


what is DD statement is used in JCL?

764


What is use of restart and how to use it?

877


which parameter is use to declare the name of dataset in dd statement?

849


what operation is performed by job statement?

740


Explain the function of //cntl statement?

747


How can values be passed from the job stream to an executable program?

961


How jcl work to handle various input output file operations?

744