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 the dd dcb keyword?

0 Answers  


How are datasets concatenated?

3 Answers   CitiGroup,


What is the difference between IEBGENER, IEBCOPY and REPRO in IDCAMS utility?

8 Answers   Accenture, TCS,


what is DSN in JCL and what are the parameters to declare the DSN?

0 Answers  


Can we Execute a job without specifying Job Name in the Job Card?

2 Answers  






What is dummy parameter in JCL??

3 Answers   TCS,


wht is sysudump n sysout,sysprint ?

1 Answers   L&T,


What is the function of job statement in jcl?

0 Answers  


What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //step#3 exec pgm = hkbc762 iii) //step#3 exec pgr = hkbc672

6 Answers  


I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?

16 Answers  


For how long a job can be executed continuously in a mainframe ?

4 Answers  


Hi, I have a requirement File A : I have 6 records out of which 4 are same. File B: I have 8 records out of 6 records are same. The 4 records in FILEA and 6 records in FILE B are same. If we substract we will get two records, I need these two records in output file This is because to remove the duplicates from the database. Through easytrieve we can compare but for that there should not duplicates, but in my file I have duplicates. Thanks in advance!!

2 Answers  


Categories