How to send notification to multiple users through jcl???
Answer Posted / ram.g
Thx for ur ans..but that's not the one i'm looking for..for
eg: thru notify we can send notification to one user..and
its restricted in jcl that we can't use more than one
time..but there are some way we could send notification to
more than one user..other than the concept of email...but i
couldn't figure it out that command...
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Mention the types of job control statements?
Explain the function of dd disp parameter?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
How to pass the parameter in parm using linkage section ? (syntax)?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Matching Logic in Jcl not in cobol.Could any one please answer this question
What is the function of the dd avgrec keyword in sms datasets?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
which parameter is use to declare the name of dataset in dd statement?
Explain how can a stopped job be started again?
What is multithreading in jcl?
In job processing, what happens in execution stage?
What is the maximum length of a single line of jcl?
Explain how can return codes be tested before execution of a job step?