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
how can you check if a file is empty using jcl?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
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?
How to do automated restart when a job abend?
Name the statement which can be used to send data to another mvs jes3 node?
How can unused space allocation be returned to the system when a dataset is closed?
what is the purpose of coding class parameter in job statement?
What parameter directs the output of the job log dataset?
what is DD statement is used in JCL?
What is use of restart and how to use it?
which parameter is use to declare the name of dataset in dd statement?
what operation is performed by job statement?
Explain the function of //cntl statement?
How can values be passed from the job stream to an executable program?
How jcl work to handle various input output file operations?