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

I've one sequential file, that file size is LREC=100 (File contain Records like 1 to 100). Now I was increase the file size is LREC=102. My question is I want insert 00 (Two Zeros) in to the new file (That output file looks like : 00123 up to 100). How will write the SORT card in JCL. Please let me know.

2 Answers   Syntel,


can we maintain 2 generations with different Lengths in Same GDG ?

3 Answers   RBS,


when GDG version number get changed ? bcz always Generations only increasing.

1 Answers   Cap Gemini,


What is the error code SOC01 indicate ?

5 Answers   Microsoft,


What is condition checking in jcl? Is this possible?

0 Answers  






can we have more than one job in a single job card that is we are specifying only one 'job' statement in the jcl.

7 Answers   Accenture,


Why do you want to specify the REGION parameter in a JCL step?

4 Answers   Kekran Mekran, TCS,


what are the symbolic parameters? why do we use symbolic parameters ?

2 Answers   IBM, TCS, UST, Xansa,


In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step

1 Answers  


why do we use file-aid wht r the adv of using file-aid thn in ispf

7 Answers   HCL, Tech Mahindra,


read all error codes like SB07?

1 Answers  


how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??

3 Answers   Steria,


Categories