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 a jcl?
What happens if both JOBLIB & STEPLIB is specified ?
what sort card you will use to copy the data from one dataset to another dataset?
When output dataset space is required, what quantity categories are used?
Mention the types of job control statements?
Differentiate between addressing mode and run mode.
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Is their any set of rules for dd? Explain.
which parameter is use to declare the name of dataset in dd statement?
what are JCLLIB and STEPLIB in JCL?
What is one line to pass PARM from JCL to COBOL?
How does the jcl specify the job to os?
Is it possible to define dd statements as you want?
What are the jcl procedures?