wht do u mean by notify parameter, how can u give acess to multiple users ?

Answers were Sorted based on User's Feedback



wht do u mean by notify parameter, how can u give acess to multiple users ?..

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

wht do u mean by notify parameter, how can u give acess to multiple users ?..

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

wht do u mean by notify parameter, how can u give acess to multiple users ?..

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

wht do u mean by notify parameter, how can u give acess to multiple users ?..

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

Post New Answer

More JCL Interview Questions

What is the function of //jcllib statement?

0 Answers  


is there any way to execute more than one proc in the same exec statement at the same time..?

0 Answers  


What is a Generation Data Group (GDG)?

2 Answers  


What are the rules employed while naming the steps in a job?

0 Answers  


what is static and dynamic call with examples?

4 Answers   IBM,






which utility is used a dummy utility?

0 Answers   IBM,


how to increase the space of a dataset in instream procedure.

1 Answers   HCL,


What does the statements: typrun=scan and typrun=hold do in a JCL statement

2 Answers  


a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?

1 Answers   IBM,


How is a new GDG coded?

2 Answers  


My JCL has 4 steps that execute PROC’s P1, P2, P3 and P4 as shown below //P1 EXEC PROC=P1 //P2 EXEC PROC=P2 //P3 EXEC PROC=P3 //P4 EXEC PROC=P4 There are four steps S1, S2, S3 and S4 in each PROC’s (i.e. P1, P2, P3 and P4) I want to execute only step S2 of PROC P2 and no other steps or PROC’s. How do you achieve this?

4 Answers   IMS,


How to DEBUG a JCL?

9 Answers   Satyam,


Categories