How to send notification to multiple users through jcl???
Answer Posted / muttaiah
Chandrakant sinha, You are simply elaborating what
sangeetha told previously in her post. This is not the
actual thing what Ram.g(Who posted) is expecting anyhow
thanks for explaining in clear about send command.
usualy we will get a notification once the job completes
normally/abnormally. Ram wants how we can send the same
notification to multiple users.
Some jobs may be critical that it should complete
successfully. In that case, there may be some notification
sent to multiple users about the completion.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the purpose of dd dummy statement?
Does jcl support automatic restart?
How gdg are concatenated?
how you will the direct the data to spool using sysout option?
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?
How to submit jcl through a cobol program?
what are the statements that are not valid to be included in an include statement?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Can we call instream to catalog and catalog to instream?
How jcl work to handle various input output file operations?
Can we use DISP=SHR in output file in JCL
Explain how can values be passed from the job stream to an executable program?
What is the purpose of dd dummy statement?
Must tape dataset definitions include vol=ser specifications?
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