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
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
how do you access an uncataloged dataset in a jcl?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
How dummy is used in jcl?
What is multithreading in jcl?
How do you create a temporary dataset?
Is condition checking possible in jcl? If yes, how?
which utility is used to sort a file in jcl?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What is the purpose of dd dummy statement?
How does the jcl specify the job to os?
Explain how can an in-stream dataset be terminated?
Is their any set of rules for dd? Explain.
Define concatenating?
What is condition checking in jcl? Is this possible?