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

what are the types of abends that occur on job failure? And explain the possible causes of these

1106


What do you understand by the term notcat 2 – gs?

731


How does jcl act on code(if you take a cobol program)?

692


what are the statements that are not valid to be included in an include statement?

761


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

642






How jcl work to handle various input output file operations?

643


What is the function of the dd avgrec keyword in sms datasets?

818


What is Cataloged Procedures?

697


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

593


Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

2202


I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?

8636


Which statement is used to identify the private libraries in job?

665


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

894


What are steplib and joblib?

706


Is it possible to left uncode disp? If yes, how?

694