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

How to change default PROCLIB?

1 Answers  


i created one base gdg with lrecl = 100 , now i need to create versions with different lrecl =150,200 can it be possible to create like tht ?

1 Answers   Patni, Syntel,


Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?

3 Answers  


What is the function of job statement in jcl?

0 Answers  


what is use of space parameter in dd statement?

0 Answers   IBM,






what is the use of IEBGENER utility?

0 Answers  


in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?

4 Answers   HCL,


What is dummy parameter in JCL??

3 Answers   TCS,


How to execute only th 15th step of JCL consisting of 50 steps?

12 Answers   Bank Of America,


I have 10 steps, I want to run STEP1 TO STEP4 then I should not run STEP5 and STEP6. Aganin I want to execute from STEP7 to STEP10. ONLY using CONDITION CODES how can we execute this process? 1. Where we can set cond codes for STEP5 and STEP6? 2. How can we execute remaining steps from STEP7 to STEP10?

2 Answers  


What happens if both JOBLIB and STEPLIB is specified ?

8 Answers  


The maximum number of steps in a job?

4 Answers  


Categories