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
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Explain how can return codes be tested before execution of a job step?
How can an in-stream dataset be terminated?
Is their any limit for data sets?
what are JCLLIB and STEPLIB in JCL?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What do you understand by the term notcat 2 – gs?
What parameter directs the output of the job log dataset?
Explain the function of the dd dcb keyword?
what is a jcl?
What is the significance of addrspc parameter in exec statement?
What is the purpose of the dd keylen parameter?
how can the same proc be re-used and called by many jobs?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?