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
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?
what is the use of JCL?
What do you understand by the term notcat 2 – gs?
How would you understand error(execution phase)?
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
How can a stopped job be started again?
Can we call instream to catalog and catalog to instream?
How is the record format of an output dataset specified?
What is timing concept in mainframe?
What is jcl in mainframe?
What is the function of dd name parameter with a 2 part structure; audit.report?
What is the purpose of dd dummy statement?
Is it possible to left uncode disp? If yes, how?
which utility is used to run a cobol-db2 program?
What is the difference between the positional and keyword parameters? Give examples.