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

Answer Posted / chandrakant sinha

SEND FUNCTION - COMMUNICATION BETWEEN USER TERMINALS, OR
BETWEEN USER TERMINAL AND OPERATOR
CONSOLE.

SYNTAX: SEND ''TEXT'' USER('USERID LIST')
NOW/LOGON/SAVE NOWAIT/WAIT

OPERANDS –

''TEXT'' - MESSAGE TO BE SENT IN QUOTES.

USER('USERID LIST') - SPECIFIES THAT THE MESSAGE IS TO BE
SENT TO THE INDICATED USER(S)
ONLY.

NOW - SPECIFIES THAT THE MESSAGE IS TO BE SENT NOW.

TSO Command: TSO send 'this is a test message ' user
(userid1,userid2,userid3,…) now

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

888


what is the use of JCL?

762


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

856


How would you understand error(execution phase)?

721


I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

1592






How can a stopped job be started again?

795


Can we call instream to catalog and catalog to instream?

759


How is the record format of an output dataset specified?

847


What is timing concept in mainframe?

1772


What is jcl in mainframe?

833


What is the function of dd name parameter with a 2 part structure; audit.report?

795


What is the purpose of dd dummy statement?

1044


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

787


which utility is used to run a cobol-db2 program?

915


What is the difference between the positional and keyword parameters? Give examples.

807