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 are the types of abends that occur on job failure? And explain the possible causes of these
Explain dd statement in jcl?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
how to compare two datasets without using superce because output is limited to 133 bytes
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
How can unused space allocation be returned to the system when a dataset is closed?
List in order the hierarchical levels of jcl?
what is the purpose of coding class parameter in job statement?
what is DD statement is used in JCL?
Name the statement which can be used to send data to another mvs jes3 node?
Differentiate between the joblib and the steplib statements?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
when can a job time-out occur? How to overcome that?
what is use of dcb parameter in dd statement?
What dd statement is used to supply the name of a dataset?