wht do u mean by notify parameter, how can u give acess to multiple users ?
Answers were Sorted based on User's Feedback
Answer / prachi
We can give Notify=&SYSUID which is standered..Whoever will
submit the job the notification will be sent to that user.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / i go crazy
We cannot give Notify=uid01,uid02 as it gives "POSITIONAL PARAMETERS MUST BE SPECIFIED BEFORE KEYWORD PARAMETERS". If we give Notify=uid01,Notify=uid02 then system gives the error "KEYWORD NOTIFY IS MUTUALLY EXCLUSIVE WITH KEYWORD NOTIFY ON THE JOB STATEMENT".
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / bala
First of all NOTIFY parameter is to given Notifictions
only, not to give access.
If particular user don't have authorization to execute that
job he can use other Privileged User's access by giving
USER=XXXXX, PASSWORD= XXXXX in the JOB card.
xxxx --> Privileged user's RACFid and password.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / 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 |
how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?
Can you code instream data in a PROC ?
How to submit a jcl from cics?
Is it possible to define dd statements as you want?
What is the significance of addrspc parameter in exec statement?
shall we concordinate two different length dataset in to a new date set.
What is condition checking in jcl? Is this possible?
How is a dataset passed from one step to another?
What is Cataloged Procedures?
Is there a limit of 3273 DD statements for a JCL or for every EXEC step in a JCL?
What parameter of the job statement is used to limit the cpu time consumed by the job?
what is the purpose of coding notify parameter in job statement?