wht do u mean by notify parameter, how can u give acess to multiple users ?
Answer Posted / venkat
notify specifies the user id to whom the job status to be
sent.
ex.
//JOB1 JOB ,,NOTIFY=UID001,UID002,UID003,....
OR
//JOB1 JOB ,,NOTIFY=UID001,NOTIFY=UID002,NOTIFY=UID003,....
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Explain how can the attributes of one sms dataset be copied to another dataset?
What are the utility programs in jcl?
Can we use DISP=SHR in output file in JCL
Can I share my data with other jobs? How?
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?
Can we call instream to catalog and catalog to instream?
What are the difference between jcl and jes?
What is the motivation behind coding class parameter in job statement?
Is automatic restart possible in jcl? If yes, how?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
how JCL works?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
how you can access an uncataloged dataset in a JCL?
Explain the purpose of the dd keylen parameter?